Searched refs:exactp (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/db/btree/ |
H A D | bt_search.c | 60 __bt_search(BTREE *t, const DBT *key, int *exactp) in __bt_search() argument 78 *exactp = 1; in __bt_search() 101 __bt_sprev(t, h, key, exactp)) in __bt_search() 105 __bt_snext(t, h, key, exactp)) in __bt_search() 108 *exactp = 0; in __bt_search() 142 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_snext() argument 156 *exactp = 1; in __bt_snext() 177 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_sprev() argument 191 *exactp = 1; in __bt_sprev()
|
H A D | bt_seq.c | 319 * exactp: pointer to exact match flag 326 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp) in __bt_first() argument 340 if ((ep = __bt_search(t, key, exactp)) == NULL) in __bt_first() 342 if (*exactp) { in __bt_first()
|
H A D | bt_put.c | 260 bt_fast(BTREE *t, const DBT *key, const DBT *data, int *exactp) in bt_fast() argument 298 *exactp = cmp == 0; in bt_fast()
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | sl.h | 62 SL_cmd *sl_match (SL_cmd *cmds, char *cmd, int exactp);
|
H A D | sl.c | 109 sl_match (SL_cmd *cmds, char *cmd, int exactp) in sl_match() argument 125 if (partial_match == 1 && !exactp) in sl_match()
|