Searched refs:socketpair (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/win32/ |
H A D | sockets.h | 26 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
|
H A D | sockets.c | 94 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair() function
|
/PHP-8.4/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 189 if (0 > socketpair(AF_UNIX, SOCK_STREAM, 0, sp)) { in fpm_signals_init_main()
|
/PHP-8.4/win32/build/ |
H A D | config.w32.h.in | 99 /* Win32 supports socketpair by the emulation in win32/sockets.c */
|
/PHP-8.4/ext/standard/ |
H A D | proc_open.c | 864 #define create_socketpair(socks) socketpair(AF_UNIX, SOCK_STREAM, 0, (socks))
|
H A D | streamsfuncs.c | 60 if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) { in PHP_FUNCTION()
|
/PHP-8.4/ |
H A D | configure.ac | 330 AC_CHECK_FUNCS([socketpair],, 331 [AC_SEARCH_LIBS([socketpair], [socket network],
|
/PHP-8.4/ext/sockets/ |
H A D | sockets.c | 2128 if (socketpair(domain, type, protocol, fds_array) != 0) {
|
Completed in 28 milliseconds