Searched refs:nota (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dvalid.c524 xmlGenericError(xmlGenericErrorContext, "?nota? ");
2321 xmlFreeNotation(xmlNotationPtr nota) { argument
2322 if (nota == NULL) return;
2323 if (nota->name != NULL)
2324 xmlFree((xmlChar *) nota->name);
2325 if (nota->PublicID != NULL)
2326 xmlFree((xmlChar *) nota->PublicID);
2327 if (nota->SystemID != NULL)
2328 xmlFree((xmlChar *) nota->SystemID);
2329 xmlFree(nota);
2432 xmlCopyNotation(xmlNotationPtr nota) argument
2479 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) argument
2506 xmlDumpNotationDeclScan(xmlNotationPtr nota, xmlBufferPtr buf) argument
3912 xmlNotationPtr nota; local
4441 xmlNotationPtr nota; local
4638 xmlNotationPtr nota; local
[all...]
H A DSAX2.c821 xmlNotationPtr nota = NULL; local
837 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, name,
840 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name,
849 if (nota == NULL) ctxt->valid = 0;
853 nota);
H A Dtestapi.c25093 xmlNotationPtr nota; /* A notation declaration */ local
25100 nota = gen_xmlNotationPtr(n_nota, 1);
25102 xmlDumpNotationDecl(buf, nota);
25105 des_xmlNotationPtr(n_nota, nota, 1);
26592 xmlNotationPtr nota; /* a notation definition */ local
26601 nota = gen_xmlNotationPtr(n_nota, 2);
26603 ret_val = xmlValidateNotationDecl(ctxt, doc, nota);
26608 des_xmlNotationPtr(n_nota, nota, 2);
[all...]
H A Dxmlschemas.c3702 xmlSchemaFreeNotation(xmlSchemaNotationPtr nota) argument
3704 if (nota == NULL)
3706 xmlFree(nota);
/external/libxml2/
H A Dvalid.c524 xmlGenericError(xmlGenericErrorContext, "?nota? ");
2321 xmlFreeNotation(xmlNotationPtr nota) { argument
2322 if (nota == NULL) return;
2323 if (nota->name != NULL)
2324 xmlFree((xmlChar *) nota->name);
2325 if (nota->PublicID != NULL)
2326 xmlFree((xmlChar *) nota->PublicID);
2327 if (nota->SystemID != NULL)
2328 xmlFree((xmlChar *) nota->SystemID);
2329 xmlFree(nota);
2432 xmlCopyNotation(xmlNotationPtr nota) argument
2479 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) argument
2506 xmlDumpNotationDeclScan(xmlNotationPtr nota, xmlBufferPtr buf) argument
3912 xmlNotationPtr nota; local
4441 xmlNotationPtr nota; local
4638 xmlNotationPtr nota; local
[all...]
H A DSAX2.c851 xmlNotationPtr nota = NULL; local
867 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, name,
870 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name,
879 if (nota == NULL) ctxt->valid = 0;
883 nota);
H A Dxmlschemas.c3721 xmlSchemaFreeNotation(xmlSchemaNotationPtr nota) argument
3723 if (nota == NULL)
3725 xmlFree(nota);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dvalid.h168 xmlNotationPtr nota);
342 xmlNotationPtr nota);
/external/libxml2/include/libxml/
H A Dvalid.h168 xmlNotationPtr nota);
342 xmlNotationPtr nota);

Completed in 3084 milliseconds