Lines Matching defs:response
999 ** Don't issue this response if we're talking about the parent resource.
1492 ** error is necessary, response will point to it, else NULL.
1498 dav_response **response,
1515 if (depth && response == NULL) {
1518 ** ### a "response" ptr.
1522 "with depth>0, but no response ptr.");
1526 if (response != NULL)
1527 *response = NULL;
1620 *response = multi_status;
1647 ** we have to create a multistatus response (to report the error
1649 ** into a multistatus response.
1667 /* assert: DAV_VALIDATE_PARENT implies response != NULL */
1668 new_response->next = *response;
1669 *response = new_response;
1685 ** to construct a standard 207 response.
1687 if (err == NULL && response != NULL && *response != NULL) {
1691 /* manufacture a 424 error to hold the multistatus response(s) */
1714 /* create the 424 response */
1723 new_response->next = *response;
1724 *response = new_response;
1726 /* manufacture a 207 error for the multistatus response(s) */
1809 * in the response, add it.
1820 /* Only versioning headers require a Vary response header,
2073 dav_response *response;
2075 /* ### should we do anything with the response? */
2077 &response)) != NULL) {