Lines Matching defs:result
578 dav_get_props_result result = { 0 };
592 /* initialize the result with some start tags... */
687 * terminate the result */
695 result.propstats = hdr.first;
696 result.xmlns = hdr_ns.first;
697 return result;
709 dav_get_props_result result = { 0 };
717 /* we will ALWAYS provide a "good" result, even if it is EMPTY */
862 result.propstats = hdr_good.first;
874 result.propstats = hdr_bad.first;
884 result.xmlns = hdr_ns.first;
886 return result;