Lines Matching refs:strbuf_t
120 strbuf_t encode_buf;
137 strbuf_t *tmp; /* Temporary storage for strings */
448 static void json_encode_exception(lua_State *l, json_config_t *cfg, strbuf_t *json, int lindex, in json_encode_exception()
463 static void json_append_string(lua_State *l, strbuf_t *json, int lindex) in json_append_string()
493 static int lua_array_length(lua_State *l, json_config_t *cfg, strbuf_t *json) in lua_array_length()
537 int current_depth, strbuf_t *json) in json_check_encode_depth()
560 int current_depth, strbuf_t *json);
567 strbuf_t *json, int array_length) in json_append_array()
589 strbuf_t *json, int lindex) in json_append_number()
619 int current_depth, strbuf_t *json) in json_append_object()
661 int current_depth, strbuf_t *json) in json_append_data()
706 strbuf_t local_encode_buf; in json_encode()
707 strbuf_t *encode_buf; in json_encode()