Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds