Searched refs:MAX_CFG_DEPTH (Results 1 – 1 of 1) sorted by relevance
24 #define MAX_CFG_DEPTH (64) macro151 char *name[MAX_CFG_DEPTH]; in get_full_name()170 if (i >= MAX_CFG_DEPTH) { in get_full_name()1286 if (str->depth >= MAX_CFG_DEPTH) { in parse_log_array()1287 mpp_loge_f("depth %d reached max\n", MAX_CFG_DEPTH); in parse_log_array()1495 if (str->depth >= MAX_CFG_DEPTH) { in parse_log_object()1496 mpp_loge_f("depth %d reached max\n", MAX_CFG_DEPTH); in parse_log_object()1717 if (str->depth >= MAX_CFG_DEPTH) { in parse_json_object()1718 mpp_loge_f("depth %d reached max\n", MAX_CFG_DEPTH); in parse_json_object()1873 if (str->depth >= MAX_CFG_DEPTH) { in parse_json_array()[all …]