Home
last modified time | relevance | path

Searched refs:STREAM_XPORT_CONNECT (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/standard/
H A Dfsock.c99 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); in php_fsockopen_stream()
H A Dftp_fopen_wrapper.c151 …te(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, NULL, NULL… in php_ftp_fopen_connect()
548 …te(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, NULL, NULL… in php_stream_url_wrap_ftp()
H A Dhttp_fopen_wrapper.c252 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, in php_stream_url_wrap_http_ex()
H A Dstreamsfuncs.c160 STREAM_XPORT_CLIENT | (flags & PHP_STREAM_CLIENT_CONNECT ? STREAM_XPORT_CONNECT : 0) | in PHP_FUNCTION()
/php-src/main/streams/
H A Dphp_stream_transport.h40 #define STREAM_XPORT_CONNECT 2 macro
H A Dtransports.c144 if (flags & (STREAM_XPORT_CONNECT|STREAM_XPORT_CONNECT_ASYNC)) { in _php_stream_xport_create()
/php-src/ext/mysqlnd/
H A Dmysqlnd_vio.c188 unsigned int streams_flags = STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT; in MYSQLND_METHOD()
/php-src/main/
H A Dnetwork.c1104 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, persistent_id, timeout, NULL, NULL, NULL);
/php-src/ext/soap/
H A Dphp_http.c237 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, in http_connect()

Completed in 27 milliseconds