Searched refs:xmlAttrPtr (Results 26 - 50 of 83) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dlibxml.c2269 xmlAttrPtr attr = (xmlAttrPtr) cur;
2313 xmlAttrPtr attr = (xmlAttrPtr) cur;
2334 xmlAttrPtr res;
2371 xmlAttrPtr attr = (xmlAttrPtr) cur;
2415 xmlAttrPtr attr = (xmlAttrPtr) cur;
2460 xmlAttrPtr att
[all...]
H A Dlibxml_wrap.h217 PyObject * libxml_xmlAttrPtrWrap(xmlAttrPtr attr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlsave.c429 xmlAttrSerializeContent(xmlOutputBufferPtr buf, xmlAttrPtr attr)
575 xmlAttrDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) {
602 xmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) {
752 xmlAttrDumpOutput(ctxt, (xmlAttrPtr) cur);
1037 xhtmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) {
1038 xmlAttrPtr xml_lang = NULL;
1039 xmlAttrPtr lang = NULL;
1040 xmlAttrPtr name = NULL;
1041 xmlAttrPtr id = NULL;
1740 xmlAttrPtr att
[all...]
H A DHTMLtree.c99 xmlAttrPtr attr = cur->properties;
242 xmlAttrPtr attr = cur->properties;
657 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur,
719 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding) {
H A Dc14n.c705 xmlAttrPtr attr;
857 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2)
909 xmlC14NPrintAttrs(const xmlAttrPtr attr, xmlC14NCtxPtr ctx)
980 xmlAttrPtr attr;
H A Dxmlreader.c226 xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
260 xmlTextReaderFreeProp(xmlTextReaderPtr reader, xmlAttrPtr cur) {
298 xmlTextReaderFreePropList(xmlTextReaderPtr reader, xmlAttrPtr cur) {
299 xmlAttrPtr next;
408 xmlTextReaderFreeProp(reader, (xmlAttrPtr) cur);
2265 xmlAttrPtr cur;
2509 xmlAttrPtr cur;
2560 xmlAttrPtr prop;
2662 xmlAttrPtr prop;
2889 xmlAttrPtr att
[all...]
H A Dvalid.c2618 xmlAttrPtr attr) {
2715 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) {
2775 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
2809 * Returns NULL if not found, otherwise the xmlAttrPtr defining the ID
2811 xmlAttrPtr
2836 return((xmlAttrPtr) doc);
2849 xmlAttrPtr ap;
2901 xmlAttrPtr attr0 = ((xmlRefPtr)data)->attr;
2902 xmlAttrPtr attr1 = ((xmlRemoveMemoPtr)user)->ap;
2939 xmlAttrPtr att
[all...]
H A DdebugXML.c820 xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
858 xmlCtxtDumpAttrList(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
1374 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) {
1414 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth)
1619 list = ((xmlAttrPtr) node)->children;
1897 xmlDebugDumpAttrList(fp, (xmlAttrPtr) node, 0);
2282 xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.c429 xmlAttrSerializeContent(xmlOutputBufferPtr buf, xmlAttrPtr attr)
575 xmlAttrDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) {
602 xmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) {
752 xmlAttrDumpOutput(ctxt, (xmlAttrPtr) cur);
1037 xhtmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) {
1038 xmlAttrPtr xml_lang = NULL;
1039 xmlAttrPtr lang = NULL;
1040 xmlAttrPtr name = NULL;
1041 xmlAttrPtr id = NULL;
1740 xmlAttrPtr att
[all...]
H A DHTMLtree.c99 xmlAttrPtr attr = cur->properties;
242 xmlAttrPtr attr = cur->properties;
657 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur,
719 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding) {
H A Dc14n.c705 xmlAttrPtr attr;
857 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2)
909 xmlC14NPrintAttrs(const xmlAttrPtr attr, xmlC14NCtxPtr ctx)
980 xmlAttrPtr attr;
H A Dxmlreader.c226 xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
260 xmlTextReaderFreeProp(xmlTextReaderPtr reader, xmlAttrPtr cur) {
298 xmlTextReaderFreePropList(xmlTextReaderPtr reader, xmlAttrPtr cur) {
299 xmlAttrPtr next;
408 xmlTextReaderFreeProp(reader, (xmlAttrPtr) cur);
2265 xmlAttrPtr cur;
2509 xmlAttrPtr cur;
2560 xmlAttrPtr prop;
2662 xmlAttrPtr prop;
2889 xmlAttrPtr att
[all...]
H A Dvalid.c2618 xmlAttrPtr attr) {
2715 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) {
2775 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
2809 * Returns NULL if not found, otherwise the xmlAttrPtr defining the ID
2811 xmlAttrPtr
2836 return((xmlAttrPtr) doc);
2849 xmlAttrPtr ap;
2901 xmlAttrPtr attr0 = ((xmlRefPtr)data)->attr;
2902 xmlAttrPtr attr1 = ((xmlRemoveMemoPtr)user)->ap;
2939 xmlAttrPtr att
[all...]
H A DdebugXML.c820 xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
858 xmlCtxtDumpAttrList(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
1374 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) {
1414 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth)
1619 list = ((xmlAttrPtr) node)->children;
1897 xmlDebugDumpAttrList(fp, (xmlAttrPtr) node, 0);
2282 xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DHTMLtree.c99 xmlAttrPtr attr = cur->properties;
242 xmlAttrPtr attr = cur->properties;
662 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur,
724 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding) {
789 htmlAttrDumpOutput(buf, doc, (xmlAttrPtr) cur, encoding);
H A Dc14n.c705 xmlAttrPtr attr;
857 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2)
909 xmlC14NPrintAttrs(const xmlAttrPtr attr, xmlC14NCtxPtr ctx)
980 xmlAttrPtr attr;
H A Dxmlreader.c247 xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
279 xmlTextReaderFreeProp(xmlTextReaderPtr reader, xmlAttrPtr cur) {
317 xmlTextReaderFreePropList(xmlTextReaderPtr reader, xmlAttrPtr cur) {
318 xmlAttrPtr next;
427 xmlTextReaderFreeProp(reader, (xmlAttrPtr) cur);
2301 xmlAttrPtr cur;
2545 xmlAttrPtr cur;
2596 xmlAttrPtr prop;
2698 xmlAttrPtr prop;
2925 xmlAttrPtr att
[all...]
H A Dvalid.c2627 xmlAttrPtr attr) {
2724 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) {
2784 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
2818 * Returns NULL if not found, otherwise the xmlAttrPtr defining the ID
2820 xmlAttrPtr
2845 return((xmlAttrPtr) doc);
2858 xmlAttrPtr ap;
2910 xmlAttrPtr attr0 = ((xmlRefPtr)data)->attr;
2911 xmlAttrPtr attr1 = ((xmlRemoveMemoPtr)user)->ap;
2948 xmlAttrPtr att
[all...]
H A DdebugXML.c821 xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
859 xmlCtxtDumpAttrList(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
1375 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) {
1415 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth)
1620 list = ((xmlAttrPtr) node)->children;
1898 xmlDebugDumpAttrList(fp, (xmlAttrPtr) node, 0);
2283 xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLtree.c99 xmlAttrPtr attr = cur->properties;
242 xmlAttrPtr attr = cur->properties;
662 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur,
724 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding) {
789 htmlAttrDumpOutput(buf, doc, (xmlAttrPtr) cur, encoding);
H A Dc14n.c705 xmlAttrPtr attr;
857 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2)
909 xmlC14NPrintAttrs(const xmlAttrPtr attr, xmlC14NCtxPtr ctx)
980 xmlAttrPtr attr;
H A Dxmlreader.c247 xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
279 xmlTextReaderFreeProp(xmlTextReaderPtr reader, xmlAttrPtr cur) {
317 xmlTextReaderFreePropList(xmlTextReaderPtr reader, xmlAttrPtr cur) {
318 xmlAttrPtr next;
427 xmlTextReaderFreeProp(reader, (xmlAttrPtr) cur);
2301 xmlAttrPtr cur;
2545 xmlAttrPtr cur;
2596 xmlAttrPtr prop;
2698 xmlAttrPtr prop;
2925 xmlAttrPtr att
[all...]
H A Dvalid.c2627 xmlAttrPtr attr) {
2724 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) {
2784 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
2818 * Returns NULL if not found, otherwise the xmlAttrPtr defining the ID
2820 xmlAttrPtr
2845 return((xmlAttrPtr) doc);
2858 xmlAttrPtr ap;
2910 xmlAttrPtr attr0 = ((xmlRefPtr)data)->attr;
2911 xmlAttrPtr attr1 = ((xmlRemoveMemoPtr)user)->ap;
2948 xmlAttrPtr att
[all...]
H A DdebugXML.c821 xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
859 xmlCtxtDumpAttrList(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
1375 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) {
1415 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth)
1620 list = ((xmlAttrPtr) node)->children;
1898 xmlDebugDumpAttrList(fp, (xmlAttrPtr) node, 0);
2283 xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml_wrap.h217 PyObject * libxml_xmlAttrPtrWrap(xmlAttrPtr attr);

Completed in 252 milliseconds

1234