Home
last modified time | relevance | path

Searched refs:vstr (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_hash.c111 *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 Dt_zset.c723 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 Dziplist.h48 unsigned char *ziplistFind(unsigned char *p, unsigned char *vstr, unsigned int vlen, unsigned int s…
H A Dgeo.c235 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 Daof.c1009 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 Dziplist.c1108 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 Dquicklist.c1328 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 Ddb.c722 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 Ddebug.c153 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 Drdb.c1589 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 Dserver.h1786 unsigned char **vstr,
1790 void hashTypeCurrentObject(hashTypeIterator *hi, int what, unsigned char **vstr, unsigned int *vlen…
/f-stack/freebsd/crypto/openssl/arm/
H A Dchacha-armv4.S822 vstr d24,[sp,#4*(16+0)]
824 vstr d26,[sp,#4*(16+2)]
826 vstr d28,[sp,#4*(16+4)]