Home
last modified time | relevance | path

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

/haiku/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.cpp312 const int maxBufSize = 1024; in getContent() local
317 int bufsize = min(size, maxBufSize); in getContent()
318 char buf[maxBufSize]; in getContent()