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

/httpd/modules/generators/
H A Dmod_cgid.c683 apr_file_t *inout; local
745 apr_os_file_put(&inout, &sd2, 0, r->pool);
771 ((rc = apr_procattr_child_in_set(procattr, inout, NULL)) != APR_SUCCESS))) ||
772 ((rc = apr_procattr_child_out_set(procattr, inout, NULL)) != APR_SUCCESS) ||

Completed in 19 milliseconds