Searched refs:latitude (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dgpos_27.h30 char *latitude; member in struct:dns_rdata_gpos
H A Dloc_29.h31 isc_uint32_t latitude; member in struct:dns_rdata_loc_0
H A Dgpos_27.c130 RETERR(mem_tobuffer(target, gpos->latitude, gpos->lat_len));
158 gpos->latitude = mem_maybedup(mctx, region.base, gpos->lat_len);
159 if (gpos->latitude == NULL)
181 if (mctx != NULL && gpos->latitude != NULL)
182 isc_mem_free(mctx, gpos->latitude);
198 if (gpos->latitude != NULL)
199 isc_mem_free(gpos->mctx, gpos->latitude);
H A Dloc_29.c49 unsigned long latitude; local
442 latitude = 0x80000000 + ( d1 * 3600 + m1 * 60 ) * 1000 + s1;
444 latitude = 0x80000000 - ( d1 * 3600 + m1 * 60 ) * 1000 - s1;
445 RETERR(uint32_tobuffer(latitude, target));
460 unsigned long latitude; local
504 latitude = uint32_fromregion(&sr);
506 if (latitude >= 0x80000000) {
508 latitude -= 0x80000000;
511 latitude = 0x80000000 - latitude;
563 unsigned long latitude; local
[all...]

Completed in 10 milliseconds