Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dftp_fopen_wrapper.c111 char tmp_line[512]; in php_stream_ftp_stream_close() local
139 char tmp_line[512]; in php_ftp_fopen_connect() local
325 char tmp_line[512]; in php_fopen_do_pasv() local
348 tpath = tmp_line; in php_fopen_do_pasv()
418 char tmp_line[512]; in php_stream_url_wrap_ftp() local
431 tmp_line[0] = '\0'; in php_stream_url_wrap_ftp()
705 tmp_line[0] = '\0'; in php_stream_ftp_opendir()
789 char tmp_line[512]; in php_stream_ftp_url_stat() local
839 while (p - tmp_line < sizeof(tmp_line) && !isdigit(*p)) { in php_stream_ftp_url_stat()
843 if (p - tmp_line > sizeof(tmp_line)) { in php_stream_ftp_url_stat()
[all …]
H A Dhttp_fopen_wrapper.c103 char tmp_line[128]; in php_stream_url_wrap_http_ex() local
117 tmp_line[0] = '\0'; in php_stream_url_wrap_http_ex()
661 if (php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL) { in php_stream_url_wrap_http_ex()
666 response_code = atoi(tmp_line + 9); in php_stream_url_wrap_http_ex()
686 tmp_line, response_code); in php_stream_url_wrap_http_ex()
691 tmp_line[0] = '\0'; in php_stream_url_wrap_http_ex()
694 tmp_line, response_code); in php_stream_url_wrap_http_ex()
697 if (tmp_line[tmp_line_len - 1] == '\n') { in php_stream_url_wrap_http_ex()
699 if (tmp_line[tmp_line_len - 1] == '\r') { in php_stream_url_wrap_http_ex()
704 ZVAL_STRINGL(http_response, tmp_line, tmp_line_len, 1); in php_stream_url_wrap_http_ex()
[all …]

Completed in 11 milliseconds