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; typedef69 CNativeBuffer free_buffer_queue;83 static inline CNativeBuffer *from_abuffer(aBuffer *buf) { in from_abuffer()84 return (CNativeBuffer*) buf; in from_abuffer()87 static CNativeBuffer *get_front(struct CNativeBuffer *queue) { in get_front()88 CNativeBuffer *buf = queue->next; in get_front()97 static void put_front(struct CNativeBuffer *queue, aBuffer *_buf) { in put_front()[all …]