Searched refs:listp (Results 1 – 2 of 2) sorted by relevance
379 PCRE2_UCHAR **listp; in pcre2_substring_list_get() local400 *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()
4616 Bigint **listp = &freelist[i]; in destroy_freelist() local4617 while ((tmp = *listp) != NULL) { in destroy_freelist()4618 *listp = tmp->next; in destroy_freelist()4628 Bigint **listp, *tmp; in free_p5s() local4631 listp = &p5s; in free_p5s()4632 while ((tmp = *listp) != NULL) { in free_p5s()4633 *listp = tmp->next; in free_p5s()
Completed in 22 milliseconds