Searched defs:rcode (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c331 int rcode; local
347 rcode = WSAIoctl(sock, SO_TLS_SET_FLAGS, &ulFlags, sizeof(unsigned long),
349 if (SOCKET_ERROR == rcode) {
353 return rcode;
380 rcode = WSAIoctl(sock, SO_TLS_SET_CLIENT, &sWS2Opts,
385 if (SOCKET_ERROR == rcode ) {
390 return rcode;
395 int rcode; local
405 rcode = WSAIoctl(socketHnd, SO_TLS_SET_FLAGS, &ulFlag,
407 if(rcode) {
[all...]

Completed in 2384 milliseconds