Searched refs:xmlValidGetValidElements (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dvalid.h418 xmlValidGetValidElements(xmlNode *prev,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dvalid.h418 xmlValidGetValidElements(xmlNode *prev,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.in.h418 xmlValidGetValidElements(xmlNode *prev,
H A Dvalid.c6827 * xmlValidGetValidElements:
6837 * to insert before 'node': xmlValidGetValidElements(node->prev, node, ...
6838 * to insert next 'node': xmlValidGetValidElements(node, node->next, ...
6839 * to replace 'node': xmlValidGetValidElements(node->prev, node->next, ...
6840 * to prepend a child to 'node': xmlValidGetValidElements(NULL, node->childs,
6841 * to append a child to 'node': xmlValidGetValidElements(node->last, NULL, ...
6852 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dvalid.h418 xmlValidGetValidElements(xmlNode *prev,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dvalid.in.h418 xmlValidGetValidElements(xmlNode *prev,
H A Dvalid.c6827 * xmlValidGetValidElements:
6837 * to insert before 'node': xmlValidGetValidElements(node->prev, node, ...
6838 * to insert next 'node': xmlValidGetValidElements(node, node->next, ...
6839 * to replace 'node': xmlValidGetValidElements(node->prev, node->next, ...
6840 * to prepend a child to 'node': xmlValidGetValidElements(NULL, node->childs,
6841 * to append a child to 'node': xmlValidGetValidElements(node->last, NULL, ...
6852 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A Dxmllint.c2354 nb = xmlValidGetValidElements(node->last, NULL, list, 256);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c2354 nb = xmlValidGetValidElements(node->last, NULL, list, 256);
H A Delfgcchack.h14994 #undef xmlValidGetValidElements macro
14995 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements __attribute((alias("xmlValidGetValidElements__internal_alias")));
14997 #ifndef xmlValidGetValidElements
14998 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements__internal_alias __attribute((visibility("hidden")));
14999 #define xmlValidGetValidElements xmlValidGetValidElements__internal_alias macro
H A Dvalid.c6953 * xmlValidGetValidElements:
6963 * to insert before 'node': xmlValidGetValidElements(node->prev, node, ...
6964 * to insert next 'node': xmlValidGetValidElements(node, node->next, ...
6965 * to replace 'node': xmlValidGetValidElements(node->prev, node->next, ...
6966 * to prepend a child to 'node': xmlValidGetValidElements(NULL, node->childs,
6967 * to append a child to 'node': xmlValidGetValidElements(node->last, NULL, ...
6978 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, function
H A Dtestapi.c25832 ret_val = xmlValidGetValidElements(prev, next, (const xmlChar **)names, max);
25841 printf("Leak of %d blocks found in xmlValidGetValidElements",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmllint.c2354 nb = xmlValidGetValidElements(node->last, NULL, list, 256);
H A Delfgcchack.h14994 #undef xmlValidGetValidElements macro
14995 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements __attribute((alias("xmlValidGetValidElements__internal_alias")));
14997 #ifndef xmlValidGetValidElements
14998 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements__internal_alias __attribute((visibility("hidden")));
14999 #define xmlValidGetValidElements xmlValidGetValidElements__internal_alias macro
H A Dvalid.c6953 * xmlValidGetValidElements:
6963 * to insert before 'node': xmlValidGetValidElements(node->prev, node, ...
6964 * to insert next 'node': xmlValidGetValidElements(node, node->next, ...
6965 * to replace 'node': xmlValidGetValidElements(node->prev, node->next, ...
6966 * to prepend a child to 'node': xmlValidGetValidElements(NULL, node->childs,
6967 * to append a child to 'node': xmlValidGetValidElements(node->last, NULL, ...
6978 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, function
H A Dtestapi.c25832 ret_val = xmlValidGetValidElements(prev, next, (const xmlChar **)names, max);
25841 printf("Leak of %d blocks found in xmlValidGetValidElements",
[all...]

Completed in 841 milliseconds