Home
last modified time | relevance | path

Searched refs:thiskey (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_leaf.c343 uint64_t *thiskey = in zap_leaf_array_match() local
344 kmem_alloc(array_numints * sizeof (*thiskey), KM_SLEEP); in zap_leaf_array_match()
345 ASSERT(zn->zn_key_intlen == sizeof (*thiskey)); in zap_leaf_array_match()
347 zap_leaf_array_read(l, chunk, sizeof (*thiskey), array_numints, in zap_leaf_array_match()
348 sizeof (*thiskey), array_numints, thiskey); in zap_leaf_array_match()
349 boolean_t match = bcmp(thiskey, zn->zn_key_orig, in zap_leaf_array_match()
350 array_numints * sizeof (*thiskey)) == 0; in zap_leaf_array_match()
351 kmem_free(thiskey, array_numints * sizeof (*thiskey)); in zap_leaf_array_match()
/f-stack/app/redis-5.0.5/src/
H A Dcluster.c5503 robj *thiskey = margv[keyindex[j]]; in getNodeByQuery() local
5504 int thisslot = keyHashSlot((char*)thiskey->ptr, in getNodeByQuery()
5505 sdslen(thiskey->ptr)); in getNodeByQuery()
5510 firstkey = thiskey; in getNodeByQuery()
5540 if (!equalStringObjects(firstkey,thiskey)) { in getNodeByQuery()
5557 lookupKeyRead(&server.db[0],thiskey) == NULL) in getNodeByQuery()