Home
last modified time | relevance | path

Searched refs:STREAM_XPORT_CLIENT (Results 1 – 8 of 8) 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 …stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | ST… in php_ftp_fopen_connect()
556 …datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT 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.h40 #define STREAM_XPORT_CLIENT 0 macro
/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 104 milliseconds