| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zone.c | 22083 enum { notexpected = 0, expected = 1, found = 2 }; enumerator in enum:__anon24356 22130 memset(algorithms, notexpected, sizeof(algorithms)); 22182 if (algorithms[i] != notexpected) { 22200 memset(algorithms, notexpected, sizeof(algorithms)); 22256 if (algorithms[i] != notexpected) {
|
| /src/external/mpl/bind/dist/lib/dns/ |
| zone.c | 23311 enum { notexpected = 0, expected = 1, found = 2 }; enumerator in enum:__anon53 23359 memset(algorithms, notexpected, sizeof(algorithms)); 23434 if (algorithms[i] != notexpected) { 23450 memset(algorithms, notexpected, sizeof(algorithms)); 23505 if (algorithms[i] != notexpected) {
|