Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_json_parser.c258 JSON_NV stNV; in json_get_value_by_name() local
260 memset(&stNV, 0, sizeof(stNV)); in json_get_value_by_name()
261 stNV.pN = p_cName; in json_get_value_by_name()
262 stNV.nLen = strlen(p_cName); in json_get_value_by_name()
267 *p_iValueLen = stNV.vLen; in json_get_value_by_name()
273 return stNV.pV; in json_get_value_by_name()
280 JSON_NV stNV; in json_get_value_by_name_len() local
282 memset(&stNV, 0, sizeof(stNV)); in json_get_value_by_name_len()
283 stNV.pN = p_cName; in json_get_value_by_name_len()
284 stNV.nLen = p_cNameLen; in json_get_value_by_name_len()
[all …]

Completed in 3 milliseconds