Lines Matching refs:id
72 int id;
154 state->id = 0;
160 GeoIPRegion *region, char *name, const char *text, int id)
204 state->id = id;
563 int id = -1;
569 id = prev_state->id;
576 id = GeoIP_id_by_ipnum_gl(db, ipnum, &gl);
577 if (id == 0)
584 subtype, NULL, NULL, NULL, NULL, id);
587 return (id);
662 int maxlen = 0, id, family;
840 id = netspeed_lookup(geoip->netspeed, subtype, ipnum, scope);
841 if (id == elt->as_int)