OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlBufferAllocScheme
(Results
1 - 6
of
6
) sorted by null
/external/libxml2/include/libxml/
globals.h
74
#undef
xmlBufferAllocScheme
142
xmlBufferAllocationScheme
xmlBufferAllocScheme
;
300
#define
xmlBufferAllocScheme
\
303
XMLPUBVAR xmlBufferAllocationScheme
xmlBufferAllocScheme
;
/external/libxml2/
globals.c
156
#undef
xmlBufferAllocScheme
190
*
xmlBufferAllocScheme
:
195
xmlBufferAllocationScheme
xmlBufferAllocScheme
= XML_BUFFER_ALLOC_EXACT;
529
gs->
xmlBufferAllocScheme
= xmlBufferAllocSchemeThrDef;
803
#undef
xmlBufferAllocScheme
807
return (&
xmlBufferAllocScheme
);
809
return (&xmlGetGlobalState()->
xmlBufferAllocScheme
);
buf.c
136
ret->alloc =
xmlBufferAllocScheme
;
168
ret->alloc =
xmlBufferAllocScheme
;
[
all
...]
libxml2.syms
905
xmlBufferAllocScheme
; # variable
[
all
...]
tree.c
696
xmlBufferAllocScheme
= scheme;
714
return(
xmlBufferAllocScheme
);
[
all
...]
/external/libxml2/os400/
rpgsupport.c
96
THREADED_VAR(
xmlBufferAllocScheme
, xmlBufferAllocationScheme)
Completed in 105 milliseconds