LIBXML            352 ext/libxml/libxml.c 	context = php_stream_context_from_zval(LIBXML(stream_context), 0);
LIBXML            396 ext/libxml/libxml.c 	if (LIBXML(entity_loader_disabled)) {
LIBXML            502 ext/libxml/libxml.c 		zend_llist_add_element(LIBXML(error_list), &error_copy);
LIBXML            523 ext/libxml/libxml.c 	if (LIBXML(error_list)) {
LIBXML            546 ext/libxml/libxml.c 	smart_str_appendl(&LIBXML(error_buffer), buf, len);
LIBXML            551 ext/libxml/libxml.c 		if (LIBXML(error_list)) {
LIBXML            552 ext/libxml/libxml.c 			_php_list_set_error_structure(NULL, LIBXML(error_buffer).c);
LIBXML            556 ext/libxml/libxml.c 					php_libxml_ctx_error_level(E_WARNING, ctx, LIBXML(error_buffer).c TSRMLS_CC);
LIBXML            559 ext/libxml/libxml.c 					php_libxml_ctx_error_level(E_NOTICE, ctx, LIBXML(error_buffer).c TSRMLS_CC);
LIBXML            562 ext/libxml/libxml.c 					php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", LIBXML(error_buffer).c);
LIBXML            565 ext/libxml/libxml.c 		smart_str_free(&LIBXML(error_buffer));
LIBXML            583 ext/libxml/libxml.c 	fci = &LIBXML(entity_loader).fci;
LIBXML            621 ext/libxml/libxml.c 	retval = zend_call_function(fci, &LIBXML(entity_loader).fcc TSRMLS_CC);
LIBXML            780 ext/libxml/libxml.c 	oldcontext = LIBXML(stream_context);
LIBXML            781 ext/libxml/libxml.c 	LIBXML(stream_context) = context;
LIBXML            881 ext/libxml/libxml.c 		LIBXML(entity_loader_disabled) = 0;
LIBXML            912 ext/libxml/libxml.c 	if (LIBXML(stream_context)) {
LIBXML            914 ext/libxml/libxml.c 		efree(LIBXML(stream_context));
LIBXML            915 ext/libxml/libxml.c 		LIBXML(stream_context) = NULL;
LIBXML            917 ext/libxml/libxml.c 	smart_str_free(&LIBXML(error_buffer));
LIBXML            918 ext/libxml/libxml.c 	if (LIBXML(error_list)) {
LIBXML            919 ext/libxml/libxml.c 		zend_llist_destroy(LIBXML(error_list));
LIBXML            920 ext/libxml/libxml.c 		efree(LIBXML(error_list));
LIBXML            921 ext/libxml/libxml.c 		LIBXML(error_list) = NULL;
LIBXML            925 ext/libxml/libxml.c 	_php_libxml_destroy_fci(&LIBXML(entity_loader).fci);
LIBXML            951 ext/libxml/libxml.c 	if (LIBXML(stream_context)) {
LIBXML            952 ext/libxml/libxml.c 		zval_ptr_dtor(&LIBXML(stream_context));
LIBXML            953 ext/libxml/libxml.c 		LIBXML(stream_context) = NULL;
LIBXML            956 ext/libxml/libxml.c 	LIBXML(stream_context) = arg;
LIBXML            984 ext/libxml/libxml.c 		if (LIBXML(error_list)) {
LIBXML            985 ext/libxml/libxml.c 			zend_llist_destroy(LIBXML(error_list));
LIBXML            986 ext/libxml/libxml.c 			efree(LIBXML(error_list));
LIBXML            987 ext/libxml/libxml.c 			LIBXML(error_list) = NULL;
LIBXML            991 ext/libxml/libxml.c 		if (LIBXML(error_list) == NULL) {
LIBXML            992 ext/libxml/libxml.c 			LIBXML(error_list) = (zend_llist *) emalloc(sizeof(zend_llist));
LIBXML            993 ext/libxml/libxml.c 			zend_llist_init(LIBXML(error_list), sizeof(xmlError), (llist_dtor_func_t) _php_libxml_free_error, 0);
LIBXML           1041 ext/libxml/libxml.c 	if (LIBXML(error_list)) {
LIBXML           1043 ext/libxml/libxml.c 		error = zend_llist_get_first(LIBXML(error_list));
LIBXML           1066 ext/libxml/libxml.c 			error = zend_llist_get_next(LIBXML(error_list));
LIBXML           1077 ext/libxml/libxml.c 	if (LIBXML(error_list)) {
LIBXML           1078 ext/libxml/libxml.c 		zend_llist_clean(LIBXML(error_list));
LIBXML           1085 ext/libxml/libxml.c 	zend_bool old = LIBXML(entity_loader_disabled);
LIBXML           1087 ext/libxml/libxml.c 	LIBXML(entity_loader_disabled) = disable;
LIBXML           1116 ext/libxml/libxml.c 	_php_libxml_destroy_fci(&LIBXML(entity_loader).fci);
LIBXML           1119 ext/libxml/libxml.c 		LIBXML(entity_loader).fci = fci;
LIBXML           1124 ext/libxml/libxml.c 		LIBXML(entity_loader).fcc = fcc;