Searched refs:STORE_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
691 #define STORE_BUFFER_SIZE 500 /* arbitrary */ macro695 png_byte buffer[STORE_BUFFER_SIZE];1307 if (writepos >= STORE_BUFFER_SIZE) in store_write()1352 if (cb > STORE_BUFFER_SIZE - writepos) in store_write()1353 cb = STORE_BUFFER_SIZE - writepos; in store_write()1387 return STORE_BUFFER_SIZE; in store_read_buffer_size()1404 cbAvail += STORE_BUFFER_SIZE; in store_read_buffer_avail()