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

  /external/libvncserver/libvncserver/
websockets.c 639 int flength, fhlen; local
681 flength = header->b1 & 0x7f;
695 if (flength < 126) {
698 } else if (flength == 126 && 4 <= ret) {
699 flength = WS_NTOH16(header->u.s16.l16);
702 } else if (flength == 127 && 10 <= ret) {
703 flength = WS_NTOH64(header->u.s64.l64);
714 total = fhlen + flength + 4;
731 for (i = 0; i < flength / 4; i++) {
735 for (i*=4; i < flength; i++)
    [all...]
  /external/libxml2/
xmlschemas.c 17265 flength = NULL, ftotdig = NULL, ffracdig = NULL, local
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 

Completed in 76 milliseconds