Searched refs:CqCharBuff (Results 1 – 1 of 1) sorted by relevance
61 typedef struct CqCharBuff CqCharBuff; typedef62 struct CqCharBuff { struct63 CqCharBuff *next; /* The next node in the list of buffers */ argument75 CqCharBuff *head; /* The head of the list of output buffers */76 CqCharBuff *tail; /* The tail of the list of output buffers */122 cq->bufmem = _new_FreeList(sizeof(CqCharBuff), 1); in _new_GlCharQueue()222 CqCharBuff *node = (CqCharBuff *) _new_FreeListNode(cq->bufmem); in _glq_append_chars()390 CqCharBuff *node = cq->buffers.head; in _glq_flush_queue()398 node = (CqCharBuff *) _del_FreeListNode(cq->bufmem, node); in _glq_flush_queue()