LIBXML 336 ext/libxml/libxml.c context = php_stream_context_from_zval(LIBXML(stream_context), 0);
LIBXML 380 ext/libxml/libxml.c if (LIBXML(entity_loader_disabled)) {
LIBXML 486 ext/libxml/libxml.c zend_llist_add_element(LIBXML(error_list), &error_copy);
LIBXML 507 ext/libxml/libxml.c if (LIBXML(error_list)) {
LIBXML 530 ext/libxml/libxml.c smart_str_appendl(&LIBXML(error_buffer), buf, len);
LIBXML 535 ext/libxml/libxml.c if (LIBXML(error_list)) {
LIBXML 536 ext/libxml/libxml.c _php_list_set_error_structure(NULL, LIBXML(error_buffer).c);
LIBXML 540 ext/libxml/libxml.c php_libxml_ctx_error_level(E_WARNING, ctx, LIBXML(error_buffer).c TSRMLS_CC);
LIBXML 543 ext/libxml/libxml.c php_libxml_ctx_error_level(E_NOTICE, ctx, LIBXML(error_buffer).c TSRMLS_CC);
LIBXML 546 ext/libxml/libxml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", LIBXML(error_buffer).c);
LIBXML 549 ext/libxml/libxml.c smart_str_free(&LIBXML(error_buffer));
LIBXML 567 ext/libxml/libxml.c fci = &LIBXML(entity_loader).fci;
LIBXML 605 ext/libxml/libxml.c retval = zend_call_function(fci, &LIBXML(entity_loader).fcc TSRMLS_CC);
LIBXML 764 ext/libxml/libxml.c oldcontext = LIBXML(stream_context);
LIBXML 765 ext/libxml/libxml.c LIBXML(stream_context) = context;
LIBXML 890 ext/libxml/libxml.c if (LIBXML(stream_context)) {
LIBXML 892 ext/libxml/libxml.c efree(LIBXML(stream_context));
LIBXML 893 ext/libxml/libxml.c LIBXML(stream_context) = NULL;
LIBXML 895 ext/libxml/libxml.c smart_str_free(&LIBXML(error_buffer));
LIBXML 896 ext/libxml/libxml.c if (LIBXML(error_list)) {
LIBXML 897 ext/libxml/libxml.c zend_llist_destroy(LIBXML(error_list));
LIBXML 898 ext/libxml/libxml.c efree(LIBXML(error_list));
LIBXML 899 ext/libxml/libxml.c LIBXML(error_list) = NULL;
LIBXML 903 ext/libxml/libxml.c _php_libxml_destroy_fci(&LIBXML(entity_loader).fci);
LIBXML 929 ext/libxml/libxml.c if (LIBXML(stream_context)) {
LIBXML 930 ext/libxml/libxml.c zval_ptr_dtor(&LIBXML(stream_context));
LIBXML 931 ext/libxml/libxml.c LIBXML(stream_context) = NULL;
LIBXML 934 ext/libxml/libxml.c LIBXML(stream_context) = arg;
LIBXML 962 ext/libxml/libxml.c if (LIBXML(error_list)) {
LIBXML 963 ext/libxml/libxml.c zend_llist_destroy(LIBXML(error_list));
LIBXML 964 ext/libxml/libxml.c efree(LIBXML(error_list));
LIBXML 965 ext/libxml/libxml.c LIBXML(error_list) = NULL;
LIBXML 969 ext/libxml/libxml.c if (LIBXML(error_list) == NULL) {
LIBXML 970 ext/libxml/libxml.c LIBXML(error_list) = (zend_llist *) emalloc(sizeof(zend_llist));
LIBXML 971 ext/libxml/libxml.c zend_llist_init(LIBXML(error_list), sizeof(xmlError), (llist_dtor_func_t) _php_libxml_free_error, 0);
LIBXML 1019 ext/libxml/libxml.c if (LIBXML(error_list)) {
LIBXML 1021 ext/libxml/libxml.c error = zend_llist_get_first(LIBXML(error_list));
LIBXML 1044 ext/libxml/libxml.c error = zend_llist_get_next(LIBXML(error_list));
LIBXML 1055 ext/libxml/libxml.c if (LIBXML(error_list)) {
LIBXML 1056 ext/libxml/libxml.c zend_llist_clean(LIBXML(error_list));
LIBXML 1063 ext/libxml/libxml.c zend_bool old = LIBXML(entity_loader_disabled);
LIBXML 1065 ext/libxml/libxml.c LIBXML(entity_loader_disabled) = disable;
LIBXML 1094 ext/libxml/libxml.c _php_libxml_destroy_fci(&LIBXML(entity_loader).fci);
LIBXML 1097 ext/libxml/libxml.c LIBXML(entity_loader).fci = fci;
LIBXML 1102 ext/libxml/libxml.c LIBXML(entity_loader).fcc = fcc;