Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/cmake/
H A Dexpat-config.cmake.in53 expat_register_component(context_bytes ON)
55 expat_register_component(context_bytes OFF)
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c3866 long context_bytes; in START_TEST() local
3894 if (get_feature(XML_FEATURE_CONTEXT_BYTES, &context_bytes) != XML_STATUS_OK) in START_TEST()
3895 context_bytes = 0; in START_TEST()
3896 if (XML_GetBuffer(g_parser, INT_MAX - (context_bytes + 1025)) != NULL) in START_TEST()