Home | History | Annotate | Download | only in src

Lines Matching refs:constraint_node_t

359 static int constraint_node_clone(constraint_node_t ** dst,
360 constraint_node_t * src,
363 constraint_node_t *new_con = NULL, *last_new_con = NULL;
369 (constraint_node_t *) malloc(sizeof(constraint_node_t));
373 memset(new_con, 0, sizeof(constraint_node_t));