Home
last modified time | relevance | path

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

/PHP-7.4/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.4/Zend/
H A Dzend_strtod.c4536 Bigint **listp = &freelist[i]; in destroy_freelist() local
4537 while ((tmp = *listp) != NULL) { in destroy_freelist()
4538 *listp = tmp->next; in destroy_freelist()
4548 Bigint **listp, *tmp; in free_p5s() local
4551 listp = &p5s; in free_p5s()
4552 while ((tmp = *listp) != NULL) { in free_p5s()
4553 *listp = tmp->next; in free_p5s()

Completed in 17 milliseconds