Home
last modified time | relevance | path

Searched refs:wddx_stack_top (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/wddx/
H A Dwddx.c203 static int wddx_stack_top(wddx_stack *stack, void **element) in wddx_stack_top() function
892 if (wddx_stack_top(stack, (void**)&recordset) == SUCCESS && in php_wddx_push_element()
937 wddx_stack_top(stack, (void**)&ent1); in php_wddx_pop_element()
977 wddx_stack_top(stack, (void**)&ent2); in php_wddx_pop_element()
1048 wddx_stack_top(stack, (void **)&ent); in php_wddx_pop_element()
1064 wddx_stack_top(stack, (void**)&ent); in php_wddx_process_data()
1162 wddx_stack_top(&stack, (void**)&ent); in php_wddx_deserialize_ex()

Completed in 9 milliseconds