HomeSort by relevance Sort by last modified time
    Searched full:nlchars (Results 1 - 1 of 1) sorted by null

  /external/smack/src/org/jivesoftware/smack/proxy/
HTTPProxySocketFactory.java 100 int nlchars = 0; local
116 if ((nlchars == 0 || nlchars == 2) && c == '\r')
118 nlchars++;
120 else if ((nlchars == 1 || nlchars == 3) && c == '\n')
122 nlchars++;
126 nlchars = 0;
128 if (nlchars == 4)
134 if (nlchars != 4
    [all...]

Completed in 568 milliseconds