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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h607 xmlValidateName (const xmlChar *value,
/vbox/src/libs/libxml2-2.6.31/
H A DdebugXML.c257 if (xmlValidateName(name, 0)) {
H A Delfgcchack.h15114 #undef xmlValidateName macro
15115 extern __typeof (xmlValidateName) xmlValidateName __attribute((alias("xmlValidateName__internal_alias")));
15117 #ifndef xmlValidateName
15118 extern __typeof (xmlValidateName) xmlValidateName__internal_alias __attribute((visibility("hidden")));
15119 #define xmlValidateName xmlValidateName__internal_alias macro
H A Dxmlschemastypes.c2655 ret = xmlValidateName(value, 1);
H A Dtree.c522 * xmlValidateName:
532 xmlValidateName(const xmlChar *value, int space) { function
H A Dtestapi.c23697 ret_val = xmlValidateName((const xmlChar *)value, space);
23704 printf("Leak of %d blocks found in xmlValidateName",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c3828 if (!PyArg_ParseTuple(args, (char *)"zi:xmlValidateName", &value, &space))
3831 c_retval = xmlValidateName(value, space);

Completed in 259 milliseconds