Home | History | Annotate | Download | only in android

Lines Matching full:list_tail

411                             AsyncSocketIO** list_tail)
418 *list_tail = NULL;
457 * list_head, list_tail - Pointers to the list head and tail.
465 AsyncSocketIO** list_tail,
484 if (*list_tail == io) {
485 *list_tail = prev;
497 * list_head, list_tail - Pointers to the list head and tail.
502 AsyncSocketIO** list_tail)
510 *list_tail = NULL;