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);755 php_wddx_process_data(user_data, (XML_Char *) tmp_buf, strlen(tmp_buf)); in php_wddx_push_element()774 php_wddx_process_data(user_data, atts[i+1], strlen((char *)atts[i+1])); in php_wddx_push_element()1027 static void php_wddx_process_data(void *user_data, const XML_Char *s, int len) in php_wddx_process_data() function1110 XML_SetCharacterDataHandler(parser, php_wddx_process_data); in php_wddx_deserialize_ex()
Completed in 8 milliseconds