HomeSort by relevance Sort by last modified time
    Searched defs:opensocket (Results 1 - 4 of 4) 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");
58 test_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, opensocket);
  /external/curl/docs/examples/
externalsocket.c 68 static curl_socket_t opensocket(void *clientp, function
144 curl_easy_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, opensocket);
asiohiper.cpp 366 static curl_socket_t opensocket(void *clientp, curlsocktype purpose, function
447 curl_easy_setopt(conn->easy, CURLOPT_OPENSOCKETFUNCTION, opensocket);
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ipcsocket.c 14 int opensocket(int *sockfd, const char *name, int connecttype) function

Completed in 249 milliseconds