Lines Matching defs:what
122 ** If the major number is not what mod_dav expects, then the db is closed
336 dav_prop_insert what,
420 if (what == DAV_PROP_INSERT_SUPPORTED) {
428 else if (what == DAV_PROP_INSERT_VALUE && *value != '\0') {
439 *inserted = what;
447 dav_prop_insert what,
458 what, phdr, inserted);
463 what, phdr);
553 /* ### what to do about closing the propdb on server failure? */
573 dav_prop_insert what)
586 if (what != DAV_PROP_INSERT_SUPPORTED) {
588 /* ### what to do with db open error? */
626 if (what == DAV_PROP_INSERT_VALUE) {
659 dav_run_insert_all_liveprops(propdb->r, propdb->resource, what, &hdr);
665 what, &hdr, &unused_inserted);
668 what, &hdr, &unused_inserted);
676 what, &hdr, &unused_inserted);
683 what, &hdr, &unused_inserted);
688 if (what != DAV_PROP_INSERT_SUPPORTED) {
798 "did not insert what was asked for.");
809 /* ### what to do with db open error? */
826 /* ### what to do? continue doesn't seem right... */
1056 /* ### but what about other errors? */