Searched refs:socketpair (Results 1 – 8 of 8) sorted by relevance
/PHP-7.2/win32/ |
H A D | sockets.h | 29 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
|
H A D | sockets.c | 31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair() function
|
/PHP-7.2/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 185 if (0 > socketpair(AF_UNIX, SOCK_STREAM, 0, sp)) { in fpm_signals_init_main()
|
/PHP-7.2/ext/sockets/ |
H A D | config.m4 | 21 AC_CHECK_FUNCS([hstrerror socketpair if_nametoindex if_indextoname])
|
H A D | sockets.c | 2246 if (socketpair(domain, type, protocol, fds_array) != 0) {
|
/PHP-7.2/win32/build/ |
H A D | config.w32.h.in | 145 /* Win32 supports socketpair by the emulation in win32/sockets.c */
|
/PHP-7.2/ext/standard/ |
H A D | streamsfuncs.c | 68 if (0 != socketpair((int)domain, (int)type, (int)protocol, pair)) { in PHP_FUNCTION()
|
/PHP-7.2/ |
H A D | configure.ac | 419 PHP_CHECK_FUNC(socketpair, socket)
|
Completed in 26 milliseconds