Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfsock.c80 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); in php_fsockopen_stream()
H A Dftp_fopen_wrapper.c158 …te(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, NULL, NULL… in php_ftp_fopen_connect()
556 …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.c208 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, in php_stream_url_wrap_http_ex()
H A Dstreamsfuncs.c132 STREAM_XPORT_CLIENT | (flags & PHP_STREAM_CLIENT_CONNECT ? STREAM_XPORT_CONNECT : 0) | in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dphp_stream_transport.h43 #define STREAM_XPORT_CONNECT 2 macro
H A Dtransports.c142 if (flags & (STREAM_XPORT_CONNECT|STREAM_XPORT_CONNECT_ASYNC)) { in _php_stream_xport_create()
/PHP-5.5/main/
H A Dnetwork.c1072 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, persistent_id, timeout, NULL, NULL, NULL);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c156 unsigned int streams_flags = STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT; in MYSQLND_METHOD()
/PHP-5.5/ext/soap/
H A Dphp_http.c235 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, in http_connect()

Completed in 30 milliseconds