Home
last modified time | relevance | path

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

/PHP-5.6/ext/wddx/
H A Dwddx.c201 static int wddx_stack_top(wddx_stack *stack, void **element) in wddx_stack_top() function
907 if (wddx_stack_top(stack, (void**)&recordset) == SUCCESS && in php_wddx_push_element()
952 wddx_stack_top(stack, (void**)&ent1); in php_wddx_pop_element()
996 wddx_stack_top(stack, (void**)&ent2); in php_wddx_pop_element()
1074 wddx_stack_top(stack, (void **)&ent); in php_wddx_pop_element()
1090 wddx_stack_top(stack, (void**)&ent); in php_wddx_process_data()
1196 wddx_stack_top(&stack, (void**)&ent); in php_wddx_deserialize_ex()

Completed in 9 milliseconds