Lines Matching defs:fin
29 static int fcomp(sed_commands_t *commands, apr_file_t *fin);
32 static int rline(sed_commands_t *commands, apr_file_t *fin,
118 apr_status_t sed_compile_file(sed_commands_t *commands, apr_file_t *fin)
120 apr_status_t rv = fcomp(commands, fin);
199 static int fcomp(sed_commands_t *commands, apr_file_t *fin)
214 if (rline(commands, fin, commands->linebuf,
227 if (rline(commands, fin, commands->linebuf,
714 static int rline(sed_commands_t *commands, apr_file_t *fin,
785 while (apr_file_read(fin, &t, &bytes_read) != APR_SUCCESS) {
798 if (apr_file_read(fin, &t, &bytes_read) != APR_SUCCESS) {