Searched refs:fiovcnt (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/pap/
H A Dpap.c475 int fiovcnt = 0, eof = 0, senteof = 0, to = 0; local
536 if ( !waitforprinter && !eof && fiovcnt == 0 ) {
560 if ( !fiovcnt && FD_ISSET( fd, &fds )) {
571 fiovcnt = cc / PAP_MAXDATA + ( cc % PAP_MAXDATA > 0 );
738 if ( !waitforprinter && !senteof && data && ( fiovcnt || eof )) {
741 if ( fiovcnt ) {
742 for ( i = 0; i < fiovcnt; i++ ) {
757 atpb.atp_sresiovcnt = fiovcnt ? fiovcnt : 1;
762 data = fiovcnt
[all...]

Completed in 84 milliseconds