Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.c681 sds sdstrim(sds s, const char *cset) { in sdstrim() argument
687 while(sp <= end && strchr(cset, *sp)) sp++; in sdstrim()
688 while(ep > sp && strchr(cset, *ep)) ep--; in sdstrim()
H A Dsds.h238 sds sdstrim(sds s, const char *cset);
/f-stack/app/redis-5.0.5/src/
H A Dsds.c704 sds sdstrim(sds s, const char *cset) { in sdstrim() argument
710 while(sp <= end && strchr(cset, *sp)) sp++; in sdstrim()
711 while(ep > sp && strchr(cset, *ep)) ep--; in sdstrim()
H A Dsds.h239 sds sdstrim(sds s, const char *cset);
H A Dscripting.c92 char *cset = "0123456789abcdef"; in sha1hex() local
100 digest[j*2] = cset[((hash[j]&0xF0)>>4)]; in sha1hex()
101 digest[j*2+1] = cset[(hash[j]&0xF)]; in sha1hex()
H A Dmodule.c2882 const char *cset = ModuleTypeNameCharSet; in moduleTypeEncodeId() local
2888 char *p = strchr(cset,name[j]); in moduleTypeEncodeId()
2890 unsigned long pos = p-cset; in moduleTypeEncodeId()
2974 const char *cset = ModuleTypeNameCharSet; in moduleTypeNameByID() local
2980 *p-- = cset[moduleid & 63]; in moduleTypeNameByID()
/f-stack/freebsd/arm64/arm64/
H A Dlocore.S700 cset x3, eq