Home
last modified time | relevance | path

Searched refs:read_ahead (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_read.c184 TIFFFillStripPartial( TIFF *tif, int strip, tmsize_t read_ahead, int restart ) in TIFFFillStripPartial() argument
204 if( read_ahead < TIFF_TMSIZE_T_MAX / 2 ) in TIFFFillStripPartial()
205 read_ahead_mod = read_ahead * 2; in TIFFFillStripPartial()
207 read_ahead_mod = read_ahead; in TIFFFillStripPartial()
334 tmsize_t read_ahead = 0; in TIFFSeek() local
383 read_ahead = tif->tif_scanlinesize * 16 + 5000; in TIFFSeek()
387 read_ahead = tif->tif_scanlinesize; in TIFFSeek()
404 if( !TIFFFillStripPartial(tif,strip,read_ahead,1) ) in TIFFSeek()
414 if( ((tif->tif_rawdata + tif->tif_rawdataloaded) - tif->tif_rawcp) < read_ahead in TIFFSeek()
417 if( !TIFFFillStripPartial(tif,strip,read_ahead,0) ) in TIFFSeek()
[all …]
/external/iputils/
Dtftpsubs.c109 read_ahead(file, convert); /* fill it */ in readit()
121 void read_ahead(FILE *file, int convert) in read_ahead() function
Dtftp.h81 extern void read_ahead(FILE *file, int convert);
Dtftpd.c377 read_ahead(file, pf->f_convert); in sendfile()
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c938 ssl->rlayer.read_ahead = yes; in SSL_set_read_ahead()
948 ctx->read_ahead = yes; in SSL_CTX_set_read_ahead()
958 return ssl->rlayer.read_ahead; in SSL_get_read_ahead()
968 return ctx->read_ahead; in SSL_CTX_get_read_ahead()
978 return ctx->read_ahead; in SSL_CTX_get_default_read_ahead()
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h143 int read_ahead; member
190 int read_ahead; member
/external/curl/tests/server/
Dtftpd.c237 static void read_ahead(struct testcase *test, int convert);
348 read_ahead(test, convert); /* fill it */ in readit()
358 static void read_ahead(struct testcase *test, in read_ahead() function
1193 read_ahead(test, pf->f_convert); in sendtftp()