Home
last modified time | relevance | path

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

/netbsd/src/external/mit/expat/dist/tests/
Dbasic_tests.c3013 long context_bytes; in START_TEST() local
3041 if (get_feature(XML_FEATURE_CONTEXT_BYTES, &context_bytes) != XML_STATUS_OK) in START_TEST()
3042 context_bytes = 0; in START_TEST()
3043 if (XML_GetBuffer(g_parser, INT_MAX - (context_bytes + 1025)) != NULL) in START_TEST()