stream_context    277 ext/libxml/libxml.c 	ZVAL_UNDEF(&libxml_globals->stream_context);
stream_context    360 ext/libxml/libxml.c 	context = php_stream_context_from_zval(Z_ISUNDEF(LIBXML(stream_context))? NULL : &LIBXML(stream_context), 0);
stream_context    783 ext/libxml/libxml.c 		ZVAL_COPY_VALUE(oldcontext, &LIBXML(stream_context));
stream_context    786 ext/libxml/libxml.c 		ZVAL_COPY_VALUE(&LIBXML(stream_context), context);
stream_context    925 ext/libxml/libxml.c 	ZVAL_UNDEF(&LIBXML(stream_context));
stream_context    958 ext/libxml/libxml.c 	if (!Z_ISUNDEF(LIBXML(stream_context))) {
stream_context    959 ext/libxml/libxml.c 		zval_ptr_dtor(&LIBXML(stream_context));
stream_context    960 ext/libxml/libxml.c 		ZVAL_UNDEF(&LIBXML(stream_context));
stream_context    962 ext/libxml/libxml.c 	ZVAL_COPY(&LIBXML(stream_context), arg);
stream_context     46 ext/libxml/php_libxml.h 	zval stream_context;