Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dhttp_fopen_wrapper.c124 size_t scratch_len = 0; in php_stream_url_wrap_http_ex() local
373 scratch = emalloc(scratch_len); in php_stream_url_wrap_http_ex()
386 scratch = emalloc(scratch_len); in php_stream_url_wrap_http_ex()
387 strncpy(scratch, "GET ", scratch_len); in php_stream_url_wrap_http_ex()
404 strlcat(scratch, resource->path, scratch_len); in php_stream_url_wrap_http_ex()
406 strlcat(scratch, "/", scratch_len); in php_stream_url_wrap_http_ex()
411 strlcat(scratch, "?", scratch_len); in php_stream_url_wrap_http_ex()
418 strlcat(scratch, " HTTP/", scratch_len); in php_stream_url_wrap_http_ex()
420 strlcat(scratch, "\r\n", scratch_len); in php_stream_url_wrap_http_ex()
631 scratch_len = slprintf(scratch, scratch_len, "Content-Length: %d\r\n", Z_STRLEN_P(tmpzval)); in php_stream_url_wrap_http_ex()
[all …]

Completed in 12 milliseconds