HomeSort by: relevance | last modified time | path
    Searched defs:ttn2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
gen.c 581 struct ttnam *ttn, *ttn2; local
872 for (ttn2 = typenames; ttn2->typebuf[0] != 0; ttn2++) {
873 if (ttn2->todo && ttn2->hash == ttn->hash) {
877 ttn2->typebuf, ttn2->type);
878 ttn2->todo = false;
gen.c 581 struct ttnam *ttn, *ttn2; local
872 for (ttn2 = typenames; ttn2->typebuf[0] != 0; ttn2++) {
873 if (ttn2->todo && ttn2->hash == ttn->hash) {
877 ttn2->typebuf, ttn2->type);
878 ttn2->todo = false;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c 547 struct ttnam *ttn, *ttn2; local
845 ttn2 = find_typename(j);
846 if (ttn2 == NULL) {
849 if (hash == HASH(ttn2->typebuf)) {
855 ttn2->typebuf, ttn2->type);
856 ttn2->sorted = 1;
gen.c 547 struct ttnam *ttn, *ttn2; local
845 ttn2 = find_typename(j);
846 if (ttn2 == NULL) {
849 if (hash == HASH(ttn2->typebuf)) {
855 ttn2->typebuf, ttn2->type);
856 ttn2->sorted = 1;

Completed in 84 milliseconds