Searched refs:tempsock (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_cgid.c1403 apr_file_t *tempsock; local
1494 apr_os_pipe_put_ex(&tempsock, &sd, 1, r->pool);
1496 apr_file_pipe_timeout_set(tempsock, dc->timeout);
1499 apr_file_pipe_timeout_set(tempsock, r->server->timeout);
1572 rv = apr_file_write_full(tempsock, data, len, NULL);
1605 b = apr_bucket_pipe_create(tempsock, c->bucket_alloc);
1699 b = apr_bucket_pipe_create(tempsock, c->bucket_alloc);
1807 apr_file_t *tempsock = NULL; local
1841 apr_os_pipe_put_ex(&tempsock, &sd, 1, r->pool);
1843 apr_file_pipe_timeout_set(tempsock, d
[all...]

Completed in 15 milliseconds