Searched refs:SERVER_MESSAGE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DsslServe.cpp24 #define SERVER_MESSAGE "HTTP/1.0 200 OK\015\012\015\012" \ macro
349 ortn = SSLWrite(ctx, SERVER_MESSAGE, strlen(SERVER_MESSAGE), &length);
/macosx-10.10.1/Security-57031.1.35/sslViewer/
H A DsslServe.cpp27 #define SERVER_MESSAGE "HTTP/1.0 200 OK\015\012\015\012" \ macro
258 ortn = SSLWrite(ctx, SERVER_MESSAGE, strlen(SERVER_MESSAGE), &length);
H A DsslServer.cpp63 #define SERVER_MESSAGE "HTTP/1.0 200 OK\015\012Content-Type: text/html\015\012\015\012" \ macro
262 const char *outMsg = SERVER_MESSAGE;
/macosx-10.10.1/pdisk-9/
H A Dmakefile20 SERVER_MESSAGE = \ macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DsslServer.cpp62 #define SERVER_MESSAGE "HTTP/1.0 200 OK\015\012Content-Type: text/html\015\012\015\012" \ macro
261 const char *outMsg = SERVER_MESSAGE;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslServer/
H A DsslServer.cpp34 #define SERVER_MESSAGE "HTTP/1.0 200 OK\015\012Content-Type: text/html\015\012\015\012" \ macro
255 char *outMsg = (char *)SERVER_MESSAGE;

Completed in 181 milliseconds