Searched refs:maxBufSize (Results 1 – 1 of 1) sorted by relevance
312 const int maxBufSize = 1024; in getContent() local317 int bufsize = min(size, maxBufSize); in getContent()318 char buf[maxBufSize]; in getContent()