| /f-stack/app/redis-5.0.5/src/ |
| H A D | util.c | 294 int ll2string(char *dst, size_t dstlen, long long svalue) { in ll2string() function 504 len = ll2string(buf,len,(long long)value); in d2string() 811 sz = ll2string(buf, sizeof buf, v); in test_ll2string() 816 sz = ll2string(buf, sizeof buf, v); in test_ll2string() 821 sz = ll2string(buf, sizeof buf, v); in test_ll2string() 826 sz = ll2string(buf, sizeof buf, v); in test_ll2string() 831 sz = ll2string(buf, sizeof buf, v); in test_ll2string() 836 sz = ll2string(buf, sizeof buf, v); in test_ll2string() 841 sz = ll2string(buf, sizeof buf, v); in test_ll2string()
|
| H A D | notify.c | 117 len = ll2string(buf,sizeof(buf),dbid); in notifyKeyspaceEvent() 129 if (len == -1) len = ll2string(buf,sizeof(buf),dbid); in notifyKeyspaceEvent()
|
| H A D | util.h | 47 int ll2string(char *s, size_t len, long long value);
|
| H A D | rio.c | 318 clen = 1+ll2string(cbuf+1,sizeof(cbuf)-1,count); in rioWriteBulkCount() 340 llen = ll2string(lbuf,sizeof(lbuf),l); in rioWriteBulkLongLong()
|
| H A D | quicklist.c | 553 sz = ll2string(longstr, sizeof(longstr), longval); in quicklistAppendValuesFromZiplist() 1297 sz = ll2string(longstr, sizeof(longstr), longval); in quicklistRotate() 2247 int sz = ll2string(num, sizeof(num), nums[i]); in quicklistTest() 2411 int sz = ll2string(num, sizeof(num), nums[i]); in quicklistTest() 2438 int sz = ll2string(num, sizeof(num), nums[i]); in quicklistTest() 2470 int sz = ll2string(num, sizeof(num), nums[i]); in quicklistTest() 2515 int sz = ll2string(num, sizeof(num), nums[i]); in quicklistTest() 2544 int sz = ll2string(num, sizeof(num), nums[i]); in quicklistTest() 2565 int sz = ll2string(num, sizeof(num), nums[i]); in quicklistTest()
|
| H A D | rdb.c | 285 int len = ll2string(buf,sizeof(buf),val); in rdbLoadIntegerObject() 307 ll2string(buf,32,value); in rdbTryIntegerEncoding() 446 enclen = ll2string((char*)buf,32,value); in rdbSaveLongLongAsStringObject() 565 ll2string((char*)buf+1,sizeof(buf)-1,(long long)val); in rdbSaveDoubleValue() 1066 int vlen = ll2string(buf,sizeof(buf),val); in rdbSaveAuxFieldStrInt()
|
| H A D | object.c | 517 ll2string(buf,32,(long)o->ptr); in getDecodedObject() 546 alen = ll2string(bufa,sizeof(bufa),(long) a->ptr); in compareStringObjectsWithFlags() 553 blen = ll2string(bufb,sizeof(bufb),(long) b->ptr); in compareStringObjectsWithFlags()
|
| H A D | replication.c | 160 len = ll2string(llstr,sizeof(llstr),(long)o->ptr); in feedReplicationBacklogWithObject() 204 dictid_len = ll2string(llstr,sizeof(llstr),dictid); in replicationFeedSlaves() 233 len = ll2string(aux+1,sizeof(aux)-1,argc); in replicationFeedSlaves() 245 len = ll2string(aux+1,sizeof(aux)-1,objlen); in replicationFeedSlaves()
|
| H A D | bitops.c | 514 if (len) *len = ll2string(llbuf,LONG_STR_SIZE,(long)o->ptr); in getObjectReadOnlyString() 583 if (byte < (size_t)ll2string(llbuf,sizeof(llbuf),(long)o->ptr)) in getbitCommand()
|
| H A D | t_string.c | 259 strlen = ll2string(llbuf,sizeof(llbuf),(long)o->ptr); in getrangeCommand()
|
| H A D | networking.c | 309 size_t len = ll2string(buf,sizeof(buf),(long)obj->ptr); in addReply() 513 len = ll2string(buf+1,sizeof(buf)-1,ll); in addReplyLongLongWithPrefix() 596 len = ll2string(buf,64,ll); in addReplyBulkLongLong()
|
| H A D | aof.c | 524 len = 1+ll2string(buf+1,sizeof(buf)-1,argc); in catAppendOnlyGenericCommand() 532 len = 1+ll2string(buf+1,sizeof(buf)-1,sdslen(o->ptr)); in catAppendOnlyGenericCommand()
|
| H A D | server.c | 418 ll2string(buf,sizeof(buf),getpid()); in serverLogFromHandler() 421 ll2string(buf,sizeof(buf),time(NULL)); in serverLogFromHandler() 561 len = ll2string(buf,32,(long)o->ptr); in dictEncObjHash() 1485 dictid_len = ll2string(dictid_str,sizeof(dictid_str),j); in createSharedObjects()
|
| H A D | sentinel.c | 941 ll2string(fromport,sizeof(fromport),from->port); in sentinelCallClientReconfScript() 942 ll2string(toport,sizeof(toport),to->port); in sentinelCallClientReconfScript() 3756 ll2string(port,sizeof(port),master->addr->port); in sentinelAskMasterStateToOtherSentinels() 3919 ll2string(portstr,sizeof(portstr),port); in sentinelSendSlaveOf()
|
| H A D | t_stream.c | 89 int slen = ll2string(buf,sizeof(buf),value); in lpAppendInteger() 99 int slen = ll2string(buf,sizeof(buf),value); in lpReplaceInteger()
|
| H A D | module.c | 910 size_t len = ll2string(buf,sizeof(buf),ll); in RM_CreateStringFromLongLong() 2650 int len = ll2string(buf,sizeof(buf),reply->val.ll); in RM_CreateStringFromCallReply() 3392 size_t len = ll2string(buf,sizeof(buf),ll); in RM_DigestAddLongLong()
|
| H A D | db.c | 755 len = ll2string(buf,sizeof(buf),(long)kobj->ptr); in scanGenericCommand()
|
| H A D | debug.c | 171 ll2string(buf,sizeof(buf),vll); in xorObjectDigest()
|
| H A D | t_zset.c | 770 vlen = ll2string((char*)vbuf,sizeof(vbuf),vlong); in zzlCompareElements() 2072 val->elen = ll2string((char*)val->_buf,sizeof(val->_buf),val->ell); in zuiBufferFromValue()
|
| H A D | config.c | 1310 ll2string(buf,sizeof(buf),_var); \
|