LIBXML 312 ext/libxml/libxml.c if (LIBXML(stream_context)) { LIBXML 313 ext/libxml/libxml.c context = zend_fetch_resource(&LIBXML(stream_context) TSRMLS_CC, -1, "Stream-Context", NULL, 1, php_le_stream_context()); LIBXML 459 ext/libxml/libxml.c zend_llist_add_element(LIBXML(error_list), &error_copy); LIBXML 480 ext/libxml/libxml.c if (LIBXML(error_list)) { LIBXML 503 ext/libxml/libxml.c smart_str_appendl(&LIBXML(error_buffer), buf, len); LIBXML 508 ext/libxml/libxml.c if (LIBXML(error_list)) { LIBXML 509 ext/libxml/libxml.c _php_list_set_error_structure(NULL, LIBXML(error_buffer).c); LIBXML 513 ext/libxml/libxml.c php_libxml_ctx_error_level(E_WARNING, ctx, LIBXML(error_buffer).c TSRMLS_CC); LIBXML 516 ext/libxml/libxml.c php_libxml_ctx_error_level(E_NOTICE, ctx, LIBXML(error_buffer).c TSRMLS_CC); LIBXML 519 ext/libxml/libxml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", LIBXML(error_buffer).c); LIBXML 522 ext/libxml/libxml.c smart_str_free(&LIBXML(error_buffer)); LIBXML 586 ext/libxml/libxml.c oldcontext = LIBXML(stream_context); LIBXML 587 ext/libxml/libxml.c LIBXML(stream_context) = context; LIBXML 659 ext/libxml/libxml.c if (LIBXML(stream_context)) { LIBXML 660 ext/libxml/libxml.c zval_ptr_dtor(&LIBXML(stream_context)); LIBXML 661 ext/libxml/libxml.c LIBXML(stream_context) = NULL; LIBXML 663 ext/libxml/libxml.c smart_str_free(&LIBXML(error_buffer)); LIBXML 664 ext/libxml/libxml.c if (LIBXML(error_list)) { LIBXML 665 ext/libxml/libxml.c zend_llist_destroy(LIBXML(error_list)); LIBXML 666 ext/libxml/libxml.c efree(LIBXML(error_list)); LIBXML 667 ext/libxml/libxml.c LIBXML(error_list) = NULL; LIBXML 694 ext/libxml/libxml.c if (LIBXML(stream_context)) { LIBXML 695 ext/libxml/libxml.c zval_ptr_dtor(&LIBXML(stream_context)); LIBXML 696 ext/libxml/libxml.c LIBXML(stream_context) = NULL; LIBXML 699 ext/libxml/libxml.c LIBXML(stream_context) = arg; LIBXML 727 ext/libxml/libxml.c if (LIBXML(error_list)) { LIBXML 728 ext/libxml/libxml.c zend_llist_destroy(LIBXML(error_list)); LIBXML 729 ext/libxml/libxml.c efree(LIBXML(error_list)); LIBXML 730 ext/libxml/libxml.c LIBXML(error_list) = NULL; LIBXML 734 ext/libxml/libxml.c if (LIBXML(error_list) == NULL) { LIBXML 735 ext/libxml/libxml.c LIBXML(error_list) = (zend_llist *) emalloc(sizeof(zend_llist)); LIBXML 736 ext/libxml/libxml.c zend_llist_init(LIBXML(error_list), sizeof(xmlError), (llist_dtor_func_t) _php_libxml_free_error, 0); LIBXML 784 ext/libxml/libxml.c if (LIBXML(error_list)) { LIBXML 786 ext/libxml/libxml.c error = zend_llist_get_first(LIBXML(error_list)); LIBXML 809 ext/libxml/libxml.c error = zend_llist_get_next(LIBXML(error_list)); LIBXML 820 ext/libxml/libxml.c if (LIBXML(error_list)) { LIBXML 821 ext/libxml/libxml.c zend_llist_clean(LIBXML(error_list));