Searched refs:clength (Results 1 – 2 of 2) sorted by relevance
154 int clength = 1; in convert_posix() local169 GETCHARLENTEST(c, posix, clength); in convert_posix()171 posix += clength; in convert_posix()172 plength -= clength; in convert_posix()217 if (p + clength > endp) return PCRE2_ERROR_NOMEMORY; in convert_posix()218 memcpy(p, posix - clength, CU2BYTES(clength)); in convert_posix()219 p += clength; in convert_posix()345 if (p + clength > endp) return PCRE2_ERROR_NOMEMORY; in convert_posix()346 memcpy(p, posix - clength, CU2BYTES(clength)); in convert_posix()347 p += clength; in convert_posix()
143 ADD_LONG(clength); in PHP_FUNCTION()
Completed in 7 milliseconds