Searched refs:gidTabJson (Results 1 – 1 of 1) sorted by relevance
410 cJSON *gidTabJson = cJSON_GetObjectItemCaseSensitive(configs, "gids"); in ParseBaseConfig() local411 if (gidTabJson) { in ParseBaseConfig()412 ret = ParseGidTableConfig(sandbox, gidTabJson, section); in ParseBaseConfig()