Home | History | Annotate | Download | only in libxml2

Lines Matching refs:CAN_PARSE_SCHEMA

332 #define CAN_PARSE_SCHEMA(b) (((b)->doc != NULL) && ((b)->parsed == 0))
10826 if ((bucket != NULL) && CAN_PARSE_SCHEMA(bucket)) {
21623 if ((bucket == NULL) || (! CAN_PARSE_SCHEMA(bucket)))