Lines Matching refs:socket
18 CURLOPT_SOCKOPTFUNCTION - callback for setting socket options
26 CURLSOCKTYPE_IPCXN, /* socket created for a specific IP connection */
27 CURLSOCKTYPE_ACCEPT, /* socket created by accept() call */
48 When set, this callback function gets called by libcurl when the socket has
50 specific socket options. The callback's *purpose* argument identifies the
51 exact purpose for this particular socket:
58 created socket descriptor to the callback in the *curlfd* parameter so
66 error to the library and it closes the socket and returns
68 *CURL_SOCKOPT_ALREADY_CONNECTED*, to tell libcurl that the socket is
70 application to pass in an already connected socket with
83 /* make libcurl use the already established socket 'sockfd' */
91 /* the actual externally set socket is passed in via the OPENSOCKETDATA
112 /* call this function to get a socket */
116 /* call this function to set options for the socket */