HomeSort by relevance Sort by last modified time
    Searched defs:exact (Results 1 - 12 of 12) sorted by null

  /netvirt/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
bt_get.c 73 int exact, status; local
89 if ((e = __bt_search(t, key, &exact)) == NULL)
91 if (!exact) {
bt_put.c 82 int dflags, exact, status; local
173 if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL)
174 if ((e = __bt_search(t, key, &exact)) == NULL)
187 if (!exact)
192 if (!exact || !F_ISSET(t, B_NODUPS))
bt_delete.c 158 int exact, level; local
166 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
225 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
299 int deleted, exact, redo; local
304 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
306 if (!exact) {
bt_seq.c 192 int exact; local
209 return (__bt_first(t, key, ep, &exact));
281 int exact, rval; local
292 * be in the current tree. If the returned key is an exact match,
299 * notices and doesn't do a put() of it. Since the key is an exact
302 * back a record if it's an exact match.
317 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR)
319 if (!exact)
397 * exactp: pointer to exact match flag
417 * If it's an exact match and duplicates are possible, walk backward
    [all...]
  /netvirt/usr/src/cmd/sendmail/db/btree/
bt_delete.c 307 int exact, ret; local
327 __bam_search(dbc, key, S_WRPAIR, level, NULL, &exact)) != 0)
bt_cursor.c 353 int exact, ret, tmp_rmw; local
452 if ((ret = __bam_c_search(dbc, cp, key, flags, &exact)) != 0)
478 if ((ret = __bam_c_search(dbc, cp, key, flags, &exact)) != 0)
495 __bam_c_search(dbc, cp, key, flags, &exact)) != 0)
517 if ((ret = __bam_c_search(dbc, cp, key, flags, &exact)) != 0)
521 * As we didn't require an exact match, the search function
717 int exact, ret; local
733 exact = 1;
736 1, &recno, &exact)) != 0)
766 int exact, needkey, ret, stack local
1886 int exact, ret; local
    [all...]
bt_recno.c 252 int exact, ret, stack; local
276 /* Search the tree for the key; delete only deletes exact matches. */
277 if ((ret = __bam_rsearch(dbc, &cp->recno, S_DELETE, 1, &exact)) != 0)
279 if (!exact) {
538 int exact, ret, stack, tmp_rmw; local
631 F_ISSET(dbc, DBC_RMW) ? S_FIND_WR : S_FIND, 1, &exact)) != 0)
634 if (!exact) {
693 int exact, ret; local
739 if ((ret = __bam_rsearch(dbc, &cp->recno, S_INSERT, 1, &exact)) != 0)
741 if (!exact) {
1276 int exact, isdeleted, ret, stack; local
    [all...]
bt_split.c 84 int exact, level, ret; local
122 __bam_search(dbc, arg, S_WRPAIR, level, NULL, &exact) :
124 (db_recno_t *)arg, S_WRPAIR, level, &exact))) != 0)
  /netvirt/usr/src/grub/grub-0.95/lib/
getopt.c 497 or is an exact match for some defined option. If they have an
648 int exact = 0;
656 /* Test all long options for either exact match
664 /* Exact match found. */
667 exact = 1;
681 if (ambig && !exact)
805 int exact = 0;
844 /* Test all long options for either exact match
851 /* Exact match found. */
854 exact = 1
644 int exact = 0; local
801 int exact = 0; local
    [all...]
  /netvirt/usr/src/uts/common/fs/zfs/
zfs_dir.c 65 zfs_match_find(zfsvfs_t *zfsvfs, znode_t *dzp, char *name, boolean_t exact,
80 if (exact)
141 boolean_t exact; local
176 * Decide if exact matches should be requested when performing
180 exact =
189 * are looking for the exact name.
292 error = zfs_match_find(zfsvfs, dzp, name, exact,
  /netvirt/usr/src/uts/common/inet/tcp/
tcp.c 25847 boolean_t exact = B_FALSE; \/* set when there is no wildcard *\/ local
    [all...]
  /netvirt/usr/src/uts/common/sys/nxge/
nxge_rxdma_hw.h 1728 uint8_t exact:1; member in struct:_rx_pkt_hdr0_t::__anon5920::_rx_pkt_hdr1_b2_t::__anon5924
    [all...]

Completed in 1744 milliseconds