HomeSort by relevance Sort by last modified time
    Searched full:frompat (Results 1 - 1 of 1) sorted by null

  /external/libxslt/libxslt/
numbers.c 547 xsltCompMatchPtr fromPat = NULL;
552 fromPat = xsltCompilePattern(from, doc, elem, NULL, context);
590 xsltTestCompMatchList(context, cur, fromPat)) {
618 if (fromPat != NULL)
619 xsltFreeCompMatchList(fromPat);
639 xsltCompMatchPtr fromPat;
646 fromPat = xsltCompilePattern(from, doc, elem, NULL, context);
648 fromPat = NULL;
658 xsltTestCompMatchList(context, ancestor, fromPat))
694 xsltFreeCompMatchList(fromPat);
    [all...]

Completed in 51 milliseconds