Home
last modified time | relevance | path

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

/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dsquat.c905 #define PRELOAD_BLOCK_SIZE (4096) /* 4 KBytes */ macro
911 char buf[PRELOAD_BLOCK_SIZE]; in squat_preload_data()
919 unsigned long size = (len > PRELOAD_BLOCK_SIZE) ? PRELOAD_BLOCK_SIZE : len; in squat_preload_data()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dsquat.c905 #define PRELOAD_BLOCK_SIZE (4096) /* 4 KBytes */ macro
911 char buf[PRELOAD_BLOCK_SIZE]; in squat_preload_data()
919 unsigned long size = (len > PRELOAD_BLOCK_SIZE) ? PRELOAD_BLOCK_SIZE : len; in squat_preload_data()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dsquat.c905 #define PRELOAD_BLOCK_SIZE (4096) /* 4 KBytes */ macro
911 char buf[PRELOAD_BLOCK_SIZE]; in squat_preload_data()
919 unsigned long size = (len > PRELOAD_BLOCK_SIZE) ? PRELOAD_BLOCK_SIZE : len; in squat_preload_data()