| /src/external/mpl/bind/dist/lib/dns/ |
| dst_internal.h | 116 bool bools[DST_MAX_BOOLEAN]; /*%< boolean metadata member in struct:dst_key
|
| dst_api.c | 1072 *valuep = key->bools[type]; 1085 key->bools[type] != value; 1086 key->bools[type] = value;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dst_internal.h | 139 bool bools[DST_MAX_BOOLEAN + 1]; /*%< boolean metadata member in struct:dst_key
|
| dst_api.c | 1079 *valuep = key->bools[type]; 1092 key->bools[type] != value; 1093 key->bools[type] = value;
|
| /src/external/bsd/nsd/dist/ |
| dns.c | 500 #define TYPE(name, code, bools, read, write, print, fields) \ 501 { code, name, bools, read, write, print, { sizeof(fields)/sizeof(fields[0]), fields } } 515 /* Set the bools, has_references, is_compressible, has_dnames. */
|
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| packet-parse.c | 1580 uint8_t bools = 0x0; local 1646 if (!limread(&bools, 1, &subregion, stream)) { 1649 pkt.u.ss_revocable = !!bools; 1679 if (!limread(&bools, 1, &subregion, stream)) { 1682 pkt.u.ss_primary_userid = !!bools;
|
| /src/external/historical/nawk/dist/ |
| FIXES.1e | 248 actual bools. Convert compile_time variable into an
|
| /src/external/mpl/bind/dist/lib/isccfg/ |
| check.c | 4624 } bools[] = { variable in typeref:struct:__anon41 4791 for (i = 0; i < ARRAY_SIZE(bools); i++) { 4793 cfg_map_get(v1, bools[i].name, &opt); 4795 tresult = (bools[i].set)( 4801 bools[i].name,
|