Home
last modified time | relevance | path

Searched defs:buffer_struct (Results 1 – 4 of 4) sorted by relevance

/dports/net/tcpproxy/tcpproxy-1.2/src/
H A Ddatatypes.h33 struct buffer_struct { struct
37 typedef struct buffer_struct buffer_t; argument
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/wire/
H A Dbuffer.h112 struct buffer_struct { struct
113 size_t position;
114 size_t limit;
115 size_t capacity;
116 uint8_t* data;
117 unsigned fixed : 1;
/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Dcache_rest.c131 } buffer_struct; typedef
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_LLVM.cpp955 Constant *buffer_struct = ConstantStruct::get(halide_buffer_t_type, fields); in compile_buffer() local