Home
last modified time | relevance | path

Searched refs:STRBUF_DEFAULT_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dstrbuf.h44 #ifndef STRBUF_DEFAULT_SIZE
45 #define STRBUF_DEFAULT_SIZE 1023 macro
H A Dstrbuf.c49 size = STRBUF_DEFAULT_SIZE; in strbuf_init()