Home
last modified time | relevance | path

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

/PHP-7.1/ext/zip/lib/
H A Dzip_source_filep.c181 FILE *tfp; in create_temp_output() local
198 if ((tfp=fdopen(tfd, "r+b")) == NULL) { in create_temp_output()
211 _setmode(_fileno(tfp), _O_BINARY ); in create_temp_output()
214 ctx->fout = tfp; in create_temp_output()

Completed in 5 milliseconds