Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_convert.c155 int clength = 1; in convert_posix() local
170 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()
/PHP-7.4/sapi/apache2handler/
H A Dphp_functions.c139 ADD_LONG(clength); in PHP_FUNCTION()

Completed in 9 milliseconds