Home
last modified time | relevance | path

Searched refs:hashTypeIterator (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_hash.c324 hashTypeIterator *hashTypeInitIterator(robj *subject) { in hashTypeInitIterator()
325 hashTypeIterator *hi = zmalloc(sizeof(hashTypeIterator)); in hashTypeInitIterator()
340 void hashTypeReleaseIterator(hashTypeIterator *hi) { in hashTypeReleaseIterator()
348 int hashTypeNext(hashTypeIterator *hi) { in hashTypeNext()
385 void hashTypeCurrentFromZiplist(hashTypeIterator *hi, int what, in hashTypeCurrentFromZiplist()
406 sds hashTypeCurrentFromHashTable(hashTypeIterator *hi, int what) { in hashTypeCurrentFromHashTable()
426 void hashTypeCurrentObject(hashTypeIterator *hi, int what, unsigned char **vstr, unsigned int *vlen… in hashTypeCurrentObject()
441 sds hashTypeCurrentObjectNewSds(hashTypeIterator *hi, int what) { in hashTypeCurrentObjectNewSds()
472 hashTypeIterator *hi; in hashTypeConvertZiplist()
751 static void addHashIteratorCursorToReply(client *c, hashTypeIterator *hi, int what) { in addHashIteratorCursorToReply()
[all …]
H A Dserver.h1367 } hashTypeIterator; typedef
1782 hashTypeIterator *hashTypeInitIterator(robj *subject);
1783 void hashTypeReleaseIterator(hashTypeIterator *hi);
1784 int hashTypeNext(hashTypeIterator *hi);
1785 void hashTypeCurrentFromZiplist(hashTypeIterator *hi, int what,
1789 sds hashTypeCurrentFromHashTable(hashTypeIterator *hi, int what);
1790 void hashTypeCurrentObject(hashTypeIterator *hi, int what, unsigned char **vstr, unsigned int *vlen…
1791 sds hashTypeCurrentObjectNewSds(hashTypeIterator *hi, int what);
H A Daof.c1076 static int rioWriteHashIteratorCursor(rio *r, hashTypeIterator *hi, int what) { in rioWriteHashIteratorCursor()
1099 hashTypeIterator *hi; in rewriteHashObject()
H A Ddebug.c200 hashTypeIterator *hi = hashTypeInitIterator(o); in xorObjectDigest()