322 const pb_key *const pb_key_validate_server_cert = _create_key("validate-server-cert"); |
322 const pb_key *const pb_key_validate_server_cert = _create_key("validate-server-cert"); |
323 const pb_key *const pb_key_value = _create_key("value"); |
323 const pb_key *const pb_key_value = _create_key("value"); |
324 const pb_key *const pb_key_vary = _create_key("vary"); |
324 const pb_key *const pb_key_vary = _create_key("vary"); |
325 const pb_key *const pb_key_via = _create_key("via"); |
325 const pb_key *const pb_key_via = _create_key("via"); |
326 const pb_key *const pb_key_warning = _create_key("warning"); |
326 const pb_key *const pb_key_warning = _create_key("warning"); |
327 |
327 const pb_key *const pb_key_depth = _create_key("depth"); |
|
328 const pb_key *const pb_key_if = _create_key("if"); |
328 |
329 |
329 /* ------------------------------ _find_key ------------------------------- */ |
330 /* ------------------------------ _find_key ------------------------------- */ |
330 |
331 |
331 static inline const pb_key *_find_key(const char *name, unsigned int hashval) |
332 static inline const pb_key *_find_key(const char *name, unsigned int hashval) |
332 { |
333 { |