Lines Matching defs:presult
292 CURLproxycode presult;
456 presult = socks_state_send(cf, sx, data, CURLPX_SEND_CONNECT,
458 if(CURLPX_OK != presult)
459 return presult;
472 presult = socks_state_recv(cf, sx, data, CURLPX_RECV_CONNECT,
474 if(CURLPX_OK != presult)
475 return presult;
584 CURLproxycode presult;
633 presult = socks_state_send(cf, sx, data, CURLPX_SEND_CONNECT,
635 if(CURLPX_OK != presult)
636 return presult;
644 presult = socks_state_send(cf, sx, data, CURLPX_SEND_CONNECT,
646 if(CURLPX_OK != presult)
647 return presult;
659 presult = socks_state_recv(cf, sx, data, CURLPX_RECV_CONNECT,
661 if(CURLPX_OK != presult)
662 return presult;
764 presult = socks_state_send(cf, sx, data, CURLPX_SEND_AUTH,
766 if(CURLPX_OK != presult)
767 return presult;
777 presult = socks_state_recv(cf, sx, data, CURLPX_RECV_AUTH,
779 if(CURLPX_OK != presult)
780 return presult;
958 presult = socks_state_send(cf, sx, data, CURLPX_SEND_REQUEST,
960 if(CURLPX_OK != presult)
961 return presult;
977 presult = socks_state_recv(cf, sx, data, CURLPX_RECV_REQACK,
979 if(CURLPX_OK != presult)
980 return presult;
1067 presult = socks_state_recv(cf, sx, data, CURLPX_RECV_ADDRESS,
1069 if(CURLPX_OK != presult)
1070 return presult;