Searched refs:XML_INPUT_USES_ENC_DECL (Results 1 – 5 of 5) sorted by relevance
26 #define XML_INPUT_USES_ENC_DECL (1u << 4) macro
30 #define XML_INPUT_USES_ENC_DECL (1u << 4) macro
1559 ctxt->input->flags |= XML_INPUT_USES_ENC_DECL; in xmlSetDeclaredEncoding()1645 if ((ctxt->input->flags & XML_INPUT_USES_ENC_DECL) || in xmlGetActualEncoding()
1343 ctxt->input->flags |= XML_INPUT_USES_ENC_DECL; in xmlSetDeclaredEncoding()
851 if ((ctxt->input->flags & XML_INPUT_USES_ENC_DECL) || in xmlSAX2EndDocument()