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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c2114 * xmlXPathCacheNewString:
2124 xmlXPathCacheNewString(xmlXPathContextPtr ctxt, const xmlChar *val) function
2335 return(xmlXPathCacheNewString(ctxt, val->stringval));
6398 xmlXPathCacheNewString(ctxt->context, str2));
6453 xmlXPathCacheNewString(ctxt->context, str2));
6707 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context, str2));
8627 xmlXPathCacheNewString(ctxt->context,
8631 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context,
8683 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context,
8747 xmlXPathCacheNewString(ctx
[all...]

Completed in 163 milliseconds