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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.in.h153 XMLPUBFUN xmlNotationPtr XMLCALL
168 xmlNotationPtr nota);
342 xmlNotationPtr nota);
398 XMLPUBFUN xmlNotationPtr XMLCALL
H A Dvalid.c2361 xmlFreeNotation(xmlNotationPtr nota) {
2385 xmlNotationPtr
2389 xmlNotationPtr ret;
2419 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2469 * Returns the new xmlNotationPtr or NULL in case of error.
2471 static xmlNotationPtr
2472 xmlCopyNotation(xmlNotationPtr nota) {
2473 xmlNotationPtr cur;
2475 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2519 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr not
[all...]
H A Dtree.in.h152 typedef xmlNotation *xmlNotationPtr; typedef
H A DSAX2.c814 xmlNotationPtr nota = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dvalid.h153 XMLPUBFUN xmlNotationPtr XMLCALL
168 xmlNotationPtr nota);
342 xmlNotationPtr nota);
398 XMLPUBFUN xmlNotationPtr XMLCALL
H A Dtree.h154 typedef xmlNotation *xmlNotationPtr; typedef
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dvalid.in.h153 XMLPUBFUN xmlNotationPtr XMLCALL
168 xmlNotationPtr nota);
342 xmlNotationPtr nota);
398 XMLPUBFUN xmlNotationPtr XMLCALL
H A Dvalid.c2361 xmlFreeNotation(xmlNotationPtr nota) {
2385 xmlNotationPtr
2389 xmlNotationPtr ret;
2419 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2469 * Returns the new xmlNotationPtr or NULL in case of error.
2471 static xmlNotationPtr
2472 xmlCopyNotation(xmlNotationPtr nota) {
2473 xmlNotationPtr cur;
2475 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2519 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr not
[all...]
H A Dtree.in.h152 typedef xmlNotation *xmlNotationPtr; typedef
H A DSAX2.c814 xmlNotationPtr nota = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c2370 xmlFreeNotation(xmlNotationPtr nota) {
2394 xmlNotationPtr
2398 xmlNotationPtr ret;
2428 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2478 * Returns the new xmlNotationPtr or NULL in case of error.
2480 static xmlNotationPtr
2481 xmlCopyNotation(xmlNotationPtr nota) {
2482 xmlNotationPtr cur;
2484 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2528 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr not
[all...]
H A DSAX2.c815 xmlNotationPtr nota = NULL;
H A Dtestapi.c24907 static xmlNotationPtr gen_xmlNotationPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
24910 static void des_xmlNotationPtr(int no ATTRIBUTE_UNUSED, xmlNotationPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
24921 xmlNotationPtr nota; /* A notation declaration */
26420 xmlNotationPtr nota; /* a notation definition */
[all...]

Completed in 559 milliseconds