Home
last modified time | relevance | path

Searched refs:MAX_URL_SIZE (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dhttp_proxy.cpp26 static const size_t MAX_URL_SIZE = 2048; member
33 if (host.size() <= MAX_URL_SIZE) { in HttpProxy()
37 if (s.size() <= MAX_URL_SIZE) { in HttpProxy()
120 if (host.size() > MAX_URL_SIZE) { in Unmarshalling()
150 if (s.size() <= MAX_URL_SIZE) { in Unmarshalling()

Completed in 1 milliseconds