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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.c519 xmlGenericError(xmlGenericErrorContext, "?nota? ");
2361 xmlFreeNotation(xmlNotationPtr nota) { argument
2362 if (nota == NULL) return;
2363 if (nota->name != NULL)
2364 xmlFree((xmlChar *) nota->name);
2365 if (nota->PublicID != NULL)
2366 xmlFree((xmlChar *) nota->PublicID);
2367 if (nota->SystemID != NULL)
2368 xmlFree((xmlChar *) nota->SystemID);
2369 xmlFree(nota);
2472 xmlCopyNotation(xmlNotationPtr nota) argument
2519 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) argument
2546 xmlDumpNotationDeclScan(xmlNotationPtr nota, xmlBufferPtr buf) argument
3824 xmlNotationPtr nota; local
4355 xmlNotationPtr nota; local
4552 xmlNotationPtr nota; local
[all...]
H A Dvalid.in.h168 xmlNotationPtr nota);
342 xmlNotationPtr nota);
H A DSAX2.c814 xmlNotationPtr nota = NULL; local
830 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, name,
833 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name,
842 if (nota == NULL) ctxt->valid = 0;
846 nota);
H A Dxmlschemas.c3702 xmlSchemaFreeNotation(xmlSchemaNotationPtr nota) argument
3704 if (nota == NULL)
3706 xmlFree(nota);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c524 xmlGenericError(xmlGenericErrorContext, "?nota? ");
2370 xmlFreeNotation(xmlNotationPtr nota) { argument
2371 if (nota == NULL) return;
2372 if (nota->name != NULL)
2373 xmlFree((xmlChar *) nota->name);
2374 if (nota->PublicID != NULL)
2375 xmlFree((xmlChar *) nota->PublicID);
2376 if (nota->SystemID != NULL)
2377 xmlFree((xmlChar *) nota->SystemID);
2378 xmlFree(nota);
2481 xmlCopyNotation(xmlNotationPtr nota) argument
2528 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) argument
2555 xmlDumpNotationDeclScan(xmlNotationPtr nota, xmlBufferPtr buf) argument
3949 xmlNotationPtr nota; local
4481 xmlNotationPtr nota; local
4678 xmlNotationPtr nota; local
[all...]
H A DSAX2.c815 xmlNotationPtr nota = NULL; local
831 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, name,
834 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name,
843 if (nota == NULL) ctxt->valid = 0;
847 nota);
H A Dtestapi.c24921 xmlNotationPtr nota; /* A notation declaration */ local
24928 nota = gen_xmlNotationPtr(n_nota, 1);
24930 xmlDumpNotationDecl(buf, nota);
24933 des_xmlNotationPtr(n_nota, nota, 1);
26420 xmlNotationPtr nota; /* a notation definition */ local
26429 nota = gen_xmlNotationPtr(n_nota, 2);
26431 ret_val = xmlValidateNotationDecl(ctxt, doc, nota);
26436 des_xmlNotationPtr(n_nota, nota, 2);
[all...]
H A Dxmlschemas.c3702 xmlSchemaFreeNotation(xmlSchemaNotationPtr nota) argument
3704 if (nota == NULL)
3706 xmlFree(nota);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dvalid.c519 xmlGenericError(xmlGenericErrorContext, "?nota? ");
2361 xmlFreeNotation(xmlNotationPtr nota) { argument
2362 if (nota == NULL) return;
2363 if (nota->name != NULL)
2364 xmlFree((xmlChar *) nota->name);
2365 if (nota->PublicID != NULL)
2366 xmlFree((xmlChar *) nota->PublicID);
2367 if (nota->SystemID != NULL)
2368 xmlFree((xmlChar *) nota->SystemID);
2369 xmlFree(nota);
2472 xmlCopyNotation(xmlNotationPtr nota) argument
2519 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) argument
2546 xmlDumpNotationDeclScan(xmlNotationPtr nota, xmlBufferPtr buf) argument
3824 xmlNotationPtr nota; local
4355 xmlNotationPtr nota; local
4552 xmlNotationPtr nota; local
[all...]
H A Dvalid.in.h168 xmlNotationPtr nota);
342 xmlNotationPtr nota);
H A DSAX2.c814 xmlNotationPtr nota = NULL; local
830 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, name,
833 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name,
842 if (nota == NULL) ctxt->valid = 0;
846 nota);
H A Dxmlschemas.c3702 xmlSchemaFreeNotation(xmlSchemaNotationPtr nota) argument
3704 if (nota == NULL)
3706 xmlFree(nota);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dvalid.h168 xmlNotationPtr nota);
342 xmlNotationPtr nota);

Completed in 509 milliseconds