Home
last modified time | relevance | path

Searched refs:socket_vector (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dmemdebug.c357 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()
Dmemdebug.h88 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/
Dmod.rs689 socket_vector: *mut ::c_int, in socketpair()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3498 socket_vector: *mut ::c_int, in socketpair()