OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlHashCreate
(Results
1 - 13
of
13
) sorted by null
/external/libxml2/include/libxml/
hash.h
107
xmlHashCreate
(int size);
/external/libxml2/
hash.c
166
*
xmlHashCreate
:
174
xmlHashCreate
(int size) {
211
table =
xmlHashCreate
(size);
986
ret =
xmlHashCreate
(table->size);
catalog.c
426
ret->sgml =
xmlHashCreate
(10);
[
all
...]
rngparser.c
496
ctxt->namespaces =
xmlHashCreate
(10);
543
ctxt->datatypes =
xmlHashCreate
(10);
[
all
...]
libxml2.syms
865
xmlHashCreate
;
[
all
...]
entities.c
872
return((xmlEntitiesTablePtr)
xmlHashCreate
(0));
relaxng.c
[
all
...]
xpath.c
[
all
...]
elfgcchack.h
[
all
...]
xmlschemastypes.c
395
xmlSchemaTypesBank =
xmlHashCreate
(40);
[
all
...]
testapi.c
623
if (no == 0) return(
xmlHashCreate
(10));
[
all
...]
/external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c
[
all
...]
/external/libxml2/os400/dlfcn/
dlfcn.c
157
dldir =
xmlHashCreate
(16);
Completed in 190 milliseconds