Searched refs:scratch_len (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | http_fopen_wrapper.c | 124 int scratch_len = 0; in php_stream_url_wrap_http_ex() local 366 scratch = emalloc(scratch_len); in php_stream_url_wrap_http_ex() 381 scratch = emalloc(scratch_len); in php_stream_url_wrap_http_ex() 382 strncpy(scratch, "GET ", scratch_len); in php_stream_url_wrap_http_ex() 405 strlcat(scratch, resource->path, scratch_len); in php_stream_url_wrap_http_ex() 407 strlcat(scratch, "/", scratch_len); in php_stream_url_wrap_http_ex() 412 strlcat(scratch, "?", scratch_len); in php_stream_url_wrap_http_ex() 419 strlcat(scratch, " HTTP/", scratch_len); in php_stream_url_wrap_http_ex() 421 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_PP(tmpzval)); in php_stream_url_wrap_http_ex() [all …]
|
Completed in 10 milliseconds