Home
last modified time | relevance | path

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

/openbsd/src/lib/libexpat/tests/
Dbasic_tests.c2891 long context_bytes; in START_TEST() local
2919 if (get_feature(XML_FEATURE_CONTEXT_BYTES, &context_bytes) != XML_STATUS_OK) in START_TEST()
2920 context_bytes = 0; in START_TEST()
2921 if (XML_GetBuffer(g_parser, INT_MAX - (context_bytes + 1025)) != NULL) in START_TEST()