Home
last modified time | relevance | path

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

/PHP-7.3/ext/wddx/
H A Dwddx.c199 static int wddx_stack_top(wddx_stack *stack, void **element) in wddx_stack_top() function
852 if (wddx_stack_top(stack, (void**)&recordset) == SUCCESS && in php_wddx_push_element()
893 wddx_stack_top(stack, (void**)&ent1); in php_wddx_pop_element()
935 wddx_stack_top(stack, (void**)&ent2); in php_wddx_pop_element()
1010 wddx_stack_top(stack, (void **)&ent); in php_wddx_pop_element()
1025 wddx_stack_top(stack, (void**)&ent); in php_wddx_process_data()
1110 wddx_stack_top(&stack, (void**)&ent); in php_wddx_deserialize_ex()

Completed in 6 milliseconds