Searched refs:Curl_socketpair (Results 1 – 6 of 6) sorted by relevance
/third_party/curl/lib/ |
D | socketpair.h | 31 int Curl_socketpair(int domain, int type, int protocol, 34 #define Curl_socketpair(a,b,c,d) socketpair(a,b,c,d) macro
|
D | socketpair.c | 64 int Curl_socketpair(int domain, int type, int protocol, in Curl_socketpair() function
|
D | curl_ntlm_wb.c | 192 if(Curl_socketpair(AF_UNIX, SOCK_STREAM, 0, sockfds)) { in ntlm_wb_init()
|
D | asyn-thread.c | 237 if(Curl_socketpair(AF_UNIX, SOCK_STREAM, 0, &tsd->sock_pair[0]) < 0) { in init_thread_sync_data()
|
D | multi.c | 70 #define wakeup_create(p) Curl_socketpair(AF_UNIX, SOCK_STREAM, 0, p)
|
/third_party/curl/lib/vquic/ |
D | curl_msh3.c | 873 if(Curl_socketpair(AF_UNIX, SOCK_STREAM, 0, &ctx->sock[0]) < 0) { in cf_msh3_connect()
|