Searched defs:fin (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dsed0.c29 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) argument
120 apr_status_t rv = fcomp(commands, fin);
199 static int fcomp(sed_commands_t *commands, apr_file_t *fin) argument
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, argument
785 while (apr_file_read(fin, &t, &bytes_read) != APR_SUCCESS) {
798 if (apr_file_read(fin,
[all...]
H A Dsed1.c332 apr_status_t sed_eval_file(sed_eval_t *eval, apr_file_t *fin, void *fout) argument
339 if (apr_file_read(fin, buf, &read_bytes) != APR_SUCCESS)

Completed in 15 milliseconds