| /src/usr.sbin/services_mkdb/ |
| output_db.c | 58 static const HASHINFO hinfo = { variable 75 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo);
|
| uniq.c | 45 static const HASHINFO hinfo = { variable 76 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL)
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| hinfo_13.c | 96 dns_rdata_hinfo_t *hinfo = source; local 99 REQUIRE(hinfo != NULL); 100 REQUIRE(hinfo->common.rdtype == type); 101 REQUIRE(hinfo->common.rdclass == rdclass); 106 RETERR(uint8_tobuffer(hinfo->cpu_len, target)); 107 RETERR(mem_tobuffer(target, hinfo->cpu, hinfo->cpu_len)); 108 RETERR(uint8_tobuffer(hinfo->os_len, target)); 109 return mem_tobuffer(target, hinfo->os, hinfo->os_len) 114 dns_rdata_hinfo_t *hinfo = target; local 138 dns_rdata_hinfo_t *hinfo = source; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| hinfo_13.c | 98 dns_rdata_hinfo_t *hinfo = source; local 101 REQUIRE(hinfo != NULL); 102 REQUIRE(hinfo->common.rdtype == type); 103 REQUIRE(hinfo->common.rdclass == rdclass); 108 RETERR(uint8_tobuffer(hinfo->cpu_len, target)); 109 RETERR(mem_tobuffer(target, hinfo->cpu, hinfo->cpu_len)); 110 RETERR(uint8_tobuffer(hinfo->os_len, target)); 111 return (mem_tobuffer(target, hinfo->os, hinfo->os_len)) 116 dns_rdata_hinfo_t *hinfo = target; local 155 dns_rdata_hinfo_t *hinfo = source; local [all...] |