src/server/util/pblock.cpp

branch
webdav
changeset 325
2d14055c3543
parent 277
7608af69739f
child 369
e28ee9875a90
equal deleted inserted replaced
324:44cf877b3d9f 325:2d14055c3543
326 const pb_key *const pb_key_warning = _create_key("warning"); 326 const pb_key *const pb_key_warning = _create_key("warning");
327 const pb_key *const pb_key_depth = _create_key("depth"); 327 const pb_key *const pb_key_depth = _create_key("depth");
328 const pb_key *const pb_key_if = _create_key("if"); 328 const pb_key *const pb_key_if = _create_key("if");
329 const pb_key *const pb_key_vfs = _create_key("vfs"); 329 const pb_key *const pb_key_vfs = _create_key("vfs");
330 const pb_key *const pb_key_vfsclass = _create_key("vfsclass"); 330 const pb_key *const pb_key_vfsclass = _create_key("vfsclass");
331 const pb_key *const pb_key_davclass = _create_key("davclass");
331 332
332 /* ------------------------------ _find_key ------------------------------- */ 333 /* ------------------------------ _find_key ------------------------------- */
333 334
334 static inline const pb_key *_find_key(const char *name, unsigned int hashval) 335 static inline const pb_key *_find_key(const char *name, unsigned int hashval)
335 { 336 {

mercurial