Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dsockets.h27 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
H A Dsockets.c29 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair() function
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_signals.c189 if (0 > socketpair(AF_UNIX, SOCK_STREAM, 0, sp)) { in fpm_signals_init_main()
/PHP-7.4/win32/build/
H A Dconfig.w32.h.in111 /* Win32 supports socketpair by the emulation in win32/sockets.c */
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c66 if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) { in PHP_FUNCTION()
/PHP-7.4/ext/sockets/
H A Dsockets.c2266 if (socketpair(domain, type, protocol, fds_array) != 0) {
/PHP-7.4/
H A Dconfigure.ac397 PHP_CHECK_FUNC(socketpair, socket)

Completed in 28 milliseconds