Lines Matching refs:tempsock
1403 apr_file_t *tempsock;
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;
1841 apr_os_pipe_put_ex(&tempsock, &sd, 1, r->pool);
1843 apr_file_pipe_timeout_set(tempsock, dc->timeout);
1846 apr_file_pipe_timeout_set(tempsock, r->server->timeout);
1851 APR_BRIGADE_INSERT_TAIL(bb, apr_bucket_pipe_create(tempsock,