Searched defs:strval (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Drelaxng.c603 * @strval: the string value
613 const xmlChar * strval, void *value);
2464 * @strval: the string value
2474 const xmlChar * val, const xmlChar * strval,
2481 if ((type == NULL) || (strval == NULL))
2527 ret = xmlSchemaValidateFacet(typ, facet, strval, value);
2472 xmlRelaxNGSchemaFacetCheck(void *data ATTRIBUTE_UNUSED, const xmlChar * type, const xmlChar * facetname, const xmlChar * val, const xmlChar * strval, void *value) argument
H A Dxpath.c4458 xmlChar * strval; local
4469 strval = xmlXPathCastNodeToString(cur);
4470 if (xmlHashLookup(hash, strval) == NULL) {
4471 xmlHashAddEntry(hash, strval, strval);
4474 xmlFree(strval);
5787 xmlChar *strval; local
5792 strval = xmlXPathCastNodeToString(node);
5793 if (strval == NULL)
5795 ret = xmlXPathCastStringToNumber(strval);
[all...]

Completed in 77 milliseconds