Searched refs:stNV (Results 1 – 1 of 1) sorted by relevance
258 JSON_NV stNV; in json_get_value_by_name() local260 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() local282 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