Home
last modified time | relevance | path

Searched defs:Curl_socketpair (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Dsocketpair.h75 #define Curl_socketpair(a,b,c,d) socketpair(a,b,c,d) macro
Dsocketpair.c82 int Curl_socketpair(int domain, int type, int protocol, in Curl_socketpair() function