Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_jpeg.c558 #define INPUT_BUF_SIZE 4096 /* choose an efficiently fread'able size */ macro
620 memset(src->buffer, 0, INPUT_BUF_SIZE); in fill_input_buffer()
622 while (nbytes < INPUT_BUF_SIZE) { in fill_input_buffer()
623 int got = gdGetBuf(src->buffer + nbytes, INPUT_BUF_SIZE - nbytes, src->infile); in fill_input_buffer()
735 …) (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT, INPUT_BUF_SIZE * sizeof (unsi… in jpeg_gdIOCtx_src()

Completed in 6 milliseconds