Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substring.c382 PCRE2_UCHAR **listp; in pcre2_substring_list_get() local
403 *listptr = listp = (PCRE2_UCHAR **)((char *)memp + sizeof(pcre2_memctl)); in pcre2_substring_list_get()
404 lensp = (PCRE2_SIZE *)((char *)listp + sizeof(PCRE2_UCHAR *) * (count + 1)); in pcre2_substring_list_get()
426 *listp++ = sp; in pcre2_substring_list_get()
432 *listp = NULL; in pcre2_substring_list_get()
/php-src/Zend/
H A Dzend_strtod.c4612 Bigint **listp = &freelist[i]; in destroy_freelist() local
4613 while ((tmp = *listp) != NULL) { in destroy_freelist()
4614 *listp = tmp->next; in destroy_freelist()
4624 Bigint **listp, *tmp; in free_p5s() local
4627 listp = &p5s; in free_p5s()
4628 while ((tmp = *listp) != NULL) { in free_p5s()
4629 *listp = tmp->next; in free_p5s()

Completed in 31 milliseconds