Home
last modified time | relevance | path

Searched refs:socket (Results 426 – 434 of 434) sorted by relevance

1...<<1112131415161718

/PHP-7.3/
H A Dphp.ini-production867 ; Default timeout for socket based streams (seconds)
868 ; http://php.net/default-socket-timeout
1048 ; Default socket name for local MySQL connects. If empty, uses the built-in
1187 ; Default socket name for local MySQL connects. If empty, uses the built-in
1189 ; http://php.net/mysqli.default-socket
H A Dacinclude.m41438 #include <sys/socket.h>
1609 #include <sys/socket.h>]],
1619 #include <sys/socket.h>]], [[static struct sockaddr sa; int n = (int) sa.sa_len; return n;]])],
H A DNEWS852 socket-to-stream). (Nikita)
1770 . Fixed bug #76972 (Data truncation due to forceful ssl socket shutdown).
2406 . Fixed misparsing of abstract unix domain socket names. (Sara)
/PHP-7.3/main/
H A Dfastcgi.c759 if ((listen_socket = socket(sa.sa.sa_family, SOCK_STREAM, 0)) < 0 || in fcgi_listen()
/PHP-7.3/ext/ftp/
H A Dftp.c1675 if ((fd = socket(sa->sa_family, SOCK_STREAM, 0)) == SOCK_ERR) { in ftp_getdata()
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c1212 retval = socket((*p)->sa_family, socktype, 0); in php_network_listen_socket()
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c2585 fd = socket( pServerAddr->sa_family, SOCK_STREAM, 0 ); in LSAPI_CreateListenSock2()
/PHP-7.3/ext/standard/
H A Dbasic_functions.c2106 ZEND_ARG_INFO(0, socket)
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch3590 +/* we should be already be in non blocking mode for network socket */

Completed in 100 milliseconds

1...<<1112131415161718