Home
last modified time | relevance | path

Searched refs:intbuf (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dlistpack.h53 unsigned char *lpGet(unsigned char *p, int64_t *count, unsigned char *intbuf);
H A Dlistpack.c491 unsigned char *lpGet(unsigned char *p, int64_t *count, unsigned char *intbuf) { in lpGet() argument
562 if (intbuf) { in lpGet()
563 *count = snprintf((char*)intbuf,LP_INTBUF_SIZE,"%lld",(long long)val); in lpGet()
564 return intbuf; in lpGet()