Searched refs:xmlSchemaGetCanonValue (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | xmlschemastypes.h | 112 xmlSchemaGetCanonValue (xmlSchemaValPtr val,
|
/external/libxml2/include/libxml/ |
D | xmlschemastypes.h | 112 xmlSchemaGetCanonValue (xmlSchemaValPtr val,
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlschemastypes.c | 5655 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) in xmlSchemaGetCanonValue() function 6104 return (xmlSchemaGetCanonValue(val, retValue)); in xmlSchemaGetCanonValueWhtsp()
|
D | elfgcchack.h | 9578 #undef xmlSchemaGetCanonValue 9579 extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue __attribute((alias("xmlSchemaGetCan… 9581 #ifndef xmlSchemaGetCanonValue 9582 extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue__internal_alias __attribute((visibi… 9583 #define xmlSchemaGetCanonValue xmlSchemaGetCanonValue__internal_alias macro
|
D | xmlschemas.c | 1507 if (xmlSchemaGetCanonValue(val, &value2) == -1) { in xmlSchemaGetCanonValueWhtspExt() 4545 res = xmlSchemaGetCanonValue(key->val, &value); in xmlSchemaDebugDumpIDCTable() 4567 res = xmlSchemaGetCanonValue(key->val, &value); in xmlSchemaDebugDumpIDCTable()
|
D | ChangeLog | 4447 QNames and notations. Corrected xmlSchemaGetCanonValue: some 4816 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
|
D | testapi.c | 34966 ret_val = xmlSchemaGetCanonValue(val, (const xmlChar **)retValue); in test_xmlSchemaGetCanonValue()
|
/external/libxml2/ |
D | xmlschemastypes.c | 5662 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) in xmlSchemaGetCanonValue() function 6111 return (xmlSchemaGetCanonValue(val, retValue)); in xmlSchemaGetCanonValueWhtsp()
|
D | elfgcchack.h | 9578 #undef xmlSchemaGetCanonValue 9579 extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue __attribute((alias("xmlSchemaGetCan… 9581 #ifndef xmlSchemaGetCanonValue 9582 extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue__internal_alias __attribute((visibi… 9583 #define xmlSchemaGetCanonValue xmlSchemaGetCanonValue__internal_alias macro
|
D | xmlschemas.c | 1507 if (xmlSchemaGetCanonValue(val, &value2) == -1) { in xmlSchemaGetCanonValueWhtspExt() 4545 res = xmlSchemaGetCanonValue(key->val, &value); in xmlSchemaDebugDumpIDCTable() 4567 res = xmlSchemaGetCanonValue(key->val, &value); in xmlSchemaDebugDumpIDCTable()
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 1656 xmlSchemaGetCanonValue
|