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

/external/iputils/
H A Dtftp.h81 extern void read_ahead(FILE *file, int convert);
H A Dtftpsubs.c109 read_ahead(file, convert); /* fill it */
121 void read_ahead(FILE *file, int convert) function
H A Dtftpd.c377 read_ahead(file, pf->f_convert);
/external/pdfium/third_party/libtiff/
H A Dtif_read.c166 TIFFFillStripPartial( TIFF *tif, int strip, tmsize_t read_ahead, int restart ) argument
189 if( read_ahead < TIFF_TMSIZE_T_MAX / 2 )
190 read_ahead_mod = read_ahead * 2;
192 read_ahead_mod = read_ahead;
300 tmsize_t read_ahead = 0; local
344 read_ahead = tif->tif_scanlinesize * 16 + 5000;
348 read_ahead = tif->tif_scanlinesize;
365 if( !TIFFFillStripPartial(tif,strip,read_ahead,1) )
375 if( ((tif->tif_rawdata + tif->tif_rawdataloaded) - tif->tif_rawcp) < read_ahead
378 if( !TIFFFillStripPartial(tif,strip,read_ahead,
[all...]
/external/curl/tests/server/
H A Dtftpd.c271 static void read_ahead(struct testcase *test, int convert);
468 read_ahead(test, convert); /* fill it */
478 static void read_ahead(struct testcase *test, function
1272 read_ahead(test, pf->f_convert);

Completed in 121 milliseconds