Searched refs:STREAM_XPORT_CONNECT (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/standard/ |
H A D | fsock.c | 99 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); in php_fsockopen_stream()
|
H A D | ftp_fopen_wrapper.c | 151 …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 D | http_fopen_wrapper.c | 252 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, in php_stream_url_wrap_http_ex()
|
H A D | streamsfuncs.c | 160 STREAM_XPORT_CLIENT | (flags & PHP_STREAM_CLIENT_CONNECT ? STREAM_XPORT_CONNECT : 0) | in PHP_FUNCTION()
|
/php-src/main/streams/ |
H A D | php_stream_transport.h | 40 #define STREAM_XPORT_CONNECT 2 macro
|
H A D | transports.c | 144 if (flags & (STREAM_XPORT_CONNECT|STREAM_XPORT_CONNECT_ASYNC)) { in _php_stream_xport_create()
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 188 unsigned int streams_flags = STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT; in MYSQLND_METHOD()
|
/php-src/main/ |
H A D | network.c | 1104 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, persistent_id, timeout, NULL, NULL, NULL);
|
/php-src/ext/soap/ |
H A D | php_http.c | 237 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, in http_connect()
|
Completed in 27 milliseconds