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

/PHP_TRUNK/ext/wddx/
H A Dwddx.c100 } wddx_stack; typedef in typeref:struct:__anon3
175 static int wddx_stack_init(wddx_stack *stack)
189 static int wddx_stack_push(wddx_stack *stack, void *element, int size)
203 static int wddx_stack_top(wddx_stack *stack, void **element)
217 static int wddx_stack_is_empty(wddx_stack *stack)
229 static int wddx_stack_destroy(wddx_stack *stack)
739 wddx_stack *stack = (wddx_stack *)user_data;
758 wddx_stack_push((wddx_stack *)stack, &ent, sizeof(st_entry));
768 wddx_stack_push((wddx_stack *)stac
[all...]

Completed in 4 milliseconds