Searched refs:STREAM_XPORT_CONNECT (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | fsock.c | 86 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() 550 …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 | 223 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, in php_stream_url_wrap_http_ex()
|
H A D | streamsfuncs.c | 162 STREAM_XPORT_CLIENT | (flags & PHP_STREAM_CLIENT_CONNECT ? STREAM_XPORT_CONNECT : 0) | in PHP_FUNCTION()
|
/PHP-8.1/main/streams/ |
H A D | php_stream_transport.h | 40 #define STREAM_XPORT_CONNECT 2 macro
|
H A D | transports.c | 142 if (flags & (STREAM_XPORT_CONNECT|STREAM_XPORT_CONNECT_ASYNC)) { in _php_stream_xport_create()
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 157 unsigned int streams_flags = STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT; in MYSQLND_METHOD()
|
/PHP-8.1/main/ |
H A D | network.c | 1113 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, persistent_id, timeout, NULL, NULL, NULL);
|
/PHP-8.1/ext/soap/ |
H A D | php_http.c | 226 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, in http_connect()
|
Completed in 31 milliseconds