Searched defs:cid (Results 1 - 3 of 3) sorted by relevance
/httpd/server/ |
H A D | apreq_parser_multipart.c | 424 const char *cid = apr_table_get(ctx->info, local 426 if (cid != NULL) 427 next_ctx->param_name = apr_pstrdup(pool, cid); 499 const char *cid = apr_table_get(ctx->info, "Content-ID"); local 502 if (cid != NULL) { 503 name = cid;
|
/httpd/modules/ssl/ |
H A D | ssl_util_stapling.c | 51 OCSP_CERTID *cid; member in struct:__anon345 58 OCSP_CERTID *cid = data; local 60 if (cid) { 61 OCSP_CERTID_free(cid); 111 OCSP_CERTID *cid = NULL; local 141 cid = OCSP_cert_to_id(NULL, x, issuer); 143 if (!cid) { 152 OCSP_CERTID_free(cid); 162 cinf->cid = cid; [all...] |
/httpd/modules/arch/win32/ |
H A D | mod_isapi.c | 488 static int APR_THREAD_FUNC regfnGetServerVariable(isapi_cid *cid, argument 493 request_rec *r = cid->r; 590 static int APR_THREAD_FUNC regfnReadClient(isapi_cid *cid, argument 594 request_rec *r = cid->r; 625 static apr_ssize_t send_response_header(isapi_cid *cid, argument 689 newstat = apr_palloc(cid->r->pool, statlen + 9); 704 head = apr_pstrndup(cid->r->pool, head, headlen); 714 old_status = cid->r->status; 717 res = ap_scan_script_header_err_strs_ex(cid->r, NULL, 721 res = ap_scan_script_header_err_strs_ex(cid 807 regfnWriteClient(isapi_cid *cid, void *buf_ptr, apr_uint32_t *size_arg, apr_uint32_t flags) argument 863 regfnServerSupportFunction(isapi_cid *cid, apr_uint32_t HSE_code, void *buf_ptr, apr_uint32_t *buf_size, apr_uint32_t *data_type) argument 1413 isapi_cid *cid; local [all...] |
Completed in 15 milliseconds