Searched refs:opensocket (Results 1 – 7 of 7) sorted by relevance
/external/curl/tests/libtest/ |
D | lib1530.c | 27 static curl_socket_t opensocket(void *clientp, in opensocket() function 58 test_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, opensocket); in test()
|
/external/curl/docs/examples/ |
D | externalsocket.c | 68 static curl_socket_t opensocket(void *clientp, in opensocket() function 146 curl_easy_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, opensocket); in main()
|
D | asiohiper.cpp | 376 static curl_socket_t opensocket(void *clientp, curlsocktype purpose, in opensocket() function 457 curl_easy_setopt(conn->easy, CURLOPT_OPENSOCKETFUNCTION, opensocket); in new_conn()
|
/external/linux-kselftest/tools/testing/selftests/android/ion/ |
D | ipcsocket.h | 23 int opensocket(int *sockfd, const char *name, int connecttype);
|
D | ionapp_import.c | 39 status = opensocket(&sockfd, SOCKET_NAME, 0); in main()
|
D | ionapp_export.c | 99 status = opensocket(&sockfd, SOCKET_NAME, 1); in main()
|
D | ipcsocket.c | 14 int opensocket(int *sockfd, const char *name, int connecttype) in opensocket() function
|