Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substring.c380 PCRE2_SIZE *lensp; in pcre2_substring_list_get() local
404 lensp = (PCRE2_SIZE *)((char *)listp + sizeof(PCRE2_UCHAR *) * (count + 1)); in pcre2_substring_list_get()
408 sp = (PCRE2_UCHAR *)lensp; in pcre2_substring_list_get()
409 lensp = NULL; in pcre2_substring_list_get()
413 *lengthsptr = lensp; in pcre2_substring_list_get()
414 sp = (PCRE2_UCHAR *)((char *)lensp + sizeof(PCRE2_SIZE) * count); in pcre2_substring_list_get()
427 if (lensp != NULL) *lensp++ = size; in pcre2_substring_list_get()

Completed in 8 milliseconds