Searched refs:xmlXPathCacheNewString (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/libxml/src/ |
H A D | xpath.c | 2113 * xmlXPathCacheNewString: 2123 xmlXPathCacheNewString(xmlXPathContextPtr ctxt, const xmlChar *val) function 2334 return(xmlXPathCacheNewString(ctxt, val->stringval)); 6372 xmlXPathCacheNewString(ctxt->context, str2)); 6427 xmlXPathCacheNewString(ctxt->context, str2)); 6681 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context, str2)); 8608 xmlXPathCacheNewString(ctxt->context, 8612 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context, 8664 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context, 8728 xmlXPathCacheNewString(ctx [all...] |
/external/libxml2/ |
H A D | xpath.c | 2199 * xmlXPathCacheNewString: 2209 xmlXPathCacheNewString(xmlXPathContextPtr ctxt, const xmlChar *val) function 2420 return(xmlXPathCacheNewString(ctxt, val->stringval)); 6487 xmlXPathCacheNewString(ctxt->context, str2)); 6542 xmlXPathCacheNewString(ctxt->context, str2)); 6796 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context, str2)); 8733 xmlXPathCacheNewString(ctxt->context, 8737 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context, 8789 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context, 8853 xmlXPathCacheNewString(ctx [all...] |
Completed in 176 milliseconds