Searched refs:context_bytes (Results 1 – 2 of 2) sorted by relevance
53 expat_register_component(context_bytes ON)55 expat_register_component(context_bytes OFF)
3866 long context_bytes; in START_TEST() local3894 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()