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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/OS400/
H A Dos400sys.c74 } buffer_t; typedef in typeref:struct:__anon128
83 static buffer_t * locbufs;
93 buffer_t * p;
96 p = (buffer_t *) private;
122 locbufs = (buffer_t *) NULL;
130 get_buffer(buffer_t * buf, long size)
181 buffer_t * bufs;
187 bufs = (buffer_t *) pthread_getspecific(thdkey);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_str.c188 smb_ucs2_t *buffer_s, *buffer_t; local
221 size = push_ucs2_allocate(&buffer_t, t);
229 ret = strcasecmp_w(buffer_s, buffer_t);
231 SAFE_FREE(buffer_t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfore200e.h587 } buffer_t; typedef in typeref:struct:buffer

Completed in 72 milliseconds