framebuf.c | 661 struct puffs_framebuf *pufbuf, *appbuf; local in function:puffs__framev_input 690 appbuf = findbuf(pu, fctrl, fio, pufbuf); 696 if (appbuf == NULL) { 706 puffs__framebuf_moveinfo(pufbuf, appbuf); 709 appbuf = pufbuf; 711 appbuf->istat &= ~ISTAT_NODESTROY; 713 if (appbuf->pcc) { 714 puffs__cc_cont(appbuf->pcc); 715 } else if (appbuf->fcb) { 716 appbuf->fcb(pu, appbuf, appbuf->fcb_arg, 0) [all...] |