Searched refs:strval (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/xmllite/ |
H A D | reader.c | 224 } strval; typedef 248 strval prefix; 250 strval qname; 251 strval value; 259 strval prefix; 261 strval qname; 268 strval prefix; 269 strval uri; 426 static HRESULT reader_add_attr(xmlreader *reader, strval *prefix, strval *localname, strval *qname, in reader_add_attr() 1974 static HRESULT reader_parse_qname(xmlreader *reader, strval *prefix, strval *local, strval *qname) in reader_parse_qname() [all …]
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | xpath.c | 4520 xmlChar * strval; in xmlXPathDistinctSorted() local 4533 strval = xmlXPathCastNodeToString(cur); in xmlXPathDistinctSorted() 4534 if (xmlHashLookup(hash, strval) == NULL) { in xmlXPathDistinctSorted() 4535 xmlHashAddEntry(hash, strval, strval); in xmlXPathDistinctSorted() 4540 xmlFree(strval); in xmlXPathDistinctSorted() 5879 xmlChar *strval; in xmlXPathCastNodeToNumber() local 5884 strval = xmlXPathCastNodeToString(node); in xmlXPathCastNodeToNumber() 5885 if (strval == NULL) in xmlXPathCastNodeToNumber() 5887 ret = xmlXPathCastStringToNumber(strval); in xmlXPathCastNodeToNumber() 5888 xmlFree(strval); in xmlXPathCastNodeToNumber()
|
H A D | relaxng.c | 617 const xmlChar * strval, void *value); 2498 const xmlChar * val, const xmlChar * strval, in xmlRelaxNGSchemaFacetCheck() argument 2505 if ((type == NULL) || (strval == NULL)) in xmlRelaxNGSchemaFacetCheck() 2551 ret = xmlSchemaValidateFacet(typ, facet, strval, value); in xmlRelaxNGSchemaFacetCheck()
|