error_buffer      271 ext/libxml/libxml.c 	libxml_globals->error_buffer.c = NULL;
error_buffer      546 ext/libxml/libxml.c 	smart_str_appendl(&LIBXML(error_buffer), buf, len);
error_buffer      552 ext/libxml/libxml.c 			_php_list_set_error_structure(NULL, LIBXML(error_buffer).c);
error_buffer      556 ext/libxml/libxml.c 					php_libxml_ctx_error_level(E_WARNING, ctx, LIBXML(error_buffer).c TSRMLS_CC);
error_buffer      559 ext/libxml/libxml.c 					php_libxml_ctx_error_level(E_NOTICE, ctx, LIBXML(error_buffer).c TSRMLS_CC);
error_buffer      562 ext/libxml/libxml.c 					php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", LIBXML(error_buffer).c);
error_buffer      565 ext/libxml/libxml.c 		smart_str_free(&LIBXML(error_buffer));
error_buffer      917 ext/libxml/libxml.c 	smart_str_free(&LIBXML(error_buffer));
error_buffer       44 ext/libxml/php_libxml.h 	smart_str error_buffer;