Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dfsock.c91 stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, in php_fsockopen_stream()
H A Dftp_fopen_wrapper.c157 …stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | ST… in php_ftp_fopen_connect()
558 …datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT … in php_stream_url_wrap_ftp()
H A Dstreamsfuncs.c141 stream = php_stream_xport_create(ZSTR_VAL(host), ZSTR_LEN(host), REPORT_ERRORS, in PHP_FUNCTION()
221 stream = php_stream_xport_create(host, host_len, REPORT_ERRORS, in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c227 stream = php_stream_xport_create(transport_string, transport_len, options, in php_stream_url_wrap_http_ex()
/PHP-7.3/main/streams/
H A Dphp_stream_transport.h56 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… macro
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_vio.c182 net_stream = php_stream_xport_create(scheme.s, scheme.l, streams_options, streams_flags, in MYSQLND_METHOD()
H A Dmysqlnd_net.c195 net_stream = php_stream_xport_create(scheme, scheme_len, streams_options, streams_flags, in MYSQLND_METHOD()
/PHP-7.3/main/
H A Dnetwork.c1144 stream = php_stream_xport_create(res, reslen, REPORT_ERRORS,
/PHP-7.3/ext/soap/
H A Dphp_http.c231 stream = php_stream_xport_create(name, namelen, in http_connect()
/PHP-7.3/ext/sockets/
H A Dsockets.c2549 stream = php_stream_xport_create(protocol, protocollen, 0, 0, NULL, NULL, NULL, NULL, NULL);

Completed in 44 milliseconds