Searched refs:protocol_version_len (Results 1 – 1 of 1) sorted by relevance
136 int protocol_version_len = 3; /* Default: "1.0" */ in php_stream_url_wrap_http_ex() local376 protocol_version_len = spprintf(&protocol_version, 0, "%.1F", Z_DVAL_PP(tmpzval)); in php_stream_url_wrap_http_ex()380 scratch_len = strlen(path) + 29 + protocol_version_len; in php_stream_url_wrap_http_ex()
Completed in 5 milliseconds