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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dheaders.c27 static char *get_text(char *start, int linelength) argument
35 if (linelength > 1023)
38 t = ret = calloc(1, linelength +1);
43 stop = start + linelength;
86 int linelength, crlflength; local
88 switch ( markline( in, &start, &linelength, &crlflength )) {
99 cmt = get_text(start, linelength);
107 lp_write( in, start, linelength + crlflength );
110 CONSUME( in, linelength + crlflength );
117 int linelength, crlflengt local
163 int linelength, crlflength; local
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 )) {
81 if (( comment = commatch( start, start+linelength, magics )) != NULL ) {
97 lp_write( infile, start, linelength + crlflength );
98 CONSUME( infile, linelength + crlflength );
107 int linelength, crlflength; local
110 switch ( markline( in, &start, &linelength, &crlflength )) {
127 if (( comment = commatch( start, start+linelength, queries )) != NULL ) {
133 CONSUME( in, linelength + crlflength );
140 int linelength, crlflengt local
182 int linelength, crlflength; local
[all...]
H A Dfile.c22 int markline( struct papfile *pf, char **start, int *linelength, int *crlflength ) argument
33 for ( *linelength=0; *linelength < pf->pf_datalen; (*linelength)++) {
34 if (pf->pf_data[*linelength] == '\n' ||
35 pf->pf_data[*linelength] == '\r') {
40 if ( *linelength >= pf->pf_datalen ) {
43 } else if (*linelength < 1024) {
48 p = pf->pf_data + *linelength;
51 while(*crlflength < pf->pf_datalen-*linelength
[all...]
H A Dqueries.c63 int linelength, crlflength; local
67 switch ( markline( in, &start, &linelength, &crlflength )) {
78 stop = start+linelength;
85 CONSUME( in, linelength + crlflength );
90 if ( comcmp( start, start+linelength, comment->c_end, 0 ) == 0 ) {
105 CONSUME( in, linelength + crlflength );
110 CONSUME( in, linelength + crlflength );
123 int linelength, crlflength; local
130 switch ( markline( in, &start, &linelength, &crlflength )) {
147 stop = start+linelength;
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 ) {
1032 stop = start + linelength;
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 );
1142 append( out, start, linelength );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcpia.c59 uint16_t linelength; local
109 i++, src += linelength, src_size -= linelength
112 linelength = AV_RL16(src);
115 if (src_size < linelength) {
120 if (src[linelength - 1] != EOL) {
122 av_log(avctx, AV_LOG_WARNING, "Wrong line length %d or line not terminated properly (found 0x%02x)!\n", linelength, src[linelength - 1]);
140 for (j = 0; j < linelength - 1; j++) {
160 for (j = 0; j < linelength
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DBarShader.cpp182 unsigned linelength = idx; local
188 std::memcpy(buf + idx, buf, (m_Height - y) * linelength);
207 unsigned linelength = m_Width * 3; local
209 std::memcpy(buf + y * linelength, buf + (m_Height - 1 - y) * linelength, linelength);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsh_mipi_dsi.c123 u32 linelength; local
132 linelength = ch->lcd_cfg.xres * 3;
139 linelength = ch->lcd_cfg.xres * 2;
146 linelength = ch->lcd_cfg.xres * 3;
153 linelength = (ch->lcd_cfg.xres * 18 + 7) / 8;
160 linelength = ch->lcd_cfg.xres * 3;
167 linelength = ch->lcd_cfg.xres * 2;
174 linelength = ch->lcd_cfg.xres * 3;
181 linelength = (ch->lcd_cfg.xres * 18 + 7) / 8;
188 linelength
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dse401.c604 int linelength = se401->cwidth * 3; local
606 if (frame->curlinepix >= linelength) {
608 frame->curline += linelength;
743 int linelength = width * 3, i; local
750 frame->curline = framedata + linelength;
770 nextline = curline + linelength;
777 curline += linelength*2;
778 nextline += linelength*2;
830 framedata += linelength;
831 for (i = 0; i < linelength;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.c2336 size_t linelength=0; local
2338 &linelength);
2344 result = Curl_add_buffer(req_buffer, contentType, linelength);

Completed in 126 milliseconds