Home | History | Annotate | Download | only in src

Lines Matching refs:cond_node_t

1539 static int copy_cond_list(cond_node_t * list, cond_node_t ** dst,
1543 cond_node_t *cur, *new_node = NULL, *tail;
1551 new_node = (cond_node_t *) malloc(sizeof(cond_node_t));
1555 memset(new_node, 0, sizeof(cond_node_t));