Searched refs:php_wddx_process_data (Results 1 – 1 of 1) sorted by relevance
103 static void php_wddx_process_data(void *user_data, const XML_Char *s, int len);777 php_wddx_process_data(user_data, tmp_buf, strlen(tmp_buf)); in php_wddx_push_element()802 php_wddx_process_data(user_data, atts[i], strlen(atts[i])); in php_wddx_push_element()1042 static void php_wddx_process_data(void *user_data, const XML_Char *s, int len) in php_wddx_process_data() function1136 XML_SetCharacterDataHandler(parser, php_wddx_process_data); in php_wddx_deserialize_ex()
Completed in 7 milliseconds