Home | History | Annotate | Download | only in android

Lines Matching refs:list_tail

413                             AsyncSocketIO** list_tail)
420 *list_tail = NULL;
459 * list_head, list_tail - Pointers to the list head and tail.
467 AsyncSocketIO** list_tail,
486 if (*list_tail == io) {
487 *list_tail = prev;
499 * list_head, list_tail - Pointers to the list head and tail.
504 AsyncSocketIO** list_tail)
512 *list_tail = NULL;