Home
last modified time | relevance | path

Searched refs:isc_buffer_t (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/ntp/lib/isc/
H A Dbuffer.c43 isc__buffer_initnull(isc_buffer_t *b) { in isc__buffer_initnull()
72 isc__buffer_invalidate(isc_buffer_t *b) { in isc__buffer_invalidate()
145 isc__buffer_clear(isc_buffer_t *b) { in isc__buffer_clear()
204 isc__buffer_first(isc_buffer_t *b) { in isc__buffer_first()
239 isc_buffer_compact(isc_buffer_t *b) { in isc_buffer_compact()
264 isc_buffer_getuint8(isc_buffer_t *b) { in isc_buffer_getuint8()
291 isc_buffer_getuint16(isc_buffer_t *b) { in isc_buffer_getuint16()
328 isc_buffer_getuint32(isc_buffer_t *b) { in isc_buffer_getuint32()
359 isc_buffer_getuint48(isc_buffer_t *b) { in isc_buffer_getuint48()
452 isc_buffer_t *dbuf; in isc_buffer_allocate()
[all …]
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[]) in base32_totext()
122 const char *wordbreak, isc_buffer_t *target) in isc_base32_totext()
129 const char *wordbreak, isc_buffer_t *target) in isc_base32hex_totext()
140 isc_buffer_t *target; /*%< Buffer for resulting binary data */
150 const char base[], isc_buffer_t *target) in base32_decode_init()
314 isc_base32_decodestring(const char *cstr, isc_buffer_t *target) { in isc_base32_decodestring()
319 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target) { in isc_base32hex_decodestring()
338 isc_base32_decoderegion(isc_region_t *source, isc_buffer_t *target) { in isc_base32_decoderegion()
[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) in isc_hex_totext()
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) in hex_decode_init()
129 isc_hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) { in isc_hex_tobuffer()
159 isc_hex_decodestring(const char *cstr, isc_buffer_t *target) { in isc_hex_decodestring()
176 str_totext(const char *source, isc_buffer_t *target) { in str_totext()
192 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) { in mem_tobuffer()
H A Dbase64.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
54 const char *wordbreak, isc_buffer_t *target) in isc_base64_totext()
104 isc_buffer_t *target; /*%< Buffer for resulting binary data */
111 base64_decode_init(base64_decode_ctx_t *ctx, int length, isc_buffer_t *target) in base64_decode_init()
180 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) { in isc_base64_tobuffer()
210 isc_base64_decodestring(const char *cstr, isc_buffer_t *target) { in isc_base64_decodestring()
227 str_totext(const char *source, isc_buffer_t *target) { in str_totext()
243 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) { in mem_tobuffer()
H A Dbufferlist.c32 isc_buffer_t *buffer; in isc_bufferlist_usedcount()
50 isc_buffer_t *buffer; in isc_bufferlist_availablecount()
H A Dhttpd.c126 isc_buffer_t headerbuffer;
131 isc_buffer_t bodybuffer;
223 const char **, isc_buffer_t *,
228 const char **, isc_buffer_t *,
615 const char **mimetype, isc_buffer_t *b, in render_404()
639 const char **mimetype, isc_buffer_t *b, in render_500()
940 isc_buffer_t *b = NULL; in isc_httpd_senddone()
H A Dlex.c44 isc_buffer_t * pushback;
263 isc_lex_openbuffer(isc_lex_t *lex, isc_buffer_t *buffer) { in isc_lex_openbuffer()
332 isc_buffer_t *tbuf = NULL; in pushandgrow()
361 isc_buffer_t *buffer; in isc_lex_gettoken()
H A Dnetaddr.c128 isc_netaddr_totext(const isc_netaddr_t *netaddr, isc_buffer_t *target) { in isc_netaddr_totext()
185 isc_buffer_t buf; in isc_netaddr_format()
H A Dsockaddr.c114 isc_sockaddr_totext(const isc_sockaddr_t *sockaddr, isc_buffer_t *target) { in isc_sockaddr_totext()
183 isc_buffer_t buf; in isc_sockaddr_format()
/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dbuffer.h179 ISC_LINK(isc_buffer_t) link;
209 isc_buffer_free(isc_buffer_t **dynbuffer);
238 isc__buffer_initnull(isc_buffer_t *b);
258 isc__buffer_invalidate(isc_buffer_t *b);
333 isc__buffer_clear(isc_buffer_t *b);
396 isc__buffer_first(isc_buffer_t *b);
437 isc_buffer_compact(isc_buffer_t *b);
457 isc_buffer_getuint8(isc_buffer_t *b);
491 isc_buffer_getuint16(isc_buffer_t *b);
527 isc_buffer_getuint32(isc_buffer_t *b);
[all …]
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 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 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 Dtypes.h49 typedef struct isc_buffer isc_buffer_t; /*%< Buffer */ typedef
50 typedef ISC_LIST(isc_buffer_t) isc_bufferlist_t; /*%< Buffer List */
61 typedef void (isc_httpdfree_t)(isc_buffer_t *, void *); /*%< HTTP free function */
111 isc_buffer_t *body,
H A Dnetaddr.h79 isc_netaddr_totext(const isc_netaddr_t *netaddr, isc_buffer_t *target);
H A Dsockaddr.h178 isc_sockaddr_totext(const isc_sockaddr_t *sockaddr, isc_buffer_t *target);
H A Dlex.h258 isc_lex_openbuffer(isc_lex_t *lex, isc_buffer_t *buffer);
/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c951 isc_buffer_t *buffer; in build_msghdr_send()
1217 isc_buffer_t *buffer; in fill_recv()
2808 isc_buffer_t *buffer; in isc__socket_recvv()
3088 isc_buffer_t *buffer; in isc__socket_sendtov()
/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c1306 isc_buffer_t *buffer; in build_msghdr_send()
1444 isc_buffer_t *buffer; in build_msghdr_recv()
1644 isc_buffer_t *buffer; in doio_recv()
4542 isc_buffer_t *buffer; in isc__socket_recvv()
4789 isc_buffer_t *buffer; in isc__socket_sendtov()