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

  /external/chromium_org/third_party/libxslt/libxslt/
imports.c 192 xsltDocumentPtr docptr; local
217 docptr = style->includes;
218 while (docptr != NULL) {
219 if (xmlStrEqual(docptr->doc->URL, URI)) {
224 docptr = docptr->includes;

Completed in 445 milliseconds