Searched defs:stack_push (Results 1 - 3 of 3) sorted by relevance

/external/libnetfilter_conntrack/src/conntrack/
H A Dstack.c49 int stack_push(struct stack *s, void *data) function
/external/v8/src/
H A Djson-stringifier.cc398 Result stack_push = StackPush(object); local
399 if (stack_push != SUCCESS) return stack_push;
513 Result stack_push = StackPush(object); local
514 if (stack_push != SUCCESS) return stack_push;
594 Result stack_push = StackPush(object); local
595 if (stack_push != SUCCESS) return stack_push;
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c434 static int stack_push(struct stack *stack, void *ptr) function
1338 rc = stack_push(stack, new_val);
1872 rc = stack_push(stack, new_val);
3676 stack_push(stack, decl);
3701 stack_push(stack, decl);
3774 stack_push(stack, decl);

Completed in 266 milliseconds