• Home
  • Raw
  • Download

Lines Matching refs:DEBUG_VALID_MSG

624 #define DEBUG_VALID_MSG(m)					\  macro
629 #define DEBUG_VALID_MSG(m) macro
4838 DEBUG_VALID_MSG("restored parent branch"); in xmlValidateElementType()
4855 DEBUG_VALID_MSG("saving parent branch"); in xmlValidateElementType()
4867 DEBUG_VALID_MSG("pcdata failed no node"); in xmlValidateElementType()
4872 DEBUG_VALID_MSG("pcdata found, skip to next"); in xmlValidateElementType()
4890 DEBUG_VALID_MSG("pcdata failed"); in xmlValidateElementType()
4897 DEBUG_VALID_MSG("element failed no node"); in xmlValidateElementType()
4913 DEBUG_VALID_MSG("element found, skip to next"); in xmlValidateElementType()
4929 DEBUG_VALID_MSG("element failed"); in xmlValidateElementType()
4962 DEBUG_VALID_MSG("saving 'or' branch"); in xmlValidateElementType()
5004 DEBUG_VALID_MSG("error found returning"); in xmlValidateElementType()
5019 DEBUG_VALID_MSG("Once branch failed, rollback"); in xmlValidateElementType()
5021 DEBUG_VALID_MSG("exhaustion, failed"); in xmlValidateElementType()
5030 DEBUG_VALID_MSG("Plus branch failed, rollback"); in xmlValidateElementType()
5032 DEBUG_VALID_MSG("exhaustion, failed"); in xmlValidateElementType()
5039 DEBUG_VALID_MSG("Plus branch found"); in xmlValidateElementType()
5045 DEBUG_VALID_MSG("Mult branch failed"); in xmlValidateElementType()
5047 DEBUG_VALID_MSG("Mult branch found"); in xmlValidateElementType()
5053 DEBUG_VALID_MSG("Option branch failed"); in xmlValidateElementType()
5060 DEBUG_VALID_MSG("Option branch succeeded"); in xmlValidateElementType()
5064 DEBUG_VALID_MSG("Once branch succeeded"); in xmlValidateElementType()
5069 DEBUG_VALID_MSG("Plus branch rollback"); in xmlValidateElementType()
5074 DEBUG_VALID_MSG("Plus branch exhausted"); in xmlValidateElementType()
5078 DEBUG_VALID_MSG("Plus branch succeeded, continuing"); in xmlValidateElementType()
5083 DEBUG_VALID_MSG("Mult branch rollback"); in xmlValidateElementType()
5088 DEBUG_VALID_MSG("Mult branch exhausted"); in xmlValidateElementType()
5092 DEBUG_VALID_MSG("Mult branch succeeded, continuing"); in xmlValidateElementType()
5108 DEBUG_VALID_MSG("Error: parent pcdata"); in xmlValidateElementType()
5111 DEBUG_VALID_MSG("Error: parent element"); in xmlValidateElementType()
5115 DEBUG_VALID_MSG("Or succeeded"); in xmlValidateElementType()
5119 DEBUG_VALID_MSG("Or failed"); in xmlValidateElementType()
5126 DEBUG_VALID_MSG("Sequence failed"); in xmlValidateElementType()
5130 DEBUG_VALID_MSG("Sequence testing 2nd branch"); in xmlValidateElementType()
5134 DEBUG_VALID_MSG("Sequence succeeded"); in xmlValidateElementType()
5144 DEBUG_VALID_MSG("Failed, remaining input, rollback"); in xmlValidateElementType()
5146 DEBUG_VALID_MSG("exhaustion, failed"); in xmlValidateElementType()
5157 DEBUG_VALID_MSG("Failure, rollback"); in xmlValidateElementType()
5159 DEBUG_VALID_MSG("exhaustion, failed"); in xmlValidateElementType()
5397 DEBUG_VALID_MSG("Found an entity reference, linearizing"); in xmlValidateElementContent()