OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:myDoc
(Results
1 - 6
of
6
) sorted by null
/external/libxml2/
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/libxml2/include/libxml/
parser.h
187
xmlDocPtr
myDoc
; /* the document being built */
[
all
...]
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar
Completed in 914 milliseconds