Searched refs:socket_vector (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | memdebug.h | 69 curl_socket_t socket_vector[2], 112 #define socketpair(domain,type,protocol,socket_vector)\ argument 113 curl_socketpair(domain, type, protocol, socket_vector, __LINE__, __FILE__)
|
D | memdebug.c | 360 curl_socket_t socket_vector[2], in curl_socketpair() 369 int res = socketpair(domain, type, protocol, socket_vector); in curl_socketpair() 372 curl_memlog(fmt, source, line, socket_vector[0], socket_vector[1]); in curl_socketpair()
|