Home
last modified time | relevance | path

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

/external/curl/lib/
Dsocketpair.h30 #define Curl_socketpair(a,b,c,d) socketpair(a,b,c,d) macro
Dsocketpair.c56 int Curl_socketpair(int domain, int type, int protocol, in Curl_socketpair() function