Searched refs:engids (Results 1 – 1 of 1) sorted by relevance
204 char *engids[VS_SE_MAX]; in vs_props_get_all() local212 if ((rc = vs_props_get_engines(engids, &n)) != VS_ERR_NONE) in vs_props_get_all()216 if ((rc = vs_props_se_get(engids[i], in vs_props_get_all()223 if (engids[i] != NULL) in vs_props_get_all()224 free(engids[i]); in vs_props_get_all()1486 vs_props_get_engines(char *engids[], int *count) in vs_props_get_engines() argument1502 engids[i] = NULL; in vs_props_get_engines()1516 if ((engids[i] = strdup(pgname + prefix_len)) != NULL) { in vs_props_get_engines()