HomeSort by: relevance | last modified time | path
    Searched refs:geoip_dbnames (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isccfg/
aclconf.c 35 static const char *geoip_dbnames[] = { variable
491 for (i = 0; geoip_dbnames[i] != NULL; i++) {
492 if (strcasecmp(dbname, geoip_dbnames[i]) == 0) {
496 if (geoip_dbnames[i] == NULL) {
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
aclconf.c 36 static const char *geoip_dbnames[] = { variable
496 for (i = 0; geoip_dbnames[i] != NULL; i++) {
497 if (strcasecmp(dbname, geoip_dbnames[i]) == 0) {
501 if (geoip_dbnames[i] == NULL) {

Completed in 14 milliseconds