Searched defs:ctx_list (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 2261 apr_array_header_t *ctx_list, int stop_on_error, 2264 int i = ctx_list->nelts; 2265 dav_prop_ctx *ctx = (dav_prop_ctx *)ctx_list->elts; 2298 apr_array_header_t *ctx_list; local 2359 ctx_list = apr_array_make(r->pool, 10, sizeof(dav_prop_ctx)); 2391 ctx = (dav_prop_ctx *)apr_array_push(ctx_list); 2409 if (!failure && dav_process_ctx_list(dav_prop_exec, ctx_list, 1, 0)) { 2415 (void)dav_process_ctx_list(dav_prop_rollback, ctx_list, 0, 1); 2416 propstat_text = dav_failed_proppatch(r->pool, ctx_list); 2419 (void)dav_process_ctx_list(dav_prop_commit, ctx_list, 2260 dav_process_ctx_list(void (*func)(dav_prop_ctx *ctx), apr_array_header_t *ctx_list, int stop_on_error, int reverse) argument [all...] |
Completed in 1371 milliseconds