Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dfsock.c98 stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, in php_fsockopen_stream()
H A Dftp_fopen_wrapper.c151 …stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | ST… in php_ftp_fopen_connect()
550 …datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT … in php_stream_url_wrap_ftp()
H A Dstreamsfuncs.c162 stream = php_stream_xport_create(ZSTR_VAL(host), ZSTR_LEN(host), REPORT_ERRORS, in PHP_FUNCTION()
233 stream = php_stream_xport_create(host, host_len, REPORT_ERRORS, in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c222 stream = php_stream_xport_create(ZSTR_VAL(transport_string), ZSTR_LEN(transport_string), options, in php_stream_url_wrap_http_ex()
/PHP-8.2/main/streams/
H A Dphp_stream_transport.h54 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… macro
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_vio.c212 net_stream = php_stream_xport_create(scheme.s, scheme.l, streams_options, streams_flags, in MYSQLND_METHOD()
/PHP-8.2/main/
H A Dnetwork.c1119 stream = php_stream_xport_create(res, reslen, REPORT_ERRORS,
/PHP-8.2/ext/soap/
H A Dphp_http.c238 stream = php_stream_xport_create(name, namelen, in http_connect()
/PHP-8.2/ext/sockets/
H A Dsockets.c2269 stream = php_stream_xport_create(protocol, protocollen, 0, 0, NULL, NULL, NULL, NULL, NULL);

Completed in 38 milliseconds