Searched refs:xmlHasProp (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h961 xmlHasProp (xmlNodePtr node,
/vbox/src/libs/libxml2-2.6.31/
H A Drelaxng.c1651 if (xmlHasProp(root, BAD_CAST "ns") == NULL) {
1981 if (xmlHasProp(root, BAD_CAST "ns") == NULL) {
7094 if (xmlHasProp(cur, BAD_CAST "ns") == NULL) {
7210 if (!xmlHasProp(child, BAD_CAST "ns")) {
H A Delfgcchack.h4129 #undef xmlHasProp macro
4130 extern __typeof (xmlHasProp) xmlHasProp __attribute((alias("xmlHasProp__internal_alias")));
4132 #ifndef xmlHasProp
4133 extern __typeof (xmlHasProp) xmlHasProp__internal_alias __attribute((visibility("hidden")));
4134 #define xmlHasProp xmlHasProp__internal_alias macro
H A Dtree.c6203 * xmlHasProp:
6215 xmlHasProp(xmlNodePtr node, const xmlChar *name) { function
6295 prop = xmlHasProp(node, name);
H A Dxmlschemas.c19624 node = (xmlNodePtr) xmlHasProp(elemDecl->node,
19627 node = (xmlNodePtr) xmlHasProp(elemDecl->node,
H A Dtestapi.c20501 ret_val = xmlHasProp(node, (const xmlChar *)name);
20508 printf("Leak of %d blocks found in xmlHasProp",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c4282 if (!PyArg_ParseTuple(args, (char *)"Oz:xmlHasProp", &pyobj_node, &name))
4286 c_retval = xmlHasProp(node, name);

Completed in 401 milliseconds