Searched refs:next (Results 1 – 8 of 8) sorted by relevance
149 new_row->next = freelist; in get_elem()172 runp = runp->next; in __gai_find_request()192 runp = runp->next; in __gai_remove_request()204 requests = runp->next; in __gai_remove_request()206 lastp->next = runp->next; in __gai_remove_request()240 newp->next = NULL; in __gai_enqueue_request()274 lastp->next = NULL; in __gai_enqueue_request()353 lastp->next = runp->next; in handle_requests()356 runp->next = freelist; in handle_requests()362 runp = runp->next; in handle_requests()[all …]
63 goto next; in dn_find()67 goto next; in dn_find()73 goto next; in dn_find()83 next: ; in dn_find()
112 struct waitlist *next = waitlist->next; in __gai_notify() local136 waitlist = next; in __gai_notify()
28 struct waitlist *next; member47 struct requestlist *next; member
55 waitlist[cnt].next = requestlist[cnt]->waiting; in ___gai_suspend_time64()116 listp = &(*listp)->next; in ___gai_suspend_time64()119 *listp = (*listp)->next; in ___gai_suspend_time64()
110 waitlist[cnt].next = requests[cnt]->waiting; in __getaddrinfo_a()164 waitlist->list[cnt].next = requests[cnt]->waiting; in __getaddrinfo_a()
248 struct resolv_context *next = ctx->__next; in libc_hidden_def() local250 ctx = next; in libc_hidden_def()
1208 (*pat)->next = NULL; in gaih_getanswer_slice()1228 pat = &((*pat)->next); in gaih_getanswer_slice()
Completed in 16 milliseconds