Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libxml/src/include/private/
H A Dparser.h28 #define XML_INPUT_PROGRESSIVE (1u << 6) macro
33 ((ctxt)->input->flags & XML_INPUT_PROGRESSIVE)
/aosp_15_r20/external/libxml2/include/private/
H A Dparser.h32 #define XML_INPUT_PROGRESSIVE (1u << 6) macro
37 ((ctxt)->input->flags & XML_INPUT_PROGRESSIVE)
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A DparserInternals.c1756 input->flags |= XML_INPUT_PROGRESSIVE; in xmlNewInputPush()
H A Dparser.c11564 ctxt->input->flags |= XML_INPUT_PROGRESSIVE; in xmlParseChunk()
/aosp_15_r20/external/libxml2/
H A DparserInternals.c2078 input->flags |= XML_INPUT_PROGRESSIVE; in xmlNewPushInput()
H A Dparser.c11441 ctxt->input->flags |= XML_INPUT_PROGRESSIVE; in xmlParseChunk()