Searched refs:dhx (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_db.c61 struct _citrus_db_header_x *dhx; local
67 dhx = _memstream_getregion(&ms, NULL, sizeof(*dhx));
68 if (dhx == NULL)
70 if (strncmp(dhx->dhx_magic, magic, _CITRUS_DB_MAGIC_SIZE) != 0)
72 if (_memstream_seek(&ms, be32toh(dhx->dhx_entry_offset), SEEK_SET))
75 if (be32toh(dhx->dhx_num_entries)*_CITRUS_DB_ENTRY_SIZE >
102 struct _citrus_db_header_x *dhx; local
110 dhx = _memstream_getregion(&ms, NULL, sizeof(*dhx));
283 struct _citrus_db_header_x *dhx; local
297 struct _citrus_db_header_x *dhx; local
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-dccp.c101 const struct dccp_hdr_ext *dhx = (void *)(dh + 1); local
102 u_int32_t seq_low = dhx->dccph_seq_low;

Completed in 56 milliseconds