Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dftp_fopen_wrapper.c112 char tmp_line[512]; in php_stream_ftp_stream_close() local
141 char tmp_line[512]; in php_ftp_fopen_connect() local
327 char tmp_line[512]; in php_fopen_do_pasv() local
350 tpath = tmp_line; in php_fopen_do_pasv()
421 char tmp_line[512]; in php_stream_url_wrap_ftp() local
434 tmp_line[0] = '\0'; in php_stream_url_wrap_ftp()
708 tmp_line[0] = '\0'; in php_stream_ftp_opendir()
722 tmp_line[0] = '\0'; in php_stream_ftp_opendir()
796 char tmp_line[512]; in php_stream_ftp_url_stat() local
846 while (p - tmp_line < sizeof(tmp_line) && !isdigit(*p)) { in php_stream_ftp_url_stat()
[all …]
H A Dhttp_fopen_wrapper.c130 char tmp_line[128]; in php_stream_url_wrap_http_ex() local
145 tmp_line[0] = '\0'; in php_stream_url_wrap_http_ex()
687 if (php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL) { in php_stream_url_wrap_http_ex()
691 response_code = atoi(tmp_line + 9); in php_stream_url_wrap_http_ex()
710 && php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL in php_stream_url_wrap_http_ex()
715 response_code = atoi(tmp_line + 9); in php_stream_url_wrap_http_ex()
729 tmp_line, response_code); in php_stream_url_wrap_http_ex()
734 tmp_line[0] = '\0'; in php_stream_url_wrap_http_ex()
737 tmp_line, response_code); in php_stream_url_wrap_http_ex()
740 if (tmp_line_len >= 1 && tmp_line[tmp_line_len - 1] == '\n') { in php_stream_url_wrap_http_ex()
[all …]

Completed in 43 milliseconds