Searched refs:xmlValidateNmtokenValue (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dvalid.h427 xmlValidateNmtokenValue (const xmlChar *value);
/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c3552 * xmlValidateNmtokenValue:
3563 xmlValidateNmtokenValue(const xmlChar *value) { function
3728 return(xmlValidateNmtokenValue(value));
H A Delfgcchack.h15150 #undef xmlValidateNmtokenValue macro
15151 extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue __attribute((alias("xmlValidateNmtokenValue__internal_alias")));
15153 #ifndef xmlValidateNmtokenValue
15154 extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue__internal_alias __attribute((visibility("hidden")));
15155 #define xmlValidateNmtokenValue xmlValidateNmtokenValue__internal_alias macro
H A Dtestapi.c26274 ret_val = xmlValidateNmtokenValue((const xmlChar *)value);
26280 printf("Leak of %d blocks found in xmlValidateNmtokenValue",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c2137 if (!PyArg_ParseTuple(args, (char *)"z:xmlValidateNmtokenValue", &value))
2140 c_retval = xmlValidateNmtokenValue(value);

Completed in 298 milliseconds