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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dvalid.h423 xmlValidateNameValue (const xmlChar *value);
/external/libxml2/include/libxml/
H A Dvalid.h423 xmlValidateNameValue (const xmlChar *value);
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h15230 #undef xmlValidateNameValue macro
15231 extern __typeof (xmlValidateNameValue) xmlValidateNameValue __attribute((alias("xmlValidateNameValue__internal_alias")));
15233 #ifndef xmlValidateNameValue
15234 extern __typeof (xmlValidateNameValue) xmlValidateNameValue__internal_alias __attribute((visibility("hidden")));
15235 #define xmlValidateNameValue xmlValidateNameValue__internal_alias macro
H A Dvalid.c3480 * xmlValidateNameValue:
3514 * xmlValidateNameValue:
3523 xmlValidateNameValue(const xmlChar *value) { function
H A Dtestapi.c26459 ret_val = xmlValidateNameValue((const xmlChar *)value);
26465 printf("Leak of %d blocks found in xmlValidateNameValue",
[all...]
/external/libxml2/
H A Delfgcchack.h15230 #undef xmlValidateNameValue macro
15231 extern __typeof (xmlValidateNameValue) xmlValidateNameValue __attribute((alias("xmlValidateNameValue__internal_alias")));
15233 #ifndef xmlValidateNameValue
15234 extern __typeof (xmlValidateNameValue) xmlValidateNameValue__internal_alias __attribute((visibility("hidden")));
15235 #define xmlValidateNameValue xmlValidateNameValue__internal_alias macro
H A Dvalid.c3480 * xmlValidateNameValue:
3514 * xmlValidateNameValue:
3523 xmlValidateNameValue(const xmlChar *value) { function

Completed in 325 milliseconds