Searched refs:php_xml_mem_hdlrs (Results 1 – 1 of 1) sorted by relevance
196 static XML_Memory_Handling_Suite php_xml_mem_hdlrs; variable245 php_xml_mem_hdlrs.malloc_fcn = php_xml_malloc_wrapper; in PHP_MINIT_FUNCTION()246 php_xml_mem_hdlrs.realloc_fcn = php_xml_realloc_wrapper; in PHP_MINIT_FUNCTION()247 php_xml_mem_hdlrs.free_fcn = php_xml_free_wrapper; in PHP_MINIT_FUNCTION()1048 &php_xml_mem_hdlrs, (XML_Char*)ns_param); in php_xml_parser_create_impl()
Completed in 12 milliseconds