Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_substring.c379 PCRE2_UCHAR **listp; in pcre2_substring_list_get() local
400 *listptr = listp = (PCRE2_UCHAR **)((char *)memp + sizeof(pcre2_memctl)); in pcre2_substring_list_get()
401 lensp = (PCRE2_SIZE *)((char *)listp + sizeof(PCRE2_UCHAR *) * (count + 1)); in pcre2_substring_list_get()
423 *listp++ = sp; in pcre2_substring_list_get()
429 *listp = NULL; in pcre2_substring_list_get()
/PHP-7.3/Zend/
H A Dzend_strtod.c4533 Bigint **listp = &freelist[i]; in destroy_freelist() local
4534 while ((tmp = *listp) != NULL) { in destroy_freelist()
4535 *listp = tmp->next; in destroy_freelist()

Completed in 14 milliseconds