Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dstrbuf.c44 void strbuf_init(strbuf_t *s, int len) in strbuf_init() function
76 strbuf_init(s, len); in strbuf_new()
H A Dstrbuf.h53 extern void strbuf_init(strbuf_t *s, int len);
H A Dlua_cjson.c318 strbuf_init(&cfg->encode_buf, 0); in json_cfg_encode_keep_buffer()
397 strbuf_init(&cfg->encode_buf, 0); in json_create_config()
716 strbuf_init(encode_buf, 0); in json_encode()