Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfsock.c79 stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, in php_fsockopen_stream()
H A Dftp_fopen_wrapper.c158 …stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | ST… in php_ftp_fopen_connect()
556 …datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT … in php_stream_url_wrap_ftp()
H A Dstreamsfuncs.c131 stream = php_stream_xport_create(host, host_len, REPORT_ERRORS, in PHP_FUNCTION()
207 stream = php_stream_xport_create(host, host_len, REPORT_ERRORS, in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c207 stream = php_stream_xport_create(transport_string, transport_len, options, in php_stream_url_wrap_http_ex()
/PHP-5.5/main/streams/
H A Dphp_stream_transport.h57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… macro
/PHP-5.5/main/
H A Dnetwork.c1071 stream = php_stream_xport_create(res, reslen, REPORT_ERRORS,
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c179 net_stream = php_stream_xport_create(scheme, scheme_len, streams_options, streams_flags, in MYSQLND_METHOD()
/PHP-5.5/ext/soap/
H A Dphp_http.c233 stream = php_stream_xport_create(name, namelen, in http_connect()

Completed in 39 milliseconds