Searched refs:socket_vector (Results 1 – 4 of 4) sorted by relevance
/external/curl/lib/ |
D | memdebug.c | 357 curl_socket_t socket_vector[2], in curl_dbg_socketpair() 366 int res = socketpair(domain, type, protocol, socket_vector); in curl_dbg_socketpair() 369 curl_dbg_log(fmt, source, line, socket_vector[0], socket_vector[1]); in curl_dbg_socketpair()
|
D | memdebug.h | 88 curl_socket_t socket_vector[2], 145 #define socketpair(domain,type,protocol,socket_vector)\ argument 146 curl_dbg_socketpair(domain, type, protocol, socket_vector, __LINE__, __FILE__)
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 689 socket_vector: *mut ::c_int, in socketpair()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3498 socket_vector: *mut ::c_int, in socketpair()
|