Searched refs:BipBuffer (Results 1 – 1 of 1) sorted by relevance
37 typedef struct BipBuffer { struct38 struct BipBuffer* next; argument41 } BipBuffer; typedef43 static BipBuffer* _free_bip_buffers;45 static BipBuffer*48 BipBuffer* bip = _free_bip_buffers; in bip_buffer_alloc()64 bip_buffer_free( BipBuffer* bip ) in bip_buffer_free()73 BipBuffer* bip_first;74 BipBuffer* bip_last;86 BipBuffer* bip = ph->bip_first; in charpipehalf_close()[all …]