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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlschemastypes.h45 xmlSchemaValPredefTypeNode (xmlSchemaTypePtr type,
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c2043 tmp = xmlSchemaValPredefTypeNode(type, cur, NULL, node);
3320 * xmlSchemaValPredefTypeNode:
3333 xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value, function
3375 return(xmlSchemaValPredefTypeNode(type, value, val, NULL));
H A Delfgcchack.h9810 #undef xmlSchemaValPredefTypeNode macro
9811 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSchemaValPredefTypeNode__internal_alias")));
9813 #ifndef xmlSchemaValPredefTypeNode
9814 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute((visibility("hidden")));
9815 #define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias macro
H A Drelaxng.c2447 ret = xmlSchemaValPredefTypeNode(typ, value,
2581 ret = xmlSchemaValPredefTypeNode(typ, value1, &res1, ctxt1);
2589 ret = xmlSchemaValPredefTypeNode(typ, value2, &res2, ctxt2);
H A Dxmlschemas.c6271 ret = xmlSchemaValPredefTypeNode(type, value, NULL,
H A Dtestapi.c34963 ret_val = xmlSchemaValPredefTypeNode(type, (const xmlChar *)value, val, node);
34972 printf("Leak of %d blocks found in xmlSchemaValPredefTypeNode",
[all...]

Completed in 340 milliseconds