Searched defs:cntxt (Results 1 - 3 of 3) sorted by relevance
/httpd/support/ |
H A D | htdigest.c | 65 apr_pool_t *cntxt; variable 202 apr_pool_create(&cntxt, NULL); 203 apr_file_open_stderr(&errfile, cntxt); 206 rv = apr_xlate_open(&to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, cntxt); 219 APR_OS_DEFAULT, cntxt); 236 if (apr_temp_dir_get((const char**)&dirname, cntxt) != APR_SUCCESS) { 241 dirname = apr_psprintf(cntxt, "%s/%s", dirname, tn); 243 if (apr_file_mktemp(&tfp, dirname, 0, cntxt) != APR_SUCCESS) { 248 if (apr_file_open(&f, argv[1], APR_READ, APR_OS_DEFAULT, cntxt) != APR_SUCCESS) { 285 if (apr_file_copy(dirname, argv[1], APR_FILE_SOURCE_PERMS, cntxt) ! [all...] |
H A D | ab.c | 356 apr_pool_t *cntxt; variable 1238 apr_pool_create(&c->ctx, cntxt); 1669 connecthost = apr_pstrdup(cntxt, proxyhost); 1673 connecthost = apr_pstrdup(cntxt, hostname); 1694 if ((status = apr_pollset_create(&readbits, concurrency, cntxt, 1702 hdrs = apr_pstrcat(cntxt, hdrs, "Host: ", host_field, colonhost, "\r\n", NULL); 1710 hdrs = apr_pstrcat(cntxt, hdrs, "User-Agent: ApacheBench/", AP_AB_BASEREVISION, "\r\n", NULL); 1718 hdrs = apr_pstrcat(cntxt, hdrs, "Accept: */*\r\n", NULL); 1784 if ((rv = apr_sockaddr_info_get(&mysa, myhost, APR_UNSPEC, 0, 0, cntxt)) != APR_SUCCESS) { 1795 connectport, 0, cntxt)) [all...] |
/httpd/modules/metadata/ |
H A D | mod_mime_magic.c | 2117 static int create_uncompress_child(struct uncompress_parms *parm, apr_pool_t *cntxt, argument 2123 apr_pool_t *child_context = cntxt;
|
Completed in 22 milliseconds