stream_context    270 ext/libxml/libxml.c 	libxml_globals->stream_context = NULL;
stream_context    352 ext/libxml/libxml.c 	context = php_stream_context_from_zval(LIBXML(stream_context), 0);
stream_context    780 ext/libxml/libxml.c 	oldcontext = LIBXML(stream_context);
stream_context    781 ext/libxml/libxml.c 	LIBXML(stream_context) = context;
stream_context    912 ext/libxml/libxml.c 	if (LIBXML(stream_context)) {
stream_context    914 ext/libxml/libxml.c 		efree(LIBXML(stream_context));
stream_context    915 ext/libxml/libxml.c 		LIBXML(stream_context) = NULL;
stream_context    951 ext/libxml/libxml.c 	if (LIBXML(stream_context)) {
stream_context    952 ext/libxml/libxml.c 		zval_ptr_dtor(&LIBXML(stream_context));
stream_context    953 ext/libxml/libxml.c 		LIBXML(stream_context) = NULL;
stream_context    956 ext/libxml/libxml.c 	LIBXML(stream_context) = arg;
stream_context     43 ext/libxml/php_libxml.h 	zval *stream_context;