Home
last modified time | relevance | path

Searched refs:LONG_STR_SIZE (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c514 if (len) *len = ll2string(llbuf,LONG_STR_SIZE,(long)o->ptr); in getObjectReadOnlyString()
773 char llbuf[LONG_STR_SIZE]; in bitcountCommand()
822 char llbuf[LONG_STR_SIZE]; in bitposCommand()
1094 char llbuf[LONG_STR_SIZE]; in bitfieldCommand()
H A Dreplication.c155 char llstr[LONG_STR_SIZE]; in feedReplicationBacklogWithObject()
178 char llstr[LONG_STR_SIZE]; in replicationFeedSlaves()
229 char aux[LONG_STR_SIZE+3]; in replicationFeedSlaves()
H A Drdb.c284 char buf[LONG_STR_SIZE], *p; in rdbLoadIntegerObject()
1065 char buf[LONG_STR_SIZE]; in rdbSaveAuxFieldStrInt()
H A Dt_stream.c88 char buf[LONG_STR_SIZE]; in lpAppendInteger()
98 char buf[LONG_STR_SIZE]; in lpReplaceInteger()
H A Ddb.c751 char buf[LONG_STR_SIZE]; in scanGenericCommand()
H A Dmodule.c909 char buf[LONG_STR_SIZE]; in RM_CreateStringFromLongLong()
3391 char buf[LONG_STR_SIZE]; in RM_DigestAddLongLong()
H A Dserver.h190 #define LONG_STR_SIZE 21 /* Bytes needed for long -> str + '\0' */ macro