Searched defs:multi_status (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/dav/main/ |
H A D | util_lock.c | 335 dav_response *multi_status; local 347 err = (*resource->hooks->walk)(&ctx.w, DAV_INFINITY, &multi_status); 353 if (multi_status != NULL) { 355 *response = multi_status; 506 dav_response *multi_status; local 554 err = (*repos_hooks->walk)(&ctx.w, DAV_INFINITY, &multi_status); 557 /* ### do something with multi_status */ 599 dav_response *multi_status; local 669 /* ### do something with multi_status */ 670 return (*repos_hooks->walk)(&ctx.w, DAV_INFINITY, &multi_status); [all...] |
H A D | util.c | 1601 dav_response *multi_status; local 1618 err = (*repos_hooks->walk)(&ctx.w, DAV_INFINITY, &multi_status); 1620 *response = multi_status;
|
H A D | mod_dav.c | 1541 dav_response *multi_status; local 1577 if ((err = (*search_hooks->search_resource)(r, &multi_status)) != NULL) { 1582 /* We have results in multi_status */ 1584 dav_send_multistatus(r, HTTP_MULTI_STATUS, multi_status, NULL); 2024 dav_response *multi_status; local 2130 err = (*resource->hooks->walk)(&ctx.w, depth, &multi_status); 2509 dav_response *multi_status; local 2544 if ((err = dav_validate_request(r, resource, 0, NULL, &multi_status, 2549 return dav_handle_err(r, err, multi_status); 3983 dav_response *multi_status; local [all...] |
/httpd/modules/dav/fs/ |
H A D | repos.c | 1226 dav_response *multi_status; local 1242 &multi_status)) != NULL) { 1247 if ((*response = multi_status) != NULL) { 1443 dav_response *multi_status; local 1453 &multi_status)) != NULL) { 1458 if ((*response = multi_status) != NULL) {
|
Completed in 1572 milliseconds