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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dfile.h24 #define PF_EOF (1<<1) macro
H A Dmagics.c29 outfile->pf_state |= PF_EOF;
68 outfile->pf_state |= PF_EOF;
113 out->pf_state |= PF_EOF;
147 out->pf_state |= PF_EOF;
187 out->pf_state |= PF_EOF;
H A Dsession.c185 ( infile.pf_state & PF_EOF ))) {
235 if (( infile.pf_state & PF_EOF ) == 0 &&
237 infile.pf_state |= PF_EOF;
276 ( outfile.pf_datalen || ( outfile.pf_state & PF_EOF ))) {
287 if ( outfile.pf_state & PF_EOF ) {
H A Dfile.c26 if ( pf->pf_datalen == 0 && ( pf->pf_state & PF_EOF )) {
41 if ( pf->pf_state & PF_EOF ) {

Completed in 111 milliseconds