OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlDllMain
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
threads.h
76
int XMLCALL
xmlDllMain
(void *hinstDLL, unsigned long fdwReason, void *lpvReserved);
/external/libxml2/include/libxml/
threads.h
76
int XMLCALL
xmlDllMain
(void *hinstDLL, unsigned long fdwReason, void *lpvReserved);
/external/chromium_org/third_party/libxml/src/
threads.c
996
xmlDllMain
(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
/external/libxml2/
threads.c
1001
xmlDllMain
(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
Completed in 243 milliseconds