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

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dbuffer.h682 #define ISC__BUFFER_INIT(_b, _base, _length) \ macro
694 #define ISC__BUFFER_INITNULL(_b) ISC__BUFFER_INIT(_b, NULL, 0)
847 #define isc_buffer_init ISC__BUFFER_INIT
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dbuffer.h682 #define ISC__BUFFER_INIT(_b, _base, _length) \ macro
699 #define ISC__BUFFER_INITNULL(_b) ISC__BUFFER_INIT(_b, NULL, 0)
852 #define isc_buffer_init ISC__BUFFER_INIT
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dbuffer.c39 ISC__BUFFER_INIT(b, base, length);
49 ISC__BUFFER_INIT(b, NULL, 0);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dbuffer.c39 ISC__BUFFER_INIT(b, base, length);
49 ISC__BUFFER_INIT(b, NULL, 0);

Completed in 106 milliseconds