Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dftp_fopen_wrapper.c141 int transport_len; in php_ftp_fopen_connect() local
157 transport_len = (int)spprintf(&transport, 0, "tcp://%s:%d", resource->host, resource->port); in php_ftp_fopen_connect()
158 …stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | ST… in php_ftp_fopen_connect()
430 int transport_len; in php_stream_url_wrap_ftp() local
558 transport_len = (int)spprintf(&transport, 0, "tcp://%s:%d", hoststart, portno); in php_stream_url_wrap_ftp()
559 …datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT … in php_stream_url_wrap_ftp()
H A Dhttp_fopen_wrapper.c130 size_t transport_len; in php_stream_url_wrap_http_ex() local
168 transport_len = Z_STRLEN_P(tmpzval); in php_stream_url_wrap_http_ex()
191 transport_len = Z_STRLEN_P(tmpzval); in php_stream_url_wrap_http_ex()
194transport_len = spprintf(&transport_string, 0, "%s://%s:%d", use_ssl ? "ssl" : "tcp", resource->ho… in php_stream_url_wrap_http_ex()
216 stream = php_stream_xport_create(transport_string, transport_len, options, in php_stream_url_wrap_http_ex()

Completed in 9 milliseconds