LIBXML            334 libxml/libxml.c 	context = php_stream_context_from_zval(LIBXML(stream_context), 0);
LIBXML            485 libxml/libxml.c 		zend_llist_add_element(LIBXML(error_list), &error_copy);
LIBXML            506 libxml/libxml.c 	if (LIBXML(error_list)) {
LIBXML            529 libxml/libxml.c 	smart_str_appendl(&LIBXML(error_buffer), buf, len);
LIBXML            534 libxml/libxml.c 		if (LIBXML(error_list)) {
LIBXML            535 libxml/libxml.c 			_php_list_set_error_structure(NULL, LIBXML(error_buffer).c);
LIBXML            539 libxml/libxml.c 					php_libxml_ctx_error_level(E_WARNING, ctx, LIBXML(error_buffer).c TSRMLS_CC);
LIBXML            542 libxml/libxml.c 					php_libxml_ctx_error_level(E_NOTICE, ctx, LIBXML(error_buffer).c TSRMLS_CC);
LIBXML            545 libxml/libxml.c 					php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", LIBXML(error_buffer).c);
LIBXML            548 libxml/libxml.c 		smart_str_free(&LIBXML(error_buffer));
LIBXML            566 libxml/libxml.c 	fci = &LIBXML(entity_loader).fci;
LIBXML            604 libxml/libxml.c 	retval = zend_call_function(fci, &LIBXML(entity_loader).fcc TSRMLS_CC);
LIBXML            763 libxml/libxml.c 	oldcontext = LIBXML(stream_context);
LIBXML            764 libxml/libxml.c 	LIBXML(stream_context) = context;
LIBXML            884 libxml/libxml.c 	if (LIBXML(stream_context)) {
LIBXML            886 libxml/libxml.c 		efree(LIBXML(stream_context));
LIBXML            887 libxml/libxml.c 		LIBXML(stream_context) = NULL;
LIBXML            889 libxml/libxml.c 	smart_str_free(&LIBXML(error_buffer));
LIBXML            890 libxml/libxml.c 	if (LIBXML(error_list)) {
LIBXML            891 libxml/libxml.c 		zend_llist_destroy(LIBXML(error_list));
LIBXML            892 libxml/libxml.c 		efree(LIBXML(error_list));
LIBXML            893 libxml/libxml.c 		LIBXML(error_list) = NULL;
LIBXML            897 libxml/libxml.c 	_php_libxml_destroy_fci(&LIBXML(entity_loader).fci);
LIBXML            923 libxml/libxml.c 	if (LIBXML(stream_context)) {
LIBXML            924 libxml/libxml.c 		zval_ptr_dtor(&LIBXML(stream_context));
LIBXML            925 libxml/libxml.c 		LIBXML(stream_context) = NULL;
LIBXML            928 libxml/libxml.c 	LIBXML(stream_context) = arg;
LIBXML            956 libxml/libxml.c 		if (LIBXML(error_list)) {
LIBXML            957 libxml/libxml.c 			zend_llist_destroy(LIBXML(error_list));
LIBXML            958 libxml/libxml.c 			efree(LIBXML(error_list));
LIBXML            959 libxml/libxml.c 			LIBXML(error_list) = NULL;
LIBXML            963 libxml/libxml.c 		if (LIBXML(error_list) == NULL) {
LIBXML            964 libxml/libxml.c 			LIBXML(error_list) = (zend_llist *) emalloc(sizeof(zend_llist));
LIBXML            965 libxml/libxml.c 			zend_llist_init(LIBXML(error_list), sizeof(xmlError), (llist_dtor_func_t) _php_libxml_free_error, 0);
LIBXML           1013 libxml/libxml.c 	if (LIBXML(error_list)) {
LIBXML           1015 libxml/libxml.c 		error = zend_llist_get_first(LIBXML(error_list));
LIBXML           1038 libxml/libxml.c 			error = zend_llist_get_next(LIBXML(error_list));
LIBXML           1049 libxml/libxml.c 	if (LIBXML(error_list)) {
LIBXML           1050 libxml/libxml.c 		zend_llist_clean(LIBXML(error_list));
LIBXML           1091 libxml/libxml.c 	_php_libxml_destroy_fci(&LIBXML(entity_loader).fci);
LIBXML           1094 libxml/libxml.c 		LIBXML(entity_loader).fci = fci;
LIBXML           1099 libxml/libxml.c 		LIBXML(entity_loader).fcc = fcc;