HomeSort by relevance Sort by last modified time
    Searched refs:m_maxBuf (Results 1 - 2 of 2) sorted by null

  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestChallenge.java 44 private int m_maxBuf;
57 m_maxBuf = -1;
111 if (-1 == m_maxBuf)
112 m_maxBuf = 65536;
205 if (-1 != m_maxBuf) /*it's initialized to -1 */
208 m_maxBuf = Integer.parseInt(pd.getValue());
210 if (0 == m_maxBuf)
366 return m_maxBuf;
  /external/smack/src/com/novell/sasl/client/
DigestChallenge.java 44 private int m_maxBuf;
57 m_maxBuf = -1;
111 if (-1 == m_maxBuf)
112 m_maxBuf = 65536;
205 if (-1 != m_maxBuf) /*it's initialized to -1 */
208 m_maxBuf = Integer.parseInt(pd.getValue());
210 if (0 == m_maxBuf)
366 return m_maxBuf;

Completed in 516 milliseconds