Home
last modified time | relevance | path

Searched refs:socketpair (Results 1 – 8 of 8) sorted by relevance

/php-src/win32/
H A Dsockets.h26 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
H A Dsockets.c94 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair() function
/php-src/sapi/fpm/fpm/
H A Dfpm_signals.c189 if (0 > socketpair(AF_UNIX, SOCK_STREAM, 0, sp)) { in fpm_signals_init_main()
/php-src/win32/build/
H A Dconfig.w32.h.in101 /* Win32 supports socketpair by the emulation in win32/sockets.c */
/php-src/ext/standard/
H A Dproc_open.c861 #define create_socketpair(socks) socketpair(AF_UNIX, SOCK_STREAM, 0, (socks))
H A Dstreamsfuncs.c62 if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) { in PHP_FUNCTION()
/php-src/
H A Dconfigure.ac364 AC_CHECK_FUNCS([socketpair],,
365 [AC_SEARCH_LIBS([socketpair], [socket network],
/php-src/ext/sockets/
H A Dsockets.c2076 if (socketpair(domain, type, protocol, fds_array) != 0) {

Completed in 39 milliseconds