Searched refs:clength (Results 1 – 6 of 6) sorted by relevance
155 int clength = 1; in convert_posix() local170 GETCHARLENTEST(c, posix, clength); in convert_posix()172 posix += clength; in convert_posix()173 plength -= clength; in convert_posix()218 if (p + clength > endp) return PCRE2_ERROR_NOMEMORY; in convert_posix()219 memcpy(p, posix - clength, CU2BYTES(clength)); in convert_posix()220 p += clength; in convert_posix()346 if (p + clength > endp) return PCRE2_ERROR_NOMEMORY; in convert_posix()347 memcpy(p, posix - clength, CU2BYTES(clength)); in convert_posix()348 p += clength; in convert_posix()
534 int32_t clength = ceList2->size(); in minLengthInChars() local536 int32_t roffset = offset + clength; in minLengthInChars()638 int32_t clength = ceList->size(); in minLengthInChars() local639 int32_t *history = NEW_ARRAY(int32_t, clength); in minLengthInChars()641 for (int32_t i = 0; i < clength; i += 1) { in minLengthInChars()
153 clength = int(environ['CONTENT_LENGTH'])154 if maxlen and clength > maxlen:156 qs = fp.read(clength)236 clength = headers.getheader('content-length')237 if clength:239 bytes = int(clength)
409 int clength = badReq.length(); in createBadReqRes() local411 clength + buf.length() + ContentTypeHeader.NAME.length() in createBadReqRes()420 ContentLength clengthHeader = new ContentLength(clength); in createBadReqRes()
159 clength = int(environ['CONTENT_LENGTH'])160 if maxlen and clength > maxlen:162 qs = fp.read(clength).decode(encoding)
182 unsigned clength = lodepng_chunk_length(chunk); in getFilterTypesInterlaced() local184 for(unsigned i = 0; i < clength; i++) in getFilterTypesInterlaced()