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