| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_hash.c | 111 *vstr = NULL; in hashTypeGetValue() 132 unsigned char *vstr; in hashTypeGetValueObject() local 137 if (vstr) return createStringObject((char*)vstr,vlen); in hashTypeGetValueObject() 428 *vstr = NULL; in hashTypeCurrentObject() 442 unsigned char *vstr; in hashTypeCurrentObjectNewSds() local 447 if (vstr) return sdsnewlen(vstr,vlen); in hashTypeCurrentObjectNewSds() 563 unsigned char *vstr; in hincrbyCommand() local 569 if (vstr) { in hincrbyCommand() 605 if (vstr) { in hincrbyfloatCommand() 661 if (vstr) { in addHashFieldToReply() [all …]
|
| H A D | t_zset.c | 723 unsigned char *vstr; in zzlGetScore() local 732 if (vstr) { in zzlGetScore() 745 unsigned char *vstr; in ziplistGetObject() local 752 if (vstr) { in ziplistGetObject() 761 unsigned char *vstr; in zzlCompareElements() local 768 if (vstr == NULL) { in zzlCompareElements() 771 vstr = vbuf; in zzlCompareElements() 1178 unsigned char *vstr; in zsetConvert() local 1197 if (vstr == NULL) in zsetConvert() 2454 unsigned char *vstr; in zrangeGenericCommand() local [all …]
|
| H A D | ziplist.h | 48 unsigned char *ziplistFind(unsigned char *p, unsigned char *vstr, unsigned int vlen, unsigned int s…
|
| H A D | geo.c | 235 unsigned char *vstr = NULL; in geoGetPointsInRange() local 254 ziplistGet(eptr, &vstr, &vlen, &vlong); in geoGetPointsInRange() 255 member = (vstr == NULL) ? sdsfromlonglong(vlong) : in geoGetPointsInRange() 256 sdsnewlen(vstr,vlen); in geoGetPointsInRange()
|
| H A D | aof.c | 1009 unsigned char *vstr; in rewriteSortedSetObject() local 1020 serverAssert(ziplistGet(eptr,&vstr,&vlen,&vll)); in rewriteSortedSetObject() 1032 if (vstr != NULL) { in rewriteSortedSetObject() 1033 if (rioWriteBulkString(r,(char*)vstr,vlen) == 0) return 0; in rewriteSortedSetObject() 1078 unsigned char *vstr = NULL; in rioWriteHashIteratorCursor() local 1082 hashTypeCurrentFromZiplist(hi, what, &vstr, &vlen, &vll); in rioWriteHashIteratorCursor() 1083 if (vstr) in rioWriteHashIteratorCursor() 1084 return rioWriteBulkString(r, (char*)vstr, vlen); in rioWriteHashIteratorCursor()
|
| H A D | ziplist.c | 1108 unsigned char *ziplistFind(unsigned char *p, unsigned char *vstr, unsigned int vlen, unsigned int s… in ziplistFind() argument 1124 if (len == vlen && memcmp(q, vstr, vlen) == 0) { in ziplistFind() 1132 if (!zipTryEncoding(vstr, vlen, &vll, &vencoding)) { in ziplistFind() 1313 unsigned char *p, *vstr; in pop() local 1318 if (ziplistGet(p,&vstr,&vlen,&vlong)) { in pop() 1324 if (vstr) { in pop() 1325 if (vlen && fwrite(vstr,vlen,1,stdout) == 0) perror("fwrite"); in pop()
|
| H A D | quicklist.c | 1328 unsigned char *vstr; in quicklistPopCustom() local 1353 if (ziplistGet(p, &vstr, &vlen, &vlong)) { in quicklistPopCustom() 1354 if (vstr) { in quicklistPopCustom() 1356 *data = saver(vstr, vlen); in quicklistPopCustom() 1373 unsigned char *vstr; in _quicklistSaver() local 1375 vstr = zmalloc(sz); in _quicklistSaver() 1376 memcpy(vstr, data, sz); in _quicklistSaver() 1377 return vstr; in _quicklistSaver() 1387 unsigned char *vstr; in quicklistPop() local 1392 int ret = quicklistPopCustom(quicklist, where, &vstr, &vlen, &vlong, in quicklistPop() [all …]
|
| H A D | db.c | 722 unsigned char *vstr; in scanGenericCommand() local 727 ziplistGet(p,&vstr,&vlen,&vll); in scanGenericCommand() 729 (vstr != NULL) ? createStringObject((char*)vstr,vlen) : in scanGenericCommand()
|
| H A D | debug.c | 153 unsigned char *vstr; in xorObjectDigest() local 164 serverAssert(ziplistGet(eptr,&vstr,&vlen,&vll)); in xorObjectDigest() 168 if (vstr != NULL) { in xorObjectDigest() 169 mixDigest(eledigest,vstr,vlen); in xorObjectDigest()
|
| H A D | rdb.c | 1589 unsigned char *fstr, *vstr; in rdbLoadObject() local 1593 while ((zi = zipmapNext(zi, &fstr, &flen, &vstr, &vlen)) != NULL) { in rdbLoadObject() 1597 zl = ziplistPush(zl, vstr, vlen, ZIPLIST_TAIL); in rdbLoadObject()
|
| H A D | server.h | 1786 unsigned char **vstr, 1790 void hashTypeCurrentObject(hashTypeIterator *hi, int what, unsigned char **vstr, unsigned int *vlen…
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | chacha-armv4.S | 822 vstr d24,[sp,#4*(16+0)] 824 vstr d26,[sp,#4*(16+2)] 826 vstr d28,[sp,#4*(16+4)]
|