Searched refs:webdav_xmlstrcmp_fixed (Results 1 – 1 of 1) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | mod_webdav.c | 338 #define webdav_xmlstrcmp_fixed(s, fixed) \ macro 4269 && 0 == webdav_xmlstrcmp_fixed(rootnode->name, "propfind")) { in mod_webdav_propfind() 4271 if (0 == webdav_xmlstrcmp_fixed(cmd->name, "allprop")) in mod_webdav_propfind() 4273 else if (0 == webdav_xmlstrcmp_fixed(cmd->name, "propname")) in mod_webdav_propfind() 4275 else if (0 != webdav_xmlstrcmp_fixed(cmd->name, "prop") in mod_webdav_propfind() 4276 && 0 != webdav_xmlstrcmp_fixed(cmd->name, "include")) in mod_webdav_propfind() 5492 if (!(update = (0 == webdav_xmlstrcmp_fixed(cmd->name, "set")))) { in mod_webdav_proppatch() 5493 if (0 != webdav_xmlstrcmp_fixed(cmd->name, "remove")) in mod_webdav_proppatch() 5498 if (0 != webdav_xmlstrcmp_fixed(props->name, "prop")) in mod_webdav_proppatch() 5724 || 0 != webdav_xmlstrcmp_fixed(rootnode->name, "lockinfo")) { in mod_webdav_lock() [all …]
|