Home
last modified time | relevance | path

Searched refs:found_val_p (Results 1 – 2 of 2) sorted by relevance

/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dfpst.h33 uint32_t *found_val_p);
42 const char **found_key_p, uint32_t *found_val_p);
45 int fpst_has_key(FPST *trie, const char *key, size_t len, uint32_t *found_val_p);
48 int fpst_has_key_str(FPST *trie, const char *key, uint32_t *found_val_p);
H A Dfpst.c208 uint32_t *found_val_p) in fpst_starts_with_existing_key() argument
228 *found_val_p = t->val; in fpst_starts_with_existing_key()
236 *found_val_p = t->val; in fpst_starts_with_existing_key()
267 uint32_t *found_val_p) in fpst_str_starts_with_existing_key() argument
270 found_key_p, found_val_p); in fpst_str_starts_with_existing_key()
294 fpst_has_key(FPST *trie, const char *key, size_t len, uint32_t *found_val_p) in fpst_has_key() argument
300 &found_key, found_val_p); in fpst_has_key()
308 fpst_has_key_str(FPST *trie, const char *key, uint32_t *found_val_p) in fpst_has_key_str() argument
310 return fpst_has_key(trie, key, strlen(key), found_val_p); in fpst_has_key_str()