Home
last modified time | relevance | path

Searched refs:ll2string (Results 1 – 20 of 20) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dutil.c294 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 Dnotify.c117 len = ll2string(buf,sizeof(buf),dbid); in notifyKeyspaceEvent()
129 if (len == -1) len = ll2string(buf,sizeof(buf),dbid); in notifyKeyspaceEvent()
H A Dutil.h47 int ll2string(char *s, size_t len, long long value);
H A Drio.c318 clen = 1+ll2string(cbuf+1,sizeof(cbuf)-1,count); in rioWriteBulkCount()
340 llen = ll2string(lbuf,sizeof(lbuf),l); in rioWriteBulkLongLong()
H A Dquicklist.c553 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 Drdb.c285 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 Dobject.c517 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 Dreplication.c160 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 Dbitops.c514 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 Dt_string.c259 strlen = ll2string(llbuf,sizeof(llbuf),(long)o->ptr); in getrangeCommand()
H A Dnetworking.c309 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 Daof.c524 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 Dserver.c418 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 Dsentinel.c941 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 Dt_stream.c89 int slen = ll2string(buf,sizeof(buf),value); in lpAppendInteger()
99 int slen = ll2string(buf,sizeof(buf),value); in lpReplaceInteger()
H A Dmodule.c910 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 Ddb.c755 len = ll2string(buf,sizeof(buf),(long)kobj->ptr); in scanGenericCommand()
H A Ddebug.c171 ll2string(buf,sizeof(buf),vll); in xorObjectDigest()
H A Dt_zset.c770 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 Dconfig.c1310 ll2string(buf,sizeof(buf),_var); \