Searched defs:fpin (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/cluster/
H A Dmod_heartmonitor.c231 apr_file_t *fpin; local
247 rv = apr_file_open(&fpin, ctx->storage_path, APR_READ|APR_BINARY|APR_BUFFERED,
258 rv = apr_file_info_get(&fi, APR_FINFO_SIZE | APR_FINFO_MTIME, fpin);
268 apr_brigade_insert_file(bb, fpin, 0, fi.size, pool);
/httpd/server/
H A Dlog.c247 apr_file_t **fpin, apr_cmdtype_e cmdtype,
287 (*fpin) = procnew->in;
246 log_child(apr_pool_t *p, const char *progname, apr_file_t **fpin, apr_cmdtype_e cmdtype, int dummy_stderr) argument
/httpd/modules/mappers/
H A Dmod_rewrite.c261 apr_file_t *fpin; /* in file pointer for program maps */ member in struct:__anon235
1178 apr_file_t **fpin)
1203 if (fpin) {
1204 (*fpin) = procnew->in;
1232 apr_file_t *fpin = NULL; local
1243 if (!(map->argv[0]) || !*(map->argv[0]) || map->fpin || map->fpout) {
1249 &fpout, &fpin);
1250 if (rc != APR_SUCCESS || fpin == NULL || fpout == NULL) {
1256 map->fpin = fpin;
1174 rewritemap_program_child(apr_pool_t *p, const char *progname, char **argv, const char *user, const char *group, apr_file_t **fpout, apr_file_t **fpin) argument
1413 lookup_map_program(request_rec *r, apr_file_t *fpin, apr_file_t *fpout, char *key) argument
[all...]

Completed in 24 milliseconds