Searched refs:buffer_t (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dtunala.h91 } buffer_t; typedef in typeref:struct:_buffer_t
94 void buffer_init(buffer_t *buf);
95 /* Cleanup a buffer structure - presently not needed, but if buffer_t is
99 void buffer_close(buffer_t *buf);
103 unsigned int buffer_used(buffer_t *buf); /* How much data in the buffer */
104 unsigned int buffer_unused(buffer_t *buf); /* How much space in the buffer */
105 int buffer_full(buffer_t *buf); /* Boolean, is it full? */
106 int buffer_notfull(buffer_t *buf); /* Boolean, is it not full? */
107 int buffer_empty(buffer_t *buf); /* Boolean, is it empty? */
108 int buffer_notempty(buffer_t *bu
[all...]
H A Dbuffer.c5 void buffer_init(buffer_t *buf)
11 void buffer_close(buffer_t *buf)
18 unsigned int buffer_used(buffer_t *buf) {
20 unsigned int buffer_unused(buffer_t *buf) {
22 int buffer_full(buffer_t *buf) {
24 int buffer_notfull(buffer_t *buf) {
26 int buffer_empty(buffer_t *buf) {
28 int buffer_notempty(buffer_t *buf) {
30 unsigned long buffer_total_in(buffer_t *buf) {
32 unsigned long buffer_total_out(buffer_t *bu
[all...]
H A Dsm.c34 buffer_t *state_machine_get_buffer(state_machine_t *machine, sm_buffer_t type)

Completed in 52 milliseconds