Lines Matching refs:appbuf
661 struct puffs_framebuf *pufbuf, *appbuf; in puffs__framev_input() local
690 appbuf = findbuf(pu, fctrl, fio, pufbuf); in puffs__framev_input()
696 if (appbuf == NULL) { in puffs__framev_input()
706 puffs__framebuf_moveinfo(pufbuf, appbuf); in puffs__framev_input()
709 appbuf = pufbuf; in puffs__framev_input()
711 appbuf->istat &= ~ISTAT_NODESTROY; in puffs__framev_input()
713 if (appbuf->pcc) { in puffs__framev_input()
714 puffs__cc_cont(appbuf->pcc); in puffs__framev_input()
715 } else if (appbuf->fcb) { in puffs__framev_input()
716 appbuf->fcb(pu, appbuf, appbuf->fcb_arg, 0); in puffs__framev_input()
718 puffs_framebuf_destroy(appbuf); in puffs__framev_input()