Lines Matching defs:picodata_char_buffer
62 typedef struct picodata_char_buffer struct
64 picoos_char *buf;
65 picoos_uint16 rear; /* next free position to write */
66 picoos_uint16 front; /* next position to read */
67 picoos_uint16 len; /* empty: len = 0, full: len = size */
68 picoos_uint16 size;
70 picoos_Common common;
72 picodata_cbGetItemMethod getItem;
73 picodata_cbPutItemMethod putItem;
75 picodata_cbSubResetMethod subReset;
76 picodata_cbSubDeallocateMethod subDeallocate;
77 void * subObj;