Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 1873) sorted by relevance

12345678910>>...75

/netbsd-src/external/bsd/nsd/dist/
H A Dbuffer.h25 struct buffer struct
38 * The amount of data the buffer can contain. argument
43 * The data contained in the buffer. argument
48 * If the buffer is fixed it cannot be resized. argument
55 buffer_invariant(buffer_type *ATTR_UNUSED(buffer)) in buffer_invariant()
60 buffer_invariant(buffer_type *buffer) in buffer_invariant()
101 buffer_position(buffer_type *buffer) in buffer_position()
111 buffer_set_position(buffer_type *buffer, size_t mark) in buffer_set_position()
123 buffer_skip(buffer_type *buffer, ssize_t count) in buffer_skip()
130 buffer_limit(buffer_type *buffer) in buffer_limit()
[all …]
H A Dbuffer.c19 buffer_type *buffer = (buffer_type *) arg; in buffer_cleanup() local
27 buffer_type *buffer in buffer_create() local
44 buffer_create_from(buffer_type *buffer, void *data, size_t size) in buffer_create_from()
57 buffer_clear(buffer_type *buffer) in buffer_clear()
66 buffer_flip(buffer_type *buffer) in buffer_flip()
75 buffer_rewind(buffer_type *buffer) in buffer_rewind()
83 buffer_set_capacity(buffer_type *buffer, size_t capacity) in buffer_set_capacity()
92 buffer_reserve(buffer_type *buffer, size_t amount) in buffer_reserve()
107 buffer_printf(buffer_type *buffer, const char *format, ...) in buffer_printf()
/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dsbuffer.h142 sldns_buffer_invariant(sldns_buffer *ATTR_UNUSED(buffer)) in sldns_buffer_invariant()
147 sldns_buffer_invariant(sldns_buffer *buffer) in sldns_buffer_invariant()
189 INLINE void sldns_buffer_clear(sldns_buffer *buffer) in sldns_buffer_clear()
206 INLINE void sldns_buffer_flip(sldns_buffer *buffer) in sldns_buffer_flip()
219 INLINE void sldns_buffer_rewind(sldns_buffer *buffer) in sldns_buffer_rewind()
232 sldns_buffer_position(sldns_buffer *buffer) in sldns_buffer_position()
244 sldns_buffer_set_position(sldns_buffer *buffer, size_t mark) in sldns_buffer_set_position()
258 sldns_buffer_skip(sldns_buffer *buffer, ssize_t count) in sldns_buffer_skip()
270 sldns_buffer_limit(sldns_buffer *buffer) in sldns_buffer_limit()
282 sldns_buffer_set_limit(sldns_buffer *buffer, size_t limit) in sldns_buffer_set_limit()
[all …]
H A Dsbuffer.c21 sldns_buffer *buffer = (sldns_buffer*)malloc(sizeof(sldns_buffer)); in sldns_buffer_new() local
44 sldns_buffer_new_frm_data(sldns_buffer *buffer, void *data, size_t size) in sldns_buffer_new_frm_data()
65 sldns_buffer_init_frm_data(sldns_buffer *buffer, void *data, size_t size) in sldns_buffer_init_frm_data()
74 sldns_buffer_set_capacity(sldns_buffer *buffer, size_t capacity) in sldns_buffer_set_capacity()
93 sldns_buffer_reserve(sldns_buffer *buffer, size_t amount) in sldns_buffer_reserve()
113 sldns_buffer_printf(sldns_buffer *buffer, const char *format, ...) in sldns_buffer_printf()
138 sldns_buffer_free(sldns_buffer *buffer) in sldns_buffer_free()
/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dencoding.c11 size_t cbor_encode_uint8(uint8_t value, unsigned char *buffer, in cbor_encode_uint8()
16 size_t cbor_encode_uint16(uint16_t value, unsigned char *buffer, in cbor_encode_uint16()
21 size_t cbor_encode_uint32(uint32_t value, unsigned char *buffer, in cbor_encode_uint32()
26 size_t cbor_encode_uint64(uint64_t value, unsigned char *buffer, in cbor_encode_uint64()
31 size_t cbor_encode_uint(uint64_t value, unsigned char *buffer, in cbor_encode_uint()
36 size_t cbor_encode_negint8(uint8_t value, unsigned char *buffer, in cbor_encode_negint8()
41 size_t cbor_encode_negint16(uint16_t value, unsigned char *buffer, in cbor_encode_negint16()
46 size_t cbor_encode_negint32(uint32_t value, unsigned char *buffer, in cbor_encode_negint32()
51 size_t cbor_encode_negint64(uint64_t value, unsigned char *buffer, in cbor_encode_negint64()
56 size_t cbor_encode_negint(uint64_t value, unsigned char *buffer, in cbor_encode_negint()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dbuffer.h39 struct buffer struct
42 struct buffer_data *data; argument
45 struct buffer_data *last; argument
51 buffer. Either the input or output field must be set, but not argument
82 /* Return the file descriptor underlying this buffer, if any, or -1 argument
106 /* Next buffer in linked list. */ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-pretty-print.cc63 do_niy (pretty_printer *buffer, const gimple *gs) in do_niy()
73 newline_and_indent (pretty_printer *buffer, int spc) in newline_and_indent()
144 dump_edge_probability (pretty_printer *buffer, edge e) in dump_edge_probability()
155 pretty_printer buffer; in print_gimple_stmt() local
186 pretty_printer buffer; in print_gimple_expr() local
200 dump_gimple_seq (pretty_printer *buffer, gimple_seq seq, int spc, in dump_gimple_seq()
222 pretty_printer buffer; in print_gimple_seq() local
252 dump_gimple_fmt (pretty_printer *buffer, int spc, dump_flags_t flags, in dump_gimple_fmt()
331 dump_unary_rhs (pretty_printer *buffer, const gassign *gs, int spc, in dump_unary_rhs()
427 dump_binary_rhs (pretty_printer *buffer, const gassign *gs, int spc, in dump_binary_rhs()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dcharconv.cpp35 append1(char* buffer, T i) noexcept in append1()
43 append2(char* buffer, T i) noexcept in append2()
51 append3(char* buffer, T i) noexcept in append3()
58 append4(char* buffer, T i) noexcept in append4()
65 append2_no_zeros(char* buffer, T v) noexcept in append2_no_zeros()
75 append4_no_zeros(char* buffer, T v) noexcept in append4_no_zeros()
87 append8_no_zeros(char* buffer, T v) noexcept in append8_no_zeros()
102 __u32toa(uint32_t value, char* buffer) noexcept in __u32toa()
123 __u64toa(uint64_t value, char* buffer) noexcept in __u64toa()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-pretty-print.c62 do_niy (pretty_printer *buffer, const gimple *gs) in do_niy()
72 newline_and_indent (pretty_printer *buffer, int spc) in newline_and_indent()
143 dump_edge_probability (pretty_printer *buffer, edge e) in dump_edge_probability()
154 pretty_printer buffer; in print_gimple_stmt() local
185 pretty_printer buffer; in print_gimple_expr() local
199 dump_gimple_seq (pretty_printer *buffer, gimple_seq seq, int spc, in dump_gimple_seq()
221 pretty_printer buffer; in print_gimple_seq() local
251 dump_gimple_fmt (pretty_printer *buffer, int spc, dump_flags_t flags, in dump_gimple_fmt()
330 dump_unary_rhs (pretty_printer *buffer, const gassign *gs, int spc, in dump_unary_rhs()
426 dump_binary_rhs (pretty_printer *buffer, const gassign *gs, int spc, in dump_binary_rhs()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-port.cc75 Port::isFloat32LiteralOutOfRange (const char *buffer) in isFloat32LiteralOutOfRange()
88 Port::isFloat64LiteralOutOfRange (const char *buffer) in isFloat64LiteralOutOfRange()
100 Port::readwordLE (const void *buffer) in readwordLE()
110 Port::readwordBE (const void *buffer) in readwordBE()
120 Port::readlongLE (const void *buffer) in readlongLE()
133 Port::readlongBE (const void *buffer) in readlongBE()
146 Port::valcpy (void *buffer, uint64_t value, d_size_t sz) in valcpy()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h188 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
199 static void read(ArrayRef<T> buffer, ElementDataTy &element, in read()
208 static void read(ArrayRef<T> buffer, NoneType, DataTy &&...data) { in read()
225 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
235 static void read(ArrayRef<T> buffer, DataTy &data) { in read()
240 template <typename T> static void read(ArrayRef<T> buffer, NoneType) { in read()
254 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
261 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
273 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
291 static void read(ArrayRef<T> buffer, ArrayTy &array) { in read()
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/malloc/
H A Dscratch_buffer.gl.h80 scratch_buffer_init (struct scratch_buffer *buffer) in scratch_buffer_init()
88 scratch_buffer_free (struct scratch_buffer *buffer) in scratch_buffer_free()
103 scratch_buffer_grow (struct scratch_buffer *buffer) in scratch_buffer_grow()
114 scratch_buffer_grow_preserve (struct scratch_buffer *buffer) in scratch_buffer_grow_preserve()
130 scratch_buffer_set_array_size (struct scratch_buffer *buffer, in scratch_buffer_set_array_size()
146 scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in scratch_buffer_dupfree()

12345678910>>...75