Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJPath.c60 char * query_value; member
142 aos_free(node->query_value); in free_lexnode()
303 cur_node->query_value = str_dup(wordbegin, wordlen); in lex_process()
391 node->query_opt, node->query_value); in cJSON_Path()
421 int slen = strlen(node->query_value); in cJSON_Path()
422 if (slen > 2 && node->query_value[0] == '"') { in cJSON_Path()
423 if (strncmp(qval->valuestring, &node->query_value[1], slen - 2) == in cJSON_Path()

Completed in 3 milliseconds