Home
last modified time | relevance | path

Searched refs:transport_len (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/standard/
H A Dftp_fopen_wrapper.c143 int transport_len; in php_ftp_fopen_connect() local
159 transport_len = (int)spprintf(&transport, 0, "tcp://%s:%d", resource->host, resource->port); in php_ftp_fopen_connect()
160 …stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | ST… in php_ftp_fopen_connect()
432 int transport_len; in php_stream_url_wrap_ftp() local
560 transport_len = (int)spprintf(&transport, 0, "tcp://%s:%d", hoststart, portno); in php_stream_url_wrap_ftp()
561 …datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT … in php_stream_url_wrap_ftp()
H A Dhttp_fopen_wrapper.c132 size_t transport_len; in php_stream_url_wrap_http_ex() local
172 transport_len = Z_STRLEN_P(tmpzval); in php_stream_url_wrap_http_ex()
195 transport_len = Z_STRLEN_P(tmpzval); in php_stream_url_wrap_http_ex()
198transport_len = spprintf(&transport_string, 0, "%s://%s:%d", use_ssl ? "ssl" : "tcp", resource->ho… in php_stream_url_wrap_http_ex()
220 stream = php_stream_xport_create(transport_string, transport_len, options, in php_stream_url_wrap_http_ex()

Completed in 15 milliseconds