Lines Matching refs:tail
3895 struct Curl_data_prio_node **tail; local
3911 tail = &child->set.priority.children;
3912 while(*tail)
3913 tail = &(*tail)->next;
3915 DEBUGASSERT(!*tail);
3916 *tail = parent->set.priority.children;
3920 tail = &parent->set.priority.children;
3921 while(*tail) {
3922 (*tail)->data->set.priority.exclusive = FALSE;
3923 tail = &(*tail)->next;
3926 DEBUGASSERT(!*tail);
3927 *tail = pnode;