Searched refs:CNativeBuffer (Results 1 – 1 of 1) sorted by relevance
49 typedef struct CNativeBuffer { struct51 struct CNativeBuffer *next; argument52 struct CNativeBuffer *prev; argument54 } CNativeBuffer; argument69 CNativeBuffer free_buffer_queue;84 return (CNativeBuffer*) buf; in from_abuffer()87 static CNativeBuffer *get_front(struct CNativeBuffer *queue) { in get_front()98 struct CNativeBuffer *buf = (struct CNativeBuffer *) _buf; in put_front()106 struct CNativeBuffer *buf = (struct CNativeBuffer *) _buf; in put_back()133 CNativeBuffer *cnb; in cnw_dequeue_buffer1()[all …]