Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJPath.c248 int sub_opt_status_idx = -1; in lex_process() local
265 if (sub_opt_status_idx >= 0) { in lex_process()
267 if ((sub_opt_status[sub_opt_status_idx + 1] == *wordbegin) || in lex_process()
268 (sub_opt_status[sub_opt_status_idx + 1] == '*') || in lex_process()
269 (sub_opt_status[sub_opt_status_idx + 1] == '=' && is_opt_char(*wordbegin))) { in lex_process()
270 sub_opt_status_idx++; in lex_process()
271 } else if (sub_opt_status_idx == 0) { in lex_process()
273 sub_opt_status_idx = strlen(sub_opt_status) - 1; in lex_process()
287 switch (sub_opt_status_idx) { in lex_process()
310 sub_opt_status_idx = -1; in lex_process()
[all …]

Completed in 2 milliseconds