Searched refs:llbuf (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | bitops.c | 513 p = (unsigned char*) llbuf; in getObjectReadOnlyString() 514 if (len) *len = ll2string(llbuf,LONG_STR_SIZE,(long)o->ptr); in getObjectReadOnlyString() 566 char llbuf[32]; in getbitCommand() local 583 if (byte < (size_t)ll2string(llbuf,sizeof(llbuf),(long)o->ptr)) in getbitCommand() 584 bitval = llbuf[byte] & (1 << bit); in getbitCommand() 773 char llbuf[LONG_STR_SIZE]; in bitcountCommand() local 778 p = getObjectReadOnlyString(o,&strlen,llbuf); in bitcountCommand() 822 char llbuf[LONG_STR_SIZE]; in bitposCommand() local 842 p = getObjectReadOnlyString(o,&strlen,llbuf); in bitposCommand() 1094 char llbuf[LONG_STR_SIZE]; in bitfieldCommand() local [all …]
|
| H A D | t_string.c | 247 char *str, llbuf[32]; in getrangeCommand() local 258 str = llbuf; in getrangeCommand() 259 strlen = ll2string(llbuf,sizeof(llbuf),(long)o->ptr); in getrangeCommand()
|