Lines Matching refs:lua_State

194 static json_config_t *json_fetch_config(lua_State *l)  in json_fetch_config()
208 static json_config_t *json_arg_init(lua_State *l, int args) in json_arg_init()
220 static int json_integer_option(lua_State *l, int optindex, int *setting, in json_integer_option()
239 static int json_enum_option(lua_State *l, int optindex, int *setting, in json_enum_option()
268 static int json_cfg_encode_sparse_array(lua_State *l) in json_cfg_encode_sparse_array()
281 static int json_cfg_encode_max_depth(lua_State *l) in json_cfg_encode_max_depth()
290 static int json_cfg_decode_max_depth(lua_State *l) in json_cfg_decode_max_depth()
298 static int json_cfg_encode_number_precision(lua_State *l) in json_cfg_encode_number_precision()
306 static int json_cfg_encode_keep_buffer(lua_State *l) in json_cfg_encode_keep_buffer()
327 void json_verify_invalid_number_setting(lua_State *l, int *setting) in json_verify_invalid_number_setting()
338 static int json_cfg_encode_invalid_numbers(lua_State *l) in json_cfg_encode_invalid_numbers()
350 static int json_cfg_decode_invalid_numbers(lua_State *l) in json_cfg_decode_invalid_numbers()
361 static int json_destroy_config(lua_State *l) in json_destroy_config()
373 static void json_create_config(lua_State *l) in json_create_config()
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()
536 static void json_check_encode_depth(lua_State *l, json_config_t *cfg, in json_check_encode_depth()
559 static void json_append_data(lua_State *l, json_config_t *cfg,
566 static void json_append_array(lua_State *l, json_config_t *cfg, int current_depth, in json_append_array()
588 static void json_append_number(lua_State *l, json_config_t *cfg, in json_append_number()
618 static void json_append_object(lua_State *l, json_config_t *cfg, in json_append_object()
660 static void json_append_data(lua_State *l, json_config_t *cfg, in json_append_data()
703 static int json_encode(lua_State *l) in json_encode()
736 static void json_process_value(lua_State *l, json_parse_t *json,
1099 static void json_throw_parse_error(lua_State *l, json_parse_t *json, in json_throw_parse_error()
1121 static void json_decode_descend(lua_State *l, json_parse_t *json, int slots) in json_decode_descend()
1135 static void json_parse_object_context(lua_State *l, json_parse_t *json) in json_parse_object_context()
1186 static void json_parse_array_context(lua_State *l, json_parse_t *json) in json_parse_array_context()
1224 static void json_process_value(lua_State *l, json_parse_t *json, in json_process_value()
1253 static int json_decode(lua_State *l) in json_decode()
1300 static void luaL_setfuncs (lua_State *l, const luaL_Reg *reg, int nup) in luaL_setfuncs()
1318 static int json_protect_conversion(lua_State *l) in json_protect_conversion()
1344 static int lua_cjson_new(lua_State *l) in lua_cjson_new()
1384 static int lua_cjson_safe_new(lua_State *l) in lua_cjson_safe_new()
1404 int luaopen_cjson(lua_State *l) in luaopen_cjson()
1418 int luaopen_cjson_safe(lua_State *l) in luaopen_cjson_safe()