Searched refs:propresult (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/dav/main/
H A Dmod_dav.c430 if (response->propresult.xmlns == NULL) {
435 for (t = response->propresult.xmlns; t; t = t->next) {
447 if (response->propresult.propstats == NULL) {
460 for (t = response->propresult.propstats; t; t = t->next) {
1147 resp.propresult = *propstats;
1165 resp->propresult = *propstats;
2435 resp.propresult.propstats = propstat_text;
H A Dmod_dav.h475 /* use status if propresult.propstats is NULL. */
476 dav_get_props_result propresult; member in struct:dav_response
H A Dutil.c1718 new_response->propresult.propstats = propstat;

Completed in 46 milliseconds