Lines Matching defs:msgq
678 parse_file(struct entityq *q, struct msgbuf *msgq)
711 io_close_buffer(msgq, b);
728 struct msgbuf *msgq;
751 if ((msgq = msgbuf_new_reader(sizeof(size_t), io_parse_hdr, NULL)) ==
758 if (msgbuf_queuelen(msgq) > 0)
775 switch (ibuf_read(fd, msgq)) {
781 while ((b = io_buf_get(msgq)) != NULL) {
792 if (msgbuf_write(fd, msgq) == -1) {
800 parse_file(&q, msgq);
803 msgbuf_free(msgq);