Searched refs:hashTypeIterator (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | t_hash.c | 298 hashTypeIterator *hashTypeInitIterator(robj *subject) { in hashTypeInitIterator() 299 hashTypeIterator *hi = zmalloc(sizeof(hashTypeIterator)); in hashTypeInitIterator() 315 void hashTypeReleaseIterator(hashTypeIterator *hi) { in hashTypeReleaseIterator() 325 int hashTypeNext(hashTypeIterator *hi) { in hashTypeNext() 362 void hashTypeCurrentFromZiplist(hashTypeIterator *hi, int what, in hashTypeCurrentFromZiplist() 382 void hashTypeCurrentFromHashTable(hashTypeIterator *hi, int what, robj **dst) { in hashTypeCurrentFromHashTable() 395 robj *hashTypeCurrentObject(hashTypeIterator *hi, int what) { in hashTypeCurrentObject() 439 hashTypeIterator *hi; in hashTypeConvertZiplist() 719 static void addHashIteratorCursorToReply(client *c, hashTypeIterator *hi, int what) { in addHashIteratorCursorToReply() 745 hashTypeIterator *hi; in genericHgetallCommand()
|
| H A D | server.h | 1057 } hashTypeIterator; typedef 1368 hashTypeIterator *hashTypeInitIterator(robj *subject); 1369 void hashTypeReleaseIterator(hashTypeIterator *hi); 1370 int hashTypeNext(hashTypeIterator *hi); 1371 void hashTypeCurrentFromZiplist(hashTypeIterator *hi, int what, 1375 void hashTypeCurrentFromHashTable(hashTypeIterator *hi, int what, robj **dst); 1376 robj *hashTypeCurrentObject(hashTypeIterator *hi, int what);
|
| H A D | aof.c | 941 static int rioWriteHashIteratorCursor(rio *r, hashTypeIterator *hi, int what) { in rioWriteHashIteratorCursor() 968 hashTypeIterator *hi; in rewriteHashObject()
|
| H A D | debug.c | 225 hashTypeIterator *hi; in computeDatasetDigest()
|