Searched refs:ap_ctx_entry (Results 1 – 2 of 2) sorted by relevance
78 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()
82 } ap_ctx_entry; typedef86 ap_ctx_entry **cr_entry;