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

  /external/chromium_org/third_party/libxslt/libxslt/
pattern.h 29 typedef xsltCompMatch *xsltCompMatchPtr;
35 XSLTPUBFUN xsltCompMatchPtr XSLTCALL
42 xsltFreeCompMatchList (xsltCompMatchPtr comp);
46 xsltCompMatchPtr comp);
pattern.c 126 xsltCompMatchPtr comp; /* the result */
140 * Returns the newly allocated xsltCompMatchPtr or NULL in case of error
142 static xsltCompMatchPtr
144 xsltCompMatchPtr cur;
146 cur = (xsltCompMatchPtr) xmlMalloc(sizeof(xsltCompMatch));
176 xsltFreeCompMatch(xsltCompMatchPtr comp) {
209 xsltFreeCompMatchList(xsltCompMatchPtr comp) {
210 xsltCompMatchPtr cur;
230 xsltCompMatchPtr comp = payload;
293 xsltCompMatchAdd(xsltParserContextPtr ctxt, xsltCompMatchPtr comp
    [all...]
numbers.c 546 xsltCompMatchPtr countPat = NULL;
547 xsltCompMatchPtr fromPat = NULL;
638 xsltCompMatchPtr countPat;
639 xsltCompMatchPtr fromPat;
    [all...]

Completed in 458 milliseconds