Home
last modified time | relevance | path

Searched refs:own_rhs (Results 1 – 2 of 2) sorted by relevance

/external/ltrace/
Dexpr.c79 struct expr_node *rhs, int own_rhs) in expr_init_index() argument
85 node->u.node.own = own_rhs; in expr_init_index()
116 struct expr_node *rhs, int own_rhs, void *data) in expr_init_cb2() argument
122 node->u.call.own_rhs = own_rhs; in expr_init_cb2()
162 release_expr(node->u.call.rhs, node->u.call.own_rhs); in expr_destroy()
229 node->u.call.own_rhs) < 0) in expr_clone()
238 && node->u.call.own_rhs) { in expr_clone()
Dexpr.h71 int own_rhs; member
99 struct expr_node *rhs, int own_rhs);
123 struct expr_node *rhs, int own_rhs, void *data);