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()
4536 Bigint **listp = &freelist[i]; in destroy_freelist() local4537 while ((tmp = *listp) != NULL) { in destroy_freelist()4538 *listp = tmp->next; in destroy_freelist()4548 Bigint **listp, *tmp; in free_p5s() local4551 listp = &p5s; in free_p5s()4552 while ((tmp = *listp) != NULL) { in free_p5s()4553 *listp = tmp->next; in free_p5s()
Completed in 15 milliseconds