Searched defs:propstats (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/dav/main/
H A Dmod_dav.c447 if (response->propresult.propstats == NULL) {
460 for (t = response->propresult.propstats; t; t = t->next) {
1138 dav_get_props_result *propstats,
1146 if (propstats) {
1147 resp.propresult = *propstats;
1156 int status, dav_get_props_result *propstats)
1164 if (propstats) {
1165 resp->propresult = *propstats;
1391 body->last->next = props.propstats;
1960 dav_get_props_result propstats local
1136 dav_stream_response(dav_walk_resource *wres, int status, dav_get_props_result *propstats, apr_pool_t *pool) argument
1155 dav_add_response(dav_walk_resource *wres, int status, dav_get_props_result *propstats) argument
[all...]
H A Dmod_dav.h465 apr_text * propstats; /* <propstat> element text */ member in struct:__anon119
475 /* use status if propresult.propstats is NULL. */
1708 dav_get_props_result *propstats);

Completed in 41 milliseconds