HomeSort by relevance Sort by last modified time
    Searched defs:nota (Results 1 - 3 of 3) sorted by null

  /external/libxml2/
SAX2.c 852 xmlNotationPtr nota = NULL; local
868 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, name,
871 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name,
880 if (nota == NULL) ctxt->valid = 0;
884 nota);
    [all...]
valid.c 524 xmlGenericError(xmlGenericErrorContext, "?nota? ");
2457 xmlNotationPtr nota = (xmlNotationPtr) payload; local
3942 xmlNotationPtr nota; local
4473 xmlNotationPtr nota; local
4677 xmlNotationPtr nota; local
    [all...]
testapi.c 25430 xmlNotationPtr nota; \/* A notation declaration *\/ local
26929 xmlNotationPtr nota; \/* a notation definition *\/ local
    [all...]

Completed in 338 milliseconds