LIBXML 351 ext/libxml/libxml.c context = php_stream_context_from_zval(LIBXML(stream_context), 0);
LIBXML 395 ext/libxml/libxml.c if (LIBXML(entity_loader_disabled)) {
LIBXML 501 ext/libxml/libxml.c zend_llist_add_element(LIBXML(error_list), &error_copy);
LIBXML 522 ext/libxml/libxml.c if (LIBXML(error_list)) {
LIBXML 545 ext/libxml/libxml.c smart_str_appendl(&LIBXML(error_buffer), buf, len);
LIBXML 550 ext/libxml/libxml.c if (LIBXML(error_list)) {
LIBXML 551 ext/libxml/libxml.c _php_list_set_error_structure(NULL, LIBXML(error_buffer).c);
LIBXML 555 ext/libxml/libxml.c php_libxml_ctx_error_level(E_WARNING, ctx, LIBXML(error_buffer).c TSRMLS_CC);
LIBXML 558 ext/libxml/libxml.c php_libxml_ctx_error_level(E_NOTICE, ctx, LIBXML(error_buffer).c TSRMLS_CC);
LIBXML 561 ext/libxml/libxml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", LIBXML(error_buffer).c);
LIBXML 564 ext/libxml/libxml.c smart_str_free(&LIBXML(error_buffer));
LIBXML 582 ext/libxml/libxml.c fci = &LIBXML(entity_loader).fci;
LIBXML 620 ext/libxml/libxml.c retval = zend_call_function(fci, &LIBXML(entity_loader).fcc TSRMLS_CC);
LIBXML 779 ext/libxml/libxml.c oldcontext = LIBXML(stream_context);
LIBXML 780 ext/libxml/libxml.c LIBXML(stream_context) = context;
LIBXML 880 ext/libxml/libxml.c LIBXML(entity_loader_disabled) = 0;
LIBXML 911 ext/libxml/libxml.c if (LIBXML(stream_context)) {
LIBXML 913 ext/libxml/libxml.c efree(LIBXML(stream_context));
LIBXML 914 ext/libxml/libxml.c LIBXML(stream_context) = NULL;
LIBXML 916 ext/libxml/libxml.c smart_str_free(&LIBXML(error_buffer));
LIBXML 917 ext/libxml/libxml.c if (LIBXML(error_list)) {
LIBXML 918 ext/libxml/libxml.c zend_llist_destroy(LIBXML(error_list));
LIBXML 919 ext/libxml/libxml.c efree(LIBXML(error_list));
LIBXML 920 ext/libxml/libxml.c LIBXML(error_list) = NULL;
LIBXML 924 ext/libxml/libxml.c _php_libxml_destroy_fci(&LIBXML(entity_loader).fci);
LIBXML 950 ext/libxml/libxml.c if (LIBXML(stream_context)) {
LIBXML 951 ext/libxml/libxml.c zval_ptr_dtor(&LIBXML(stream_context));
LIBXML 952 ext/libxml/libxml.c LIBXML(stream_context) = NULL;
LIBXML 955 ext/libxml/libxml.c LIBXML(stream_context) = arg;
LIBXML 983 ext/libxml/libxml.c if (LIBXML(error_list)) {
LIBXML 984 ext/libxml/libxml.c zend_llist_destroy(LIBXML(error_list));
LIBXML 985 ext/libxml/libxml.c efree(LIBXML(error_list));
LIBXML 986 ext/libxml/libxml.c LIBXML(error_list) = NULL;
LIBXML 990 ext/libxml/libxml.c if (LIBXML(error_list) == NULL) {
LIBXML 991 ext/libxml/libxml.c LIBXML(error_list) = (zend_llist *) emalloc(sizeof(zend_llist));
LIBXML 992 ext/libxml/libxml.c zend_llist_init(LIBXML(error_list), sizeof(xmlError), (llist_dtor_func_t) _php_libxml_free_error, 0);
LIBXML 1040 ext/libxml/libxml.c if (LIBXML(error_list)) {
LIBXML 1042 ext/libxml/libxml.c error = zend_llist_get_first(LIBXML(error_list));
LIBXML 1065 ext/libxml/libxml.c error = zend_llist_get_next(LIBXML(error_list));
LIBXML 1076 ext/libxml/libxml.c if (LIBXML(error_list)) {
LIBXML 1077 ext/libxml/libxml.c zend_llist_clean(LIBXML(error_list));
LIBXML 1084 ext/libxml/libxml.c zend_bool old = LIBXML(entity_loader_disabled);
LIBXML 1086 ext/libxml/libxml.c LIBXML(entity_loader_disabled) = disable;
LIBXML 1115 ext/libxml/libxml.c _php_libxml_destroy_fci(&LIBXML(entity_loader).fci);
LIBXML 1118 ext/libxml/libxml.c LIBXML(entity_loader).fci = fci;
LIBXML 1123 ext/libxml/libxml.c LIBXML(entity_loader).fcc = fcc;