Searched defs:bitstring (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dbitstring.c18 /* $Id: bitstring.c,v 1.17 2007/06/19 23:47:17 tbox Exp $ */
27 #include <isc/bitstring.h>
43 isc_bitstring_init(isc_bitstring_t *bitstring, unsigned char *data, argument
47 * Make 'bitstring' refer to the bitstring of 'size' bits starting
48 * at 'data'. 'length' bits of the bitstring are valid. If 'lsb0'
50 * bitstring. Otherwise bit 0 is the most significant bit.
53 REQUIRE(bitstring != NULL);
57 bitstring->magic = BITSTRING_MAGIC;
58 bitstring
65 isc_bitstring_invalidate(isc_bitstring_t *bitstring) argument
[all...]

Completed in 25 milliseconds