Home
last modified time | relevance | path

Searched refs:sdsmapchars (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.h250 sds sdsmapchars(sds s, const char *from, const char *to, size_t setlen);
H A Dsds.c1050 sds sdsmapchars(sds s, const char *from, const char *to, size_t setlen) { in sdsmapchars() function
/f-stack/app/redis-5.0.5/src/
H A Dsds.h251 sds sdsmapchars(sds s, const char *from, const char *to, size_t setlen);
H A Dscripting.c300 sdsmapchars(err,"\r\n"," ",2); in luaReplyToRedisReply()
313 sdsmapchars(ok,"\r\n"," ",2); in luaReplyToRedisReply()
1634 sdsmapchars(ln->value,"\r\n"," ",2); in ldbSendLogs()
H A Dsds.c1074 sds sdsmapchars(sds s, const char *from, const char *to, size_t setlen) { in sdsmapchars() function
H A Ddebug.c555 errstr = sdsmapchars(errstr,"\n\r"," ",2); /* no newlines in errors. */ in debugCommand()