Lines Matching defs:exactp
61 * exactp: pointer to exact match flag
69 __bt_search(BTREE *t, const DBT *key, int *exactp)
87 *exactp = 1;
110 __bt_sprev(t, h, key, exactp))
114 __bt_snext(t, h, key, exactp))
117 *exactp = 0;
145 * exactp: pointer to exact match flag
151 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp)
173 *exactp = 1;
222 * exactp: pointer to exact match flag
228 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp)
251 *exactp = 1;