Searched refs:xmlXPathCacheNewCString (Results 1 – 1 of 1) sorted by relevance
| /external/libxml2/ |
| D | xpath.c | 2451 xmlXPathCacheNewCString(xmlXPathContextPtr ctxt, const char *val) in xmlXPathCacheNewCString() function 2656 return(xmlXPathCacheNewCString(ctxt, "")); in xmlXPathCacheConvertString() 2685 return(xmlXPathCacheNewCString(ctxt, "")); in xmlXPathCacheConvertString() 8727 valuePush(ctxt, xmlXPathCacheNewCString(ctxt->context, "")); in xmlXPathLocalNameFunction() 8735 valuePush(ctxt, xmlXPathCacheNewCString(ctxt->context, "")); in xmlXPathLocalNameFunction() 8746 valuePush(ctxt, xmlXPathCacheNewCString(ctxt->context, "")); in xmlXPathLocalNameFunction() 8785 valuePush(ctxt, xmlXPathCacheNewCString(ctxt->context, "")); in xmlXPathNamespaceURIFunction() 8792 valuePush(ctxt, xmlXPathCacheNewCString(ctxt->context, "")); in xmlXPathNamespaceURIFunction() 8798 valuePush(ctxt, xmlXPathCacheNewCString(ctxt->context, "")); in xmlXPathNamespaceURIFunction() 8845 valuePush(ctxt, xmlXPathCacheNewCString(ctxt->context, "")); in xmlXPathNameFunction() [all …]
|