OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlGlobalStatePtr
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
threads.h
72
XMLPUBFUN
xmlGlobalStatePtr
XMLCALL
globals.h
117
typedef xmlGlobalState *
xmlGlobalStatePtr
;
174
XMLPUBFUN void XMLCALL xmlInitializeGlobalState(
xmlGlobalStatePtr
gs);
/external/libxml2/include/libxml/
threads.h
72
XMLPUBFUN
xmlGlobalStatePtr
XMLCALL
globals.h
117
typedef xmlGlobalState *
xmlGlobalStatePtr
;
174
XMLPUBFUN void XMLCALL xmlInitializeGlobalState(
xmlGlobalStatePtr
gs);
/external/chromium_org/third_party/libxml/src/
threads.c
575
* Returns the newly allocated
xmlGlobalStatePtr
or NULL in case of error
577
static
xmlGlobalStatePtr
655
xmlGlobalStatePtr
globals.c
513
xmlInitializeGlobalState(
xmlGlobalStatePtr
gs)
/external/libxml2/
threads.c
577
* Returns the newly allocated
xmlGlobalStatePtr
or NULL in case of error
579
static
xmlGlobalStatePtr
657
xmlGlobalStatePtr
globals.c
494
xmlInitializeGlobalState(
xmlGlobalStatePtr
gs)
Completed in 32 milliseconds