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

/external/libnetfilter_conntrack/src/conntrack/
H A Dstack.c49 int stack_push(struct stack *s, void *data) function
/external/selinux/libsepol/src/
H A Dkernel_to_common.c407 int stack_push(struct strs *stack, char *s) function
H A Dmodule_to_cil.c429 static int stack_push(struct stack *stack, void *ptr) function
1333 rc = stack_push(stack, new_val);
1869 rc = stack_push(stack, new_val);
3685 stack_push(stack, decl);
3710 stack_push(stack, decl);
3783 stack_push(stack, decl);
/external/v8/src/
H A Djson-stringifier.cc397 Result stack_push = StackPush(object); local
398 if (stack_push != SUCCESS) return stack_push;
512 Result stack_push = StackPush(object); local
513 if (stack_push != SUCCESS) return stack_push;
594 Result stack_push = StackPush(object); local
595 if (stack_push != SUCCESS) return stack_push;

Completed in 1153 milliseconds