Lines Matching defs:node
46 struct getout *node = calloc(1, sizeof(struct getout));48 if(node) {51 /* append this new node last in the list */53 last->next = node;55 config->url_list = node; /* first node */58 config->url_last = node;60 node->flags = config->default_node_flags;61 node->num = outnum++;63 return node;