Searched refs:exactp (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/lib/libc/db/btree/ |
| H A D | bt_search.c | 69 __bt_search(BTREE *t, const DBT *key, int *exactp) in __bt_search() argument 87 *exactp = 1; in __bt_search() 110 __bt_sprev(t, h, key, exactp)) in __bt_search() 114 __bt_snext(t, h, key, exactp)) in __bt_search() 117 *exactp = 0; in __bt_search() 151 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_snext() argument 173 *exactp = 1; in __bt_snext() 228 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_sprev() argument 251 *exactp = 1; in __bt_sprev()
|
| H A D | bt_seq.c | 464 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp) in __bt_first() argument 478 if ((ep = __bt_search(t, key, exactp)) == NULL) in __bt_first() 480 if (*exactp) { in __bt_first()
|
| H A D | bt_put.c | 268 bt_fast(BTREE *t, const DBT *key, const DBT *data, int *exactp) in bt_fast() argument 306 *exactp = cmp == 0; in bt_fast()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| H A D | sl.h | 64 SL_cmd *sl_match (SL_cmd *cmds, char *cmd, int exactp);
|
| H A D | sl.c | 114 sl_match (SL_cmd *cmds, char *cmd, int exactp) in sl_match() argument 130 if (partial_match == 1 && !exactp) in sl_match()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
| H A D | mdb.c | 1388 static MDB_node *mdb_node_search(MDB_cursor *mc, MDB_val *key, int *exactp); 1410 int *exactp); 5292 mdb_node_search(MDB_cursor *mc, MDB_val *key, int *exactp) in mdb_node_search() argument 5370 if (exactp) in mdb_node_search() 5371 *exactp = (rc == 0 && nkeys > 0); in mdb_node_search() 6044 MDB_cursor_op op, int *exactp) in mdb_cursor_set() argument 6079 if (exactp) in mdb_cursor_set() 6080 *exactp = 1; in mdb_cursor_set() 6098 if (exactp) in mdb_cursor_set() 6099 *exactp = 1; in mdb_cursor_set() [all …]
|