Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c121 int scratch_len = 0; in php_stream_url_wrap_http_ex() local
356 scratch = emalloc(scratch_len); in php_stream_url_wrap_http_ex()
371 scratch = emalloc(scratch_len); in php_stream_url_wrap_http_ex()
372 strncpy(scratch, "GET ", scratch_len); in php_stream_url_wrap_http_ex()
395 strlcat(scratch, resource->path, scratch_len); in php_stream_url_wrap_http_ex()
397 strlcat(scratch, "/", scratch_len); in php_stream_url_wrap_http_ex()
402 strlcat(scratch, "?", scratch_len); in php_stream_url_wrap_http_ex()
409 strlcat(scratch, " HTTP/", scratch_len); in php_stream_url_wrap_http_ex()
411 strlcat(scratch, "\r\n", scratch_len); in php_stream_url_wrap_http_ex()
608 scratch_len = slprintf(scratch, scratch_len, "Content-Length: %d\r\n", Z_STRLEN_PP(tmpzval)); in php_stream_url_wrap_http_ex()
[all …]

Completed in 10 milliseconds