Searched refs:MAX_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance
541 public static final int MAX_HEADER_SIZE = 1024; field in NanoHTTPD.HTTPSession651 byte[] part_header_buff = new byte[MAX_HEADER_SIZE]; in decodeMultipartFormData()654 … int len = (fbuf.remaining() < MAX_HEADER_SIZE) ? fbuf.remaining() : MAX_HEADER_SIZE; in decodeMultipartFormData()
443 #define MAX_HEADER_SIZE 20 in allocate_array_info_cache() macro446 required_size + MAX_HEADER_SIZE); in allocate_array_info_cache()453 arrays->array_info_cache = temp + MAX_HEADER_SIZE; in allocate_array_info_cache()