Home
last modified time | relevance | path

Searched refs:g_abortable (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libexpat/tests/
H A Dcommon.h84 extern XML_Bool g_abortable;
H A Dcommon.c141 XML_Bool g_abortable = XML_FALSE; variable
H A Dbasic_tests.c1440 g_abortable = XML_FALSE; in START_TEST()
1448 g_abortable = XML_FALSE; in START_TEST()
1456 g_abortable = XML_TRUE; in START_TEST()
H A Dhandlers.c1599 } else if (g_abortable) { in parser_stop_character_handler()