Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dfsock.c88 stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, in php_fsockopen_stream()
H A Dftp_fopen_wrapper.c160 …stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | ST… in php_ftp_fopen_connect()
560 …datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT … in php_stream_url_wrap_ftp()
H A Dstreamsfuncs.c132 stream = php_stream_xport_create(ZSTR_VAL(host), ZSTR_LEN(host), REPORT_ERRORS, in PHP_FUNCTION()
207 stream = php_stream_xport_create(host, host_len, REPORT_ERRORS, in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c222 stream = php_stream_xport_create(transport_string, transport_len, options, in php_stream_url_wrap_http_ex()
/PHP-7.0/main/streams/
H A Dphp_stream_transport.h57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… macro
/PHP-7.0/main/
H A Dnetwork.c1130 stream = php_stream_xport_create(res, reslen, REPORT_ERRORS,
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_net.c204 net_stream = php_stream_xport_create(scheme, scheme_len, streams_options, streams_flags, in MYSQLND_METHOD()
/PHP-7.0/ext/soap/
H A Dphp_http.c231 stream = php_stream_xport_create(name, namelen, in http_connect()
/PHP-7.0/ext/sockets/
H A Dsockets.c2434 stream = php_stream_xport_create(protocol, protocollen, 0, 0, NULL, NULL, NULL, NULL, NULL);

Completed in 37 milliseconds