Home
last modified time | relevance | path

Searched refs:ap_ctx_entry (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/ap/
Dap_ctx.c78 ctx->cr_entry = (ap_ctx_entry **) in ap_ctx_new()
79 ap_palloc(p, sizeof(ap_ctx_entry *)*(AP_CTX_MAX_ENTRIES+1)); in ap_ctx_new()
84 ctx->cr_entry = (ap_ctx_entry **) in ap_ctx_new()
85 malloc(sizeof(ap_ctx_entry *)*(AP_CTX_MAX_ENTRIES+1)); in ap_ctx_new()
96 ap_ctx_entry *ce; in ap_ctx_set()
109 ce = (ap_ctx_entry *)ap_palloc(ctx->cr_pool, in ap_ctx_set()
110 sizeof(ap_ctx_entry)); in ap_ctx_set()
114 ce = (ap_ctx_entry *)malloc(sizeof(ap_ctx_entry)); in ap_ctx_set()
154 sizeof(ap_ctx_entry *)*(AP_CTX_MAX_ENTRIES+1)); in ap_ctx_overlay()
/mirbsd/src/usr.sbin/httpd/src/include/
Dap_ctx.h82 } ap_ctx_entry; typedef
86 ap_ctx_entry **cr_entry;