Searched refs:xmlSchemaGetFacetValueAsULong (Results 1 – 10 of 10) sorted by relevance
92 xmlSchemaGetFacetValueAsULong (xmlSchemaFacetPtr facet);
1662 xmlSchemaGetFacetValueAsULong
9602 #undef xmlSchemaGetFacetValueAsULong9603 extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong __attribute((alias("x…9605 #ifndef xmlSchemaGetFacetValueAsULong9606 extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong__internal_alias __att…9607 #define xmlSchemaGetFacetValueAsULong xmlSchemaGetFacetValueAsULong__internal_alias macro
5046 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) in xmlSchemaGetFacetValueAsULong() function
2654 snprintf(len, 24, "%lu", xmlSchemaGetFacetValueAsULong(facet)); in xmlSchemaFacetErr()
5039 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) in xmlSchemaGetFacetValueAsULong() function
35051 ret_val = xmlSchemaGetFacetValueAsULong(facet); in test_xmlSchemaGetFacetValueAsULong()