Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/websocket/
DFragmentExtension.java26 private int _maxLength=-1; field in FragmentExtension
39 _maxLength=getInitParameter("maxLength",_maxLength); in init()
57 while (_maxLength>0 && length>_maxLength) in addFrame()
60 … super.addFrame((byte)(flags&~getConnection().finMask()),opcode,content,offset,_maxLength); in addFrame() local
61 length-=_maxLength; in addFrame()
62 offset+=_maxLength; in addFrame()
/external/parameter-framework/upstream/parameter/
DStringParameterType.cpp55 strResult += std::to_string(_maxLength); in showProperties()
64 xmlElement.getAttribute("MaxLength", _maxLength); in fromXml()
78 return _maxLength; in getMaxLength()
86 xmlElement.setAttribute("MaxLength", _maxLength); in toXml()
DStringParameterType.h63 size_t _maxLength{0};
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc87 _maxLength(maxLength), in MediaBufferImpl()
112 *pcbMaxLength = _maxLength; in STDMETHOD()
118 if (cbLength > _maxLength) in STDMETHOD()
168 const DWORD _maxLength; member in webrtc::__anonf48e14bc0111::MediaBufferImpl