Home
last modified time | relevance | path

Searched refs:flength (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/libvncserver/
Dwebsockets.c639 int flength, fhlen; in webSocketsDecodeHybi() local
681 flength = header->b1 & 0x7f; in webSocketsDecodeHybi()
695 if (flength < 126) { in webSocketsDecodeHybi()
698 } else if (flength == 126 && 4 <= ret) { in webSocketsDecodeHybi()
699 flength = WS_NTOH16(header->u.s16.l16); in webSocketsDecodeHybi()
702 } else if (flength == 127 && 10 <= ret) { in webSocketsDecodeHybi()
703 flength = WS_NTOH64(header->u.s64.l64); in webSocketsDecodeHybi()
714 total = fhlen + flength + 4; in webSocketsDecodeHybi()
731 for (i = 0; i < flength / 4; i++) { in webSocketsDecodeHybi()
735 for (i*=4; i < flength; i++) { in webSocketsDecodeHybi()
[all …]
/external/libxml2/
Dxmlschemas.c17265 flength = NULL, ftotdig = NULL, ffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local
17311 flength = facet; break; in xmlSchemaDeriveAndValidateFacets()
17360 if (flength && (fminlen || fmaxlen)) { in xmlSchemaDeriveAndValidateFacets()
17361 FACET_RESTR_ERR(flength, "It is an error for both 'length' and " in xmlSchemaDeriveAndValidateFacets()
17381 if (flength && bflength) { in xmlSchemaDeriveAndValidateFacets()
17386 res = xmlSchemaCompareValues(flength->val, bflength->val); in xmlSchemaDeriveAndValidateFacets()
17390 xmlSchemaDeriveFacetErr(pctxt, flength, bflength, 0, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17392 FACET_RESTR_FIXED_ERR(flength) in xmlSchemaDeriveAndValidateFacets()
17427 if (! flength) in xmlSchemaDeriveAndValidateFacets()
17428 flength = bflength; in xmlSchemaDeriveAndValidateFacets()
[all …]