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

  /external/libxslt/libxslt/
variables.c 490 ret = (xsltStackElemPtr) xmlMalloc(sizeof(xsltStackElem));
496 memset(ret, 0, sizeof(xsltStackElem));
513 cur = (xsltStackElemPtr) xmlMalloc(sizeof(xsltStackElem));
519 memset(cur, 0, sizeof(xsltStackElem));
583 memset(elem, 0, sizeof(xsltStackElem));
    [all...]
xsltInternals.h     [all...]

Completed in 531 milliseconds