Searched refs:isc_buffer_reinit (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dbuffer.c53 isc_buffer_reinit(isc_buffer_t *b, void *base, unsigned int length) { function
H A Dhttpd.c609 isc_buffer_reinit(b, msg, strlen(msg));
635 isc_buffer_reinit(b, msg, strlen(msg));
807 isc_buffer_reinit(&httpd->headerbuffer, newspace, newlen);
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dbuffer.h244 isc_buffer_reinit(isc_buffer_t *b, void *base, unsigned int length);
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dbuffer.h244 isc_buffer_reinit(isc_buffer_t *b, void *base, unsigned int length);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dbuffer.c53 isc_buffer_reinit(isc_buffer_t *b, void *base, unsigned int length) { function
H A Dhttpd.c627 isc_buffer_reinit(b, msg, strlen(msg));
651 isc_buffer_reinit(b, msg, strlen(msg));
811 isc_buffer_reinit(&httpd->headerbuffer, newspace, newlen);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dstatschannel.c1487 isc_buffer_reinit(b, msg, msglen);
1550 isc_buffer_reinit(b, xslmsg, strlen(xslmsg));

Completed in 120 milliseconds