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

/external/libxml2/
H A Dxpath.c2065 * xmlXPathCacheNewCString:
2075 xmlXPathCacheNewCString(xmlXPathContextPtr ctxt, const char *val) function
2280 return(xmlXPathCacheNewCString(ctxt, ""));
2309 return(xmlXPathCacheNewCString(ctxt, ""));
8642 valuePush(ctxt, xmlXPathCacheNewCString(ctxt->context, ""));
8650 valuePush(ctxt, xmlXPathCacheNewCString(ctxt->context, ""));
8661 valuePush(ctxt, xmlXPathCacheNewCString(ctxt->context, ""));
8700 valuePush(ctxt, xmlXPathCacheNewCString(ctxt->context, ""));
8707 valuePush(ctxt, xmlXPathCacheNewCString(ctxt->context, ""));
8713 valuePush(ctxt, xmlXPathCacheNewCString(ctx
[all...]

Completed in 47 milliseconds