Searched refs:certhosts (Results 1 – 1 of 1) sorted by relevance
546 char **certhosts = NULL, **cfghosts = NULL; local565 get_dns = (unsigned char ***)&certhosts;607 if (certhosts == NULL) {614 for (i = 0; certhosts[i] != NULL; i++) {617 __FUNCTION__, certhosts[i], cfghosts[j]);618 if (strcmp(certhosts[i], cfghosts[j]) == 0) {637 if (certhosts != NULL) {638 for (i = 0; certhosts[i] != NULL; i++)639 free(certhosts[i]);640 free(certhosts);