HomeSort by relevance Sort by last modified time
    Searched refs:own_rhs (Results 1 - 2 of 2) sorted by null

  /external/ltrace/
expr.h 71 int own_rhs; member in struct:expr_node::__anon6174::__anon6177
96 * OWN_LHS and OWN_RHS. */
99 struct expr_node *rhs, int own_rhs);
115 * RHS are owned if, respectively, OWN_LHS and OWN_RHS. DATA is
123 struct expr_node *rhs, int own_rhs, void *data);
expr.c 79 struct expr_node *rhs, int own_rhs)
85 node->u.node.own = own_rhs;
116 struct expr_node *rhs, int own_rhs, void *data)
122 node->u.call.own_rhs = own_rhs;
162 release_expr(node->u.call.rhs, node->u.call.own_rhs);
229 node->u.call.own_rhs) < 0)
238 && node->u.call.own_rhs) {

Completed in 99 milliseconds