Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c390 xmlRelaxNGDefinePtr pdef; /* the non-streamable definition */ member
8199 ctxt->pdef = define; in xmlRelaxNGValidateProgressiveCallback()
8315 ctxt->pdef = define; in xmlRelaxNGValidatePushElement()
8463 if ((ctxt == NULL) || (ctxt->pdef == NULL) || (elem == NULL)) in xmlRelaxNGValidateFullElement()
8475 ret = xmlRelaxNGValidateDefinition(ctxt, ctxt->pdef); in xmlRelaxNGValidateFullElement()