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);786 php_wddx_process_data(user_data, tmp_buf, strlen(tmp_buf)); in php_wddx_push_element()810 php_wddx_process_data(user_data, atts[i+1], strlen(atts[i+1])); in php_wddx_push_element()1083 static void php_wddx_process_data(void *user_data, const XML_Char *s, int len) in php_wddx_process_data() function1189 XML_SetCharacterDataHandler(parser, php_wddx_process_data); in php_wddx_deserialize_ex()
Completed in 9 milliseconds