Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dsockets.h26 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
H A Dsockets.c31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair() function
/PHP-5.5/ext/sockets/
H A Dconfig.m421 AC_CHECK_FUNCS([hstrerror socketpair if_nametoindex if_indextoname])
H A Dsockets.c2112 if (socketpair(domain, type, protocol, fds_array) != 0) {
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_signals.c186 if (0 > socketpair(AF_UNIX, SOCK_STREAM, 0, sp)) { in fpm_signals_init_main()
/PHP-5.5/win32/build/
H A Dconfig.w32.h.in153 /* Win32 supports socketpair by the emulation in win32/sockets.c */
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c61 if (0 != socketpair(domain, type, protocol, pair)) { in PHP_FUNCTION()
/PHP-5.5/
H A Dconfigure.in450 PHP_CHECK_FUNC(socketpair, socket)

Completed in 22 milliseconds