Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/
H A Dftp.c2005 php_stream *tmpstream = NULL; in ftp_genlist() local
2016 if ((tmpstream = php_stream_fopen_tmpfile()) == NULL) { in ftp_genlist()
2040 php_stream_close(tmpstream); in ftp_genlist()
2056 php_stream_write(tmpstream, data->buf, rcvd); in ftp_genlist()
2069 php_stream_rewind(tmpstream); in ftp_genlist()
2077 while ((ch = php_stream_getc(tmpstream)) != EOF) { in ftp_genlist()
2088 php_stream_close(tmpstream); in ftp_genlist()
2098 php_stream_close(tmpstream); in ftp_genlist()

Completed in 9 milliseconds