Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cjson.c115 json_token_type_t ch2token[256]; member
404 cfg->ch2token[i] = T_ERROR; in json_create_config()
408 cfg->ch2token['}'] = T_OBJ_END; in json_create_config()
410 cfg->ch2token[']'] = T_ARR_END; in json_create_config()
411 cfg->ch2token[','] = T_COMMA; in json_create_config()
412 cfg->ch2token[':'] = T_COLON; in json_create_config()
413 cfg->ch2token['\0'] = T_END; in json_create_config()
422 cfg->ch2token['I'] = T_UNKNOWN; in json_create_config()
424 cfg->ch2token['N'] = T_UNKNOWN; in json_create_config()
428 cfg->ch2token['-'] = T_UNKNOWN; in json_create_config()
[all …]