Searched defs:pdef (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Drelaxng.c388 xmlRelaxNGDefinePtr pdef; /* the non-streamable definition */ member in struct:_xmlRelaxNGValidCtxt
8065 ctxt->pdef = define;
8181 ctxt->pdef = define;
8329 if ((ctxt == NULL) || (ctxt->pdef == NULL) || (elem == NULL))
8341 ret = xmlRelaxNGValidateDefinition(ctxt, ctxt->pdef);

Completed in 1532 milliseconds