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/chromium_org/third_party/libxml/src/include/libxml/
globals.h
70
#undef
xmlBufferAllocScheme
138
xmlBufferAllocationScheme
xmlBufferAllocScheme
;
295
#define
xmlBufferAllocScheme
\
298
XMLPUBVAR xmlBufferAllocationScheme
xmlBufferAllocScheme
;
/external/libxml2/include/libxml/
globals.h
70
#undef
xmlBufferAllocScheme
138
xmlBufferAllocationScheme
xmlBufferAllocScheme
;
295
#define
xmlBufferAllocScheme
\
298
XMLPUBVAR xmlBufferAllocationScheme
xmlBufferAllocScheme
;
/external/chromium_org/third_party/libxml/src/
globals.c
163
#undef
xmlBufferAllocScheme
197
*
xmlBufferAllocScheme
:
202
xmlBufferAllocationScheme
xmlBufferAllocScheme
= XML_BUFFER_ALLOC_EXACT;
536
gs->
xmlBufferAllocScheme
= xmlBufferAllocSchemeThrDef;
810
#undef
xmlBufferAllocScheme
814
return (&
xmlBufferAllocScheme
);
816
return (&xmlGetGlobalState()->
xmlBufferAllocScheme
);
tree.c
686
xmlBufferAllocScheme
= scheme;
701
return(
xmlBufferAllocScheme
);
[
all
...]
/external/libxml2/
globals.c
144
#undef
xmlBufferAllocScheme
178
*
xmlBufferAllocScheme
:
183
xmlBufferAllocationScheme
xmlBufferAllocScheme
= XML_BUFFER_ALLOC_EXACT;
517
gs->
xmlBufferAllocScheme
= xmlBufferAllocSchemeThrDef;
791
#undef
xmlBufferAllocScheme
795
return (&
xmlBufferAllocScheme
);
797
return (&xmlGetGlobalState()->
xmlBufferAllocScheme
);
tree.c
686
xmlBufferAllocScheme
= scheme;
701
return(
xmlBufferAllocScheme
);
[
all
...]
Completed in 75 milliseconds