CHUNK_SIZE 1141 cygnal/libnet/rtmp.cpp case CHUNK_SIZE: CHUNK_SIZE 773 cygnal/libnet/rtmp_client.cpp case RTMP::CHUNK_SIZE: CHUNK_SIZE 519 cygnal/rtmp_server.cpp case CHUNK_SIZE: CHUNK_SIZE 1478 cygnal/rtmp_server.cpp case RTMP::CHUNK_SIZE: CHUNK_SIZE 1553 cygnal/rtmp_server.cpp RTMP::CHUNK_SIZE, RTMPMsg::FROM_SERVER, CHUNK_SIZE 272 gui/aos4/aos4_agg_glue.cpp int bufsize = static_cast<int>(width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; CHUNK_SIZE 267 gui/aos4/aos4_cairo_glue.cpp bufsize = static_cast<int>(width * height * _bpp / CHUNK_SIZE + 1) * CHUNK_SIZE; CHUNK_SIZE 68 gui/fltk/fltk_glue_agg.cpp int bufsize = (width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; CHUNK_SIZE 371 gui/haiku/haiku_agg_glue.cpp int bufsize = static_cast<int>(width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; CHUNK_SIZE 76 gui/kde/Kde4GlueAgg.cpp int bufsize = (width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; CHUNK_SIZE 82 gui/kde/kde_glue_agg.cpp int bufsize = (width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; CHUNK_SIZE 92 gui/riscos/riscos_glue_agg.cpp new_bufsize = static_cast<int>(new_bufsize / CHUNK_SIZE + 1) * CHUNK_SIZE; CHUNK_SIZE 128 gui/sdl/sdl_agg_glue.cpp int bufsize = static_cast<int>(width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; CHUNK_SIZE 48 testsuite/libbase.all/NoSeekFileTest.cpp #define CHUNK_SIZE 4 CHUNK_SIZE 66 testsuite/libbase.all/NoSeekFileTest.cpp char buf[CHUNK_SIZE]; CHUNK_SIZE 67 testsuite/libbase.all/NoSeekFileTest.cpp char buf2[CHUNK_SIZE]; CHUNK_SIZE 76 testsuite/libbase.all/NoSeekFileTest.cpp size_t sz1 = reader->read(buf, CHUNK_SIZE); CHUNK_SIZE 77 testsuite/libbase.all/NoSeekFileTest.cpp size_t sz2 = read(fd, buf2, CHUNK_SIZE);