Searched refs:json_enum_option (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_cjson.c | 239 static int json_enum_option(lua_State *l, int optindex, int *setting, in json_enum_option() function 272 json_enum_option(l, 1, &cfg->encode_sparse_convert, NULL, 1); in json_cfg_encode_sparse_array() 313 json_enum_option(l, 1, &cfg->encode_keep_buffer, NULL, 1); in json_cfg_encode_keep_buffer() 343 json_enum_option(l, 1, &cfg->encode_invalid_numbers, options, 1); in json_cfg_encode_invalid_numbers() 354 json_enum_option(l, 1, &cfg->decode_invalid_numbers, NULL, 1); in json_cfg_decode_invalid_numbers()
|