Home
last modified time | relevance | path

Searched defs:sbuf (Results 1 – 25 of 5260) sorted by relevance

12345678910>>...211

/dports/comms/lirc/lirc-0.9.0/daemons/
H A Dtransmit.h20 struct sbuf { struct
36 extern struct sbuf send_buffer; argument
/dports/sysutils/burp/burp-2.4.0/src/
H A Dsbuf.h40 struct sbuf struct
57 struct sbuf *next; argument
/dports/sysutils/burp-devel/burp-2.5.4/src/
H A Dsbuf.h40 struct sbuf struct
57 struct sbuf *next; argument
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dsbuf.c57 #define AssertSanity(sbuf) do { \ argument
61 #define AssertActive(sbuf) do { \ argument
199 bool sbuf_pause(SBuf *sbuf) in sbuf_pause()
213 void sbuf_continue(SBuf *sbuf) in sbuf_continue()
290 bool sbuf_close(SBuf *sbuf) in sbuf_close()
412 SBuf *sbuf = arg; in sbuf_recv_forced_cb() local
449 SBuf *sbuf = arg; in sbuf_send_cb() local
667 SBuf *sbuf = arg; in sbuf_recv_cb() local
803 SBuf *sbuf = arg; in sbuf_connect_cb() local
1104 SBuf *sbuf = _sbuf; in sbuf_tls_handshake_cb() local
[all …]
/dports/graphics/vips/vips-8.12.0/libvips/iofuncs/
H A Dsbuf.c98 vips_sbuf_init( VipsSbuf *sbuf ) in vips_sbuf_init()
116 VipsSbuf *sbuf; in vips_sbuf_new_from_source() local
140 vips_sbuf_unbuffer( VipsSbuf *sbuf ) in vips_sbuf_unbuffer()
153 vips_sbuf_refill( VipsSbuf *sbuf ) in vips_sbuf_refill()
190 vips_sbuf_getc( VipsSbuf *sbuf ) in vips_sbuf_getc()
222 vips_sbuf_ungetc( VipsSbuf *sbuf ) in vips_sbuf_ungetc()
248 vips_sbuf_require( VipsSbuf *sbuf, int require ) in vips_sbuf_require()
345 vips_sbuf_get_line( VipsSbuf *sbuf ) in vips_sbuf_get_line()
411 vips_sbuf_get_line_copy( VipsSbuf *sbuf ) in vips_sbuf_get_line_copy()
477 vips_sbuf_get_non_whitespace( VipsSbuf *sbuf ) in vips_sbuf_get_non_whitespace()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dsbuf.h67 struct sbuf { struct
75 void sbuf_init(struct sbuf *dest, char *buf, size_t size); argument
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dsbuf.h67 struct sbuf { struct
75 void sbuf_init(struct sbuf *dest, char *buf, size_t size); argument
/dports/audio/tagutil/tagutil-3.1/src/compat/include/sys/
H A Dsbuf.h53 struct sbuf { struct
55 sbuf_drain_func *s_drain_func; /* drain function */ argument
65 #define SBUF_DYNSTRUCT 0x00080000 /* sbuf must be freed */ argument
75 struct sbuf *sbuf_new(struct sbuf *, char *, int, int); argument
/dports/net/libslirp/libslirp-cceced0cce9d578ed01db68edf31af78eb66f858/src/
H A Dsbuf.h11 struct sbuf { struct
15 * bytes should be written in the sbuf */ argument
17 * byte should be read from the sbuf */ argument
21 void sbfree(struct sbuf *sb); argument
/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Dsbuf.h11 struct sbuf { struct
15 * bytes should be written in the sbuf */ argument
17 * byte should be read from the sbuf */ argument
21 void sbfree(struct sbuf *sb); argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Dsbuf.h11 struct sbuf { struct
15 * bytes should be written in the sbuf */ argument
17 * byte should be read from the sbuf */ argument
21 void sbfree(struct sbuf *sb); argument
/dports/emulators/qemu42/qemu-4.2.1/slirp/src/
H A Dsbuf.h11 struct sbuf { struct
15 * bytes should be written in the sbuf */ argument
17 * byte should be read from the sbuf */ argument
21 void sbfree(struct sbuf *sb); argument
/dports/emulators/qemu-utils/qemu-4.2.1/slirp/src/
H A Dsbuf.h11 struct sbuf { struct
15 * bytes should be written in the sbuf */ argument
17 * byte should be read from the sbuf */ argument
21 void sbfree(struct sbuf *sb); argument
/dports/emulators/qemu/qemu-6.2.0/slirp/src/
H A Dsbuf.h11 struct sbuf { struct
15 * bytes should be written in the sbuf */ argument
17 * byte should be read from the sbuf */ argument
21 void sbfree(struct sbuf *sb); argument
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/slirp/src/
H A Dsbuf.h11 struct sbuf { struct
15 * bytes should be written in the sbuf */ argument
17 * byte should be read from the sbuf */ argument
21 void sbfree(struct sbuf *sb); argument
/dports/emulators/qemu60/qemu-6.0.0/slirp/src/
H A Dsbuf.h11 struct sbuf { struct
15 * bytes should be written in the sbuf */ argument
17 * byte should be read from the sbuf */ argument
21 void sbfree(struct sbuf *sb); argument
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/test/
H A Dpack_unpack.cpp7 msgpack::sbuffer sbuf; in TEST() local
14 msgpack::sbuffer sbuf; in TEST() local
47 msgpack::sbuffer sbuf; in TEST() local
55 msgpack::sbuffer sbuf; in TEST() local
64 msgpack::sbuffer sbuf; in TEST() local
76 msgpack::sbuffer sbuf; in TEST() local
87 msgpack::sbuffer sbuf; in TEST() local
101 msgpack::sbuffer sbuf; in TEST() local
111 msgpack::sbuffer sbuf; in TEST() local
124 msgpack::sbuffer sbuf; in TEST() local
[all …]
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/slirp/
H A Dsbuf.h14 struct sbuf { struct
18 * bytes should be written in the sbuf */ argument
20 * byte should be read from the sbuf */ argument
24 void sbfree _P((struct sbuf *)); argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/slirp/
H A Dsbuf.h14 struct sbuf { struct
18 * bytes should be written in the sbuf */ argument
20 * byte should be read from the sbuf */ argument
24 void sbfree(struct sbuf *); argument
/dports/emulators/bochs/bochs-2.7/iodev/network/slirp/
H A Dsbuf.h17 struct sbuf { struct
21 * bytes should be written in the sbuf */ argument
23 * byte should be read from the sbuf */ argument
27 void sbfree(struct sbuf *); argument
/dports/emulators/fs-uae/fs-uae-3.1.35/src/slirp/
H A Dsbuf.h14 struct sbuf { struct
18 * bytes should be written in the sbuf */ argument
20 * byte should be read from the sbuf */ argument
24 void sbfree _P((struct sbuf *)); argument
/dports/net/vde2/vde2-2.3.2/src/slirpvde/
H A Dsbuf.h14 struct sbuf { struct
18 * bytes should be written in the sbuf */ argument
20 * byte should be read from the sbuf */ argument
24 void sbfree(struct sbuf *); argument
/dports/net/vde/vde-1.5.7/slirpvde/
H A Dsbuf.h14 struct sbuf { struct
18 * bytes should be written in the sbuf */ argument
20 * byte should be read from the sbuf */ argument
24 void sbfree _P((struct sbuf *)); argument
/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dsbuf.h27 struct sbuf struct
33 /* sbuf can exist in a list. */ argument
37 struct sbuf *sbuf_new (size_t initsz); argument
/dports/x11-wm/sdorfehs/sdorfehs-1.2/
H A Dsbuf.h25 struct sbuf { struct
30 /* sbuf can exist in a list. */ argument
34 struct sbuf *sbuf_new(size_t initsz); argument

12345678910>>...211