Searched refs:CharPipeHalf (Results 1 – 1 of 1) sorted by relevance
71 typedef struct CharPipeHalf { struct75 struct CharPipeHalf* peer; /* NULL if closed */ argument76 } CharPipeHalf; typedef83 CharPipeHalf* ph = cs->opaque; in charpipehalf_close()98 CharPipeHalf* ph = cs->opaque; in charpipehalf_write()99 CharPipeHalf* peer = ph->peer; in charpipehalf_write()156 charpipehalf_poll( CharPipeHalf* ph ) in charpipehalf_poll()158 CharPipeHalf* peer = ph->peer; in charpipehalf_poll()204 charpipehalf_init( CharPipeHalf* ph, CharPipeHalf* peer ) in charpipehalf_init()221 CharPipeHalf a[1];[all …]