Home
last modified time | relevance | path

Searched refs:exactp (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/lib/libc/db/btree/
H A Dbt_search.c69 __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 Dbt_seq.c464 __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 Dbt_put.c268 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 Dsl.h64 SL_cmd *sl_match (SL_cmd *cmds, char *cmd, int exactp);
H A Dsl.c114 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 Dmdb.c1388 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 …]