Searched refs:exactp (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbt_search.c56 * exactp: pointer to exact match flag
64 __bt_search(BTREE *t, const DBT *key, int *exactp) argument
82 *exactp = 1;
105 __bt_sprev(t, h, key, exactp))
109 __bt_snext(t, h, key, exactp))
112 *exactp = 0;
140 * exactp: pointer to exact match flag
146 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) argument
160 *exactp = 1;
175 * exactp
181 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) argument
[all...]
H A Dbt_seq.c323 * exactp: pointer to exact match flag
330 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp) argument
344 if ((ep = __bt_search(t, key, exactp)) == NULL)
346 if (*exactp) {
H A Dbt_put.c263 bt_fast(BTREE *t, const DBT *key, const DBT *data, int *exactp) argument
301 *exactp = cmp == 0;
/macosx-10.10/Heimdal-398.1.2/lib/sl/
H A Dsl.h62 SL_cmd *sl_match (SL_cmd *cmds, char *cmd, int exactp);
H A Dsl.c111 sl_match (SL_cmd *cmds, char *cmd, int exactp) argument
127 if (partial_match == 1 && !exactp)
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_rsearch.c56 __bam_rsearch(dbc, recnop, flags, stop, exactp)
60 int stop, *exactp;
119 *exactp = 0;
124 *exactp = 1;
126 *exactp = 0;
170 *exactp = 0;
H A Dbt_search.c159 __bam_search(dbc, root_pgno, key, flags, slevel, recnop, exactp)
164 int slevel, *exactp;
272 *exactp = 0;
519 found: *exactp = 1;
H A Dbt_cursor.c2288 __bamc_search(dbc, root_pgno, key, flags, exactp)
2293 int *exactp;
2330 if ((ret = __bam_rsearch(dbc, &recno, sflags, 1, exactp)) != 0)
2475 *exactp = cmp == 0;
2502 key, sflags, 1, NULL, exactp)) != 0)
/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam.c34 * the page locked. *exactp will be set if the record is valid.
39 __qam_position(dbc, recnop, lock_mode, get_mode, exactp)
44 int *exactp; /* indicate if it was found */
61 *exactp = 0;
82 *exactp = 0;
91 *exactp = F_ISSET(qp, QAM_VALID) ? 1 : 0;

Completed in 214 milliseconds