Lines Matching refs:xmlChar
138 doc->oldNs->prefix = xmlStrdup((const xmlChar *)"xml"); in php_libxml_set_old_ns_list()
152 static void php_libxml_unlink_entity(void *data, void *table, const xmlChar *name) in php_libxml_unlink_entity()
154 static void php_libxml_unlink_entity(void *data, void *table, xmlChar *name) in php_libxml_unlink_entity()
219 xmlFree((xmlChar *) entity->name); in php_libxml_node_free()
222 xmlFree((xmlChar *) entity->ExternalID); in php_libxml_node_free()
225 xmlFree((xmlChar *) entity->SystemID); in php_libxml_node_free()
228 xmlFree((xmlChar *) entity->URI); in php_libxml_node_free()
436 xmlChar *tmp = xmlStrdup(resolved_path + pre_len); in php_libxml_streams_IO_open_wrapper()
629 error_copy.message = (char*)xmlStrdup((const xmlChar*)msg); in php_list_set_error_structure()
1464 PHP_LIBXML_API xmlChar *php_libxml_attr_value(const xmlAttr *attr, bool *free) in php_libxml_attr_value()
1485 xmlChar *value = xmlNodeGetContent((const xmlNode *) attr); in php_libxml_attr_value()