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

  /external/libxml2/
xinclude.c 548 xmlChar *escbase; local
553 escbase = xmlURIEscape(base);
555 URI = xmlBuildURI(eschref, escbase);
556 if (escbase != NULL)
557 xmlFree(escbase);
2082 xmlChar *escbase; local
    [all...]

Completed in 2502 milliseconds