Searched refs:isc_buffer_t (Results 1 - 25 of 208) sorted by relevance

123456789

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dbase32.h43 const char *wordbreak, isc_buffer_t *target);
46 const char *wordbreak, isc_buffer_t *target);
69 isc_base32_decodestring(const char *cstr, isc_buffer_t *target);
71 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target);
91 isc_base32_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
93 isc_base32hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
110 isc_base32_decoderegion(isc_region_t *source, isc_buffer_t *target);
112 isc_base32hex_decoderegion(isc_region_t *source, isc_buffer_t *target);
H A Dbase64.h36 const char *wordbreak, isc_buffer_t *target);
59 isc_base64_decodestring(const char *cstr, isc_buffer_t *target);
79 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
H A Dhex.h36 const char *wordbreak, isc_buffer_t *target);
59 isc_hex_decodestring(const char *cstr, isc_buffer_t *target);
79 isc_hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
H A Dbuffer.h179 ISC_LINK(isc_buffer_t) link;
189 isc_buffer_allocate(isc_mem_t *mctx, isc_buffer_t **dynbuffer,
209 isc_buffer_free(isc_buffer_t **dynbuffer);
225 isc__buffer_init(isc_buffer_t *b, void *base, unsigned int length);
238 isc__buffer_initnull(isc_buffer_t *b);
244 isc_buffer_reinit(isc_buffer_t *b, void *base, unsigned int length);
258 isc__buffer_invalidate(isc_buffer_t *b);
271 isc__buffer_region(isc_buffer_t *b, isc_region_t *r);
283 isc__buffer_usedregion(isc_buffer_t *b, isc_region_t *r);
295 isc__buffer_availableregion(isc_buffer_t *
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dbase32.h43 const char *wordbreak, isc_buffer_t *target);
46 const char *wordbreak, isc_buffer_t *target);
69 isc_base32_decodestring(const char *cstr, isc_buffer_t *target);
71 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target);
91 isc_base32_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
93 isc_base32hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
110 isc_base32_decoderegion(isc_region_t *source, isc_buffer_t *target);
112 isc_base32hex_decoderegion(isc_region_t *source, isc_buffer_t *target);
H A Dbase64.h36 const char *wordbreak, isc_buffer_t *target);
59 isc_base64_decodestring(const char *cstr, isc_buffer_t *target);
79 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
H A Dhex.h36 const char *wordbreak, isc_buffer_t *target);
59 isc_hex_decodestring(const char *cstr, isc_buffer_t *target);
79 isc_hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
H A Dbuffer.h179 ISC_LINK(isc_buffer_t) link;
189 isc_buffer_allocate(isc_mem_t *mctx, isc_buffer_t **dynbuffer,
209 isc_buffer_free(isc_buffer_t **dynbuffer);
225 isc__buffer_init(isc_buffer_t *b, const void *base, unsigned int length);
238 isc__buffer_initnull(isc_buffer_t *b);
244 isc_buffer_reinit(isc_buffer_t *b, void *base, unsigned int length);
258 isc__buffer_invalidate(isc_buffer_t *b);
271 isc__buffer_region(isc_buffer_t *b, isc_region_t *r);
283 isc__buffer_usedregion(isc_buffer_t *b, isc_region_t *r);
295 isc__buffer_availableregion(isc_buffer_t *
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dbuffer.c31 isc__buffer_init(isc_buffer_t *b, void *base, unsigned int length) {
43 isc__buffer_initnull(isc_buffer_t *b) {
53 isc_buffer_reinit(isc_buffer_t *b, void *base, unsigned int length) {
72 isc__buffer_invalidate(isc_buffer_t *b) {
85 isc__buffer_region(isc_buffer_t *b, isc_region_t *r) {
97 isc__buffer_usedregion(isc_buffer_t *b, isc_region_t *r) {
109 isc__buffer_availableregion(isc_buffer_t *b, isc_region_t *r) {
121 isc__buffer_add(isc_buffer_t *b, unsigned int n) {
133 isc__buffer_subtract(isc_buffer_t *b, unsigned int n) {
145 isc__buffer_clear(isc_buffer_t *
[all...]
H A Dhex.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
52 const char *wordbreak, isc_buffer_t *target)
83 isc_buffer_t *target; /*%< Buffer for resulting binary data */
89 hex_decode_init(hex_decode_ctx_t *ctx, int length, isc_buffer_t *target)
129 isc_hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) {
159 isc_hex_decodestring(const char *cstr, isc_buffer_t *target) {
176 str_totext(const char *source, isc_buffer_t *target) {
192 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) {
H A Dbase32.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
57 isc_buffer_t *target, const char base[])
122 const char *wordbreak, isc_buffer_t *target)
129 const char *wordbreak, isc_buffer_t *target)
140 isc_buffer_t *target; /*%< Buffer for resulting binary data */
150 const char base[], isc_buffer_t *target)
255 base32_tobuffer(isc_lex_t *lexer, const char base[], isc_buffer_t *target,
287 isc_base32_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) {
292 isc_base32hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *targe
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dbuffer.c31 isc__buffer_init(isc_buffer_t *b, const void *base, unsigned int length) {
43 isc__buffer_initnull(isc_buffer_t *b) {
53 isc_buffer_reinit(isc_buffer_t *b, void *base, unsigned int length) {
72 isc__buffer_invalidate(isc_buffer_t *b) {
85 isc__buffer_region(isc_buffer_t *b, isc_region_t *r) {
97 isc__buffer_usedregion(isc_buffer_t *b, isc_region_t *r) {
109 isc__buffer_availableregion(isc_buffer_t *b, isc_region_t *r) {
121 isc__buffer_add(isc_buffer_t *b, unsigned int n) {
133 isc__buffer_subtract(isc_buffer_t *b, unsigned int n) {
145 isc__buffer_clear(isc_buffer_t *
[all...]
H A Dhex.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
52 const char *wordbreak, isc_buffer_t *target)
83 isc_buffer_t *target; /*%< Buffer for resulting binary data */
89 hex_decode_init(hex_decode_ctx_t *ctx, int length, isc_buffer_t *target)
129 isc_hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) {
159 isc_hex_decodestring(const char *cstr, isc_buffer_t *target) {
176 str_totext(const char *source, isc_buffer_t *target) {
192 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) {
H A Dbase32.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
57 isc_buffer_t *target, const char base[])
122 const char *wordbreak, isc_buffer_t *target)
129 const char *wordbreak, isc_buffer_t *target)
140 isc_buffer_t *target; /*%< Buffer for resulting binary data */
150 const char base[], isc_buffer_t *target)
255 base32_tobuffer(isc_lex_t *lexer, const char base[], isc_buffer_t *target,
287 isc_base32_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) {
292 isc_base32hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *targe
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dopcode.h31 isc_result_t dns_opcode_totext(dns_opcode_t opcode, isc_buffer_t *target);
H A Drcode.h45 isc_result_t dns_rcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
78 isc_result_t dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
H A Dtime.h55 dns_time64_totext(isc_int64_t value, isc_buffer_t *target);
62 dns_time32_totext(isc_uint32_t value, isc_buffer_t *target);
H A Dcert.h49 dns_cert_totext(dns_cert_t cert, isc_buffer_t *target);
H A Drdataclass.h47 dns_rdataclass_totext(dns_rdataclass_t rdclass, isc_buffer_t *target);
H A Drdatatype.h47 dns_rdatatype_totext(dns_rdatatype_t type, isc_buffer_t *target);
H A Dsecalg.h50 dns_secalg_totext(dns_secalg_t secalg, isc_buffer_t *target);
H A Dsecproto.h50 dns_secproto_totext(dns_secproto_t secproto, isc_buffer_t *target);
H A Dttl.h40 isc_buffer_t *target);
H A Dtcpmsg.h33 isc_buffer_t buffer;
117 dns_tcpmsg_keepbuffer(dns_tcpmsg_t *tcpmsg, isc_buffer_t *buffer);
/freebsd-9.3-release/contrib/bind9/bin/confgen/
H A Dkeygen.h29 int keysize, isc_buffer_t *key_txtbuffer);
32 const char *keyname, isc_buffer_t *secret,

Completed in 146 milliseconds

123456789