Lines Matching defs:tail
3984 struct Curl_data_prio_node **tail;
4000 tail = &child->set.priority.children;
4001 while(*tail)
4002 tail = &(*tail)->next;
4004 DEBUGASSERT(!*tail);
4005 *tail = parent->set.priority.children;
4009 tail = &parent->set.priority.children;
4010 while(*tail) {
4011 (*tail)->data->set.priority.exclusive = FALSE;
4012 tail = &(*tail)->next;
4015 DEBUGASSERT(!*tail);
4016 *tail = pnode;