HomeSort by relevance Sort by last modified time
    Searched defs:myDoc (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libxml/src/
testThreads.c 53 xmlDocPtr myDoc;
64 myDoc = xmlParseFile(filename);
65 if (myDoc) {
66 xmlFreeDoc(myDoc);
testThreadsWin32.c 43 xmlDocPtr myDoc;
54 myDoc = xmlParseFile(filename);
55 if (myDoc) {
56 xmlFreeDoc(myDoc);
runtest.c     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 187 xmlDocPtr myDoc; /* the document being built */
    [all...]
  /external/libxml2/include/libxml/
parser.h 187 xmlDocPtr myDoc; /* the document being built */
    [all...]

Completed in 93 milliseconds