Home
last modified time | relevance | path

Searched refs:ioq_append (Results 1 – 3 of 3) sorted by relevance

/dports/games/wolfpack/empire-4.4.1/include/
H A Dioqueue.h46 extern void ioq_append(struct ioqueue *ioq, char *buf, int cc);
/dports/games/wolfpack/empire-4.4.1/src/lib/empthread/
H A Dio.c210 ioq_append(iop->input, buf, cc); in io_input()
334 ioq_append(iop->output, buf, nbytes); in io_write()
/dports/games/wolfpack/empire-4.4.1/src/lib/gen/
H A Dioqueue.c139 ioq_append(struct ioqueue *ioq, char *buf, int cc) in ioq_append() function