Home
last modified time | relevance | path

Searched refs:isc__buffer_init (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dbuffer.h254 isc__buffer_init(isc_buffer_t *b, void *base, unsigned int length);
1066 #define isc_buffer_init isc__buffer_init
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dbuffer.c30 isc__buffer_init(isc_buffer_t *b, void *base, unsigned int length) { in isc__buffer_init() function