HomeSort by relevance Sort by last modified time
    Searched refs:opensocket (Results 1 - 3 of 3) sorted by null

  /external/curl/tests/libtest/
lib1530.c 27 static curl_socket_t opensocket(void *clientp, function
34 fprintf(stderr, "opensocket() returns CURL_SOCKET_BAD\n");
57 test_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, opensocket);
  /external/curl/docs/examples/
externalsocket.c 61 static curl_socket_t opensocket(void *clientp, function
136 curl_easy_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, opensocket);
asiohiper.cpp 345 static curl_socket_t opensocket(void *clientp, curlsocktype purpose, function
428 curl_easy_setopt(conn->easy, CURLOPT_OPENSOCKETFUNCTION, opensocket);

Completed in 64 milliseconds