Home
last modified time | relevance | path

Searched refs:LP_INTBUF_SIZE (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dstream.h46 unsigned char field_buf[LP_INTBUF_SIZE];
47 unsigned char value_buf[LP_INTBUF_SIZE];
H A Dlistpack.h40 #define LP_INTBUF_SIZE 21 /* 20 digits of -2^63 + 1 null term = 21. */ macro
H A Dlistpack.c563 *count = snprintf((char*)intbuf,LP_INTBUF_SIZE,"%lld",(long long)val); in lpGet()
H A Dt_stream.c125 unsigned char buf[LP_INTBUF_SIZE]; in streamLogListpackContent()
295 unsigned char buf[LP_INTBUF_SIZE]; in streamAppendItem()