Searched refs:PR_StackPush (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dpratom.h55 #define PR_StackPush VBoxNsprPR_StackPush macro
132 ** FUNCTION: PR_StackPush
141 NSPR_API(void) PR_StackPush(PRStack *stack, PRStackElem *stack_elem);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_SunOS_32.s39 ! usage : PR_StackPush(listp, elementp);
51 .global PR_StackPush
53 PR_StackPush: label
68 .size PR_StackPush,(.-PR_StackPush)
H A Dos_Irix.s38 * usage : PR_StackPush(listp, elementp);
48 LEAF(PR_StackPush)
97 END(PR_StackPush)
H A Dos_SunOS_x86.s158 / PR_StackPush(listp, elementp)
166 .globl PR_StackPush
172 PR_StackPush: label
H A Dopenvms.c116 PR_StackPush(PRStack *stack, PRStackElem *stack_elem) function
H A Daix.c289 PR_StackPush(PRStack *stack, PRStackElem *stack_elem) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dstack.c271 PR_StackPush(list1, &Items[index].link);
288 PR_StackPush(list1, node);
302 PR_StackPush(list2, node);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprfdcach.c165 PR_StackPush(_pr_fd_cache.stack, (PRStackElem*)(&fd->higher));
224 PR_StackPush(_pr_fd_cache.stack, (PRStackElem*)(&fd->higher));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpratom.c386 PR_StackPush(PRStack *stack, PRStackElem *stack_elem) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntmisc.c834 PR_StackPush(PRStack *stack, PRStackElem *stack_elem) function

Completed in 89 milliseconds