Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_json_parser.c91 p_cValue = ++p_cPos; in json_get_next_object()
95 p_cValue = p_cPos++; in json_get_next_object()
99 p_cValue = p_cPos++; in json_get_next_object()
103 p_cValue = p_cPos++; in json_get_next_object()
108 p_cValue = p_cPos; in json_get_next_object()
118 if ((*p_cValue == 't' || *p_cValue == 'T') && len >= 4 && in json_get_next_object()
124 } else if ((*p_cValue == 'f' || *p_cValue == 'F') && len >= 5 && in json_get_next_object()
178 *val = p_cValue; in json_get_next_object()
184 return p_cValue + iValueLen; in json_get_next_object()
236 if (p_cValue) { in json_get_value_by_name_cb()
[all …]
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_json_parser.h48 typedef int (*json_parse_cb)(char *p_cName, int iNameLen, char *p_cValue,

Completed in 4 milliseconds