Home
last modified time | relevance | path

Searched refs:strbuf_new (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dstrbuf.h52 extern strbuf_t *strbuf_new(int len);
H A Dstrbuf.c68 strbuf_t *strbuf_new(int len) in strbuf_new() function
H A Dlua_cjson.c1277 json.tmp = strbuf_new(json_len); in json_decode()