HomeSort by relevance Sort by last modified time
    Searched refs:stackItems (Results 1 - 4 of 4) sorted by null

  /external/libxslt/libxslt/
variables.c 480 if (ctxt && ctxt->cache->stackItems) {
481 ret = ctxt->cache->stackItems;
482 ctxt->cache->stackItems = ret->next;
585 elem->next = ctxt->cache->stackItems;
586 ctxt->cache->stackItems = elem;
    [all...]
xsltInternals.h     [all...]
transform.c 392 if (cache->stackItems) {
393 xsltStackElemPtr tmp, cur = cache->stackItems;
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 283 milliseconds