Searched refs:lpInsert (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | listpack.h | 49 unsigned char *lpInsert(unsigned char *lp, unsigned char *ele, uint32_t size, unsigned char *p, int…
|
| H A D | listpack.c | 595 unsigned char *lpInsert(unsigned char *lp, unsigned char *ele, uint32_t size, unsigned char *p, int… in lpInsert() function 739 return lpInsert(lp,ele,size,eofptr,LP_BEFORE,NULL); in lpAppend() 747 return lpInsert(lp,NULL,0,p,LP_REPLACE,newp); in lpDelete()
|
| H A D | t_stream.c | 100 return lpInsert(lp, (unsigned char*)buf, slen, *pos, LP_REPLACE, pos); in lpReplaceInteger()
|