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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dheaders.c86 int linelength, crlflength; local
88 switch ( markline( in, &start, &linelength, &crlflength )) {
107 lp_write( in, start, linelength + crlflength );
110 CONSUME( in, linelength + crlflength );
117 int linelength, crlflength; local
119 switch ( markline( in, &start, &linelength, &crlflength )) {
142 lp_write( in, start, linelength + crlflength );
145 CONSUME( in, linelength + crlflength );
163 int linelength, crlflength; local
165 switch ( markline( in, &start, &linelength, &crlflength )) {
195 int linelength, crlflength; local
224 int linelength, crlflength; local
251 int linelength, crlflength; local
278 int linelength, crlflength; local
[all...]
H A Dmagics.c36 int linelength, crlflength; local
65 switch ( markline( infile, &start, &linelength, &crlflength )) {
97 lp_write( infile, start, linelength + crlflength );
98 CONSUME( infile, linelength + crlflength );
107 int linelength, crlflength; local
110 switch ( markline( in, &start, &linelength, &crlflength )) {
133 CONSUME( in, linelength + crlflength );
140 int linelength, crlflength; local
144 switch ( markline( in, &start, &linelength, &crlflength )) {
172 lp_write( in, start, linelength + crlflength );
182 int linelength, crlflength; local
[all...]
H A Dfile.c22 int markline( struct papfile *pf, char **start, int *linelength, int *crlflength )
50 *crlflength=0;
51 while(*crlflength < pf->pf_datalen-*linelength &&
52 (p[*crlflength]=='\r' || p[*crlflength]=='\n')) {
53 (*crlflength)++;
56 if (!*crlflength) {
H A Dqueries.c63 int linelength, crlflength; local
67 switch ( markline( in, &start, &linelength, &crlflength )) {
85 CONSUME( in, linelength + crlflength );
103 append( out, p, stop - p + crlflength );
105 CONSUME( in, linelength + crlflength );
110 CONSUME( in, linelength + crlflength );
123 int linelength, crlflength; local
130 switch ( markline( in, &start, &linelength, &crlflength )) {
160 CONSUME( in, linelength + crlflength );
170 CONSUME( in, linelength + crlflength);
179 int linelength, crlflength; local
320 int linelength, crlflength; local
426 int linelength, crlflength; local
487 int linelength, crlflength; local
548 int linelength, crlflength; local
628 int linelength, crlflength; local
671 int linelength, crlflength; local
710 int linelength, crlflength; local
[all...]
H A Dlp.c1005 int linelength, crlflength; local
1030 if ( markline( &pf, &start, &linelength, &crlflength ) > 0 ) {
1039 CONSUME( &pf , linelength + crlflength);
1050 CONSUME( &pf, linelength + crlflength );
1072 CONSUME( &pf, linelength + crlflength );
1091 CONSUME( &pf , linelength + crlflength );
1120 CONSUME( &pf, linelength + crlflength );
1136 CONSUME( &pf, linelength + crlflength );
1145 CONSUME( &pf, linelength + crlflength );

Completed in 92 milliseconds