Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork_writev.c157 #define KByte * 1024 in network_write_chunkqueue_writev() macro
158 #define MByte * 1024 KByte in network_write_chunkqueue_writev()
160 const off_t we_want_to_mmap = 512 KByte; in network_write_chunkqueue_writev()
258 if (c->file.mmap.length > (64 KByte)) { in network_write_chunkqueue_writev()
H A Dnetwork_mtcp_writev.c157 #define KByte * 1024
158 #define MByte * 1024 KByte
160 const off_t we_want_to_mmap = 512 KByte;
258 if (c->file.mmap.length > (64 KByte)) {