Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dftp_fopen_wrapper.c104 char tmp_line[512]; in php_stream_ftp_stream_close() local
132 char tmp_line[512]; in php_ftp_fopen_connect() local
315 char tmp_line[512]; in php_fopen_do_pasv() local
338 tpath = tmp_line; in php_fopen_do_pasv()
408 char tmp_line[512]; in php_stream_url_wrap_ftp() local
422 tmp_line[0] = '\0'; in php_stream_url_wrap_ftp()
551 tmp_line[0]='\0'; in php_stream_url_wrap_ftp()
575 tmp_line[0]='\0'; in php_stream_url_wrap_ftp()
692 tmp_line[0] = '\0'; in php_stream_ftp_opendir()
828 while ((size_t)(p - tmp_line) < sizeof(tmp_line) && !isdigit(*p)) { in php_stream_ftp_url_stat()
[all …]
H A Dhttp_fopen_wrapper.c133 char tmp_line[128]; in php_stream_url_wrap_http_ex() local
151 tmp_line[0] = '\0'; in php_stream_url_wrap_http_ex()
661 php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL) { in php_stream_url_wrap_http_ex()
665 response_code = atoi(tmp_line + 9); in php_stream_url_wrap_http_ex()
684 && php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL in php_stream_url_wrap_http_ex()
689 response_code = atoi(tmp_line + 9); in php_stream_url_wrap_http_ex()
703 tmp_line, response_code); in php_stream_url_wrap_http_ex()
708 tmp_line[0] = '\0'; in php_stream_url_wrap_http_ex()
711 tmp_line, response_code); in php_stream_url_wrap_http_ex()
714 if (tmp_line_len >= 1 && tmp_line[tmp_line_len - 1] == '\n') { in php_stream_url_wrap_http_ex()
[all …]

Completed in 10 milliseconds