Home
last modified time | relevance | path

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

/PHP-5.5/ext/recode/
H A Drecode.c193 FILE *in_fp, *out_fp; in PHP_FUNCTION() local
202 if (FAILURE == php_stream_cast(instream, PHP_STREAM_AS_STDIO, (void**)&in_fp, REPORT_ERRORS)) { in PHP_FUNCTION()
221 if (!recode_file_to_file(request, in_fp, out_fp)) { in PHP_FUNCTION()

Completed in 14 milliseconds