Searched refs:tmpstream (Results 1 – 1 of 1) sorted by relevance
2001 php_stream *tmpstream = NULL; in ftp_genlist() local2012 if ((tmpstream = php_stream_fopen_tmpfile()) == NULL) { in ftp_genlist()2036 php_stream_close(tmpstream); in ftp_genlist()2052 php_stream_write(tmpstream, data->buf, rcvd); in ftp_genlist()2065 php_stream_rewind(tmpstream); in ftp_genlist()2073 while ((ch = php_stream_getc(tmpstream)) != EOF) { in ftp_genlist()2084 php_stream_close(tmpstream); in ftp_genlist()2094 php_stream_close(tmpstream); in ftp_genlist()
Completed in 13 milliseconds