Searched refs:xmlSchemaGetPredefinedType (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlschemastypes.h38 xmlSchemaGetPredefinedType (const xmlChar *name,
/vbox/src/libs/libxml2-2.6.31/
H A Drelaxng.c2411 typ = xmlSchemaGetPredefinedType(type,
2442 typ = xmlSchemaGetPredefinedType(type,
2483 typ = xmlSchemaGetPredefinedType(type,
2575 typ = xmlSchemaGetPredefinedType(type,
H A Delfgcchack.h9546 #undef xmlSchemaGetPredefinedType macro
9547 extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType __attribute((alias("xmlSchemaGetPredefinedType__internal_alias")));
9549 #ifndef xmlSchemaGetPredefinedType
9550 extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType__internal_alias __attribute((visibility("hidden")));
9551 #define xmlSchemaGetPredefinedType xmlSchemaGetPredefinedType__internal_alias macro
H A Dxmlschemastypes.c1062 * xmlSchemaGetPredefinedType:
1071 xmlSchemaGetPredefinedType(const xmlChar *name, const xmlChar *ns) { function
H A Dxmlschemas.c4771 ret = xmlSchemaGetPredefinedType(name, nsName);
9158 biType = xmlSchemaGetPredefinedType(attrValue, xmlSchemaNs);
H A Dtestapi.c34772 ret_val = xmlSchemaGetPredefinedType((const xmlChar *)name, (const xmlChar *)ns);
34779 printf("Leak of %d blocks found in xmlSchemaGetPredefinedType",
[all...]

Completed in 291 milliseconds