OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlHashTablePtr
(Results
1 - 11
of
11
) sorted by null
/external/libxml2/include/libxml/
hash.h
22
typedef xmlHashTable *
xmlHashTablePtr
;
106
XMLPUBFUN
xmlHashTablePtr
XMLCALL
108
XMLPUBFUN
xmlHashTablePtr
XMLCALL
112
xmlHashFree (
xmlHashTablePtr
table,
119
xmlHashAddEntry (
xmlHashTablePtr
table,
123
xmlHashUpdateEntry(
xmlHashTablePtr
table,
128
xmlHashAddEntry2(
xmlHashTablePtr
table,
133
xmlHashUpdateEntry2(
xmlHashTablePtr
table,
139
xmlHashAddEntry3(
xmlHashTablePtr
table,
145
xmlHashUpdateEntry3(
xmlHashTablePtr
table
[
all
...]
schemasInternals.h
932
xmlHashTablePtr
typeDecl;
933
xmlHashTablePtr
attrDecl;
934
xmlHashTablePtr
attrgrpDecl;
935
xmlHashTablePtr
elemDecl;
936
xmlHashTablePtr
notaDecl;
938
xmlHashTablePtr
schemasImports;
941
xmlHashTablePtr
groupDecl;
946
xmlHashTablePtr
idcDef; /* All identity-constraint defs. */
xpath.h
292
xmlHashTablePtr
varHash; /* Hash table of defined variables */
300
xmlHashTablePtr
funcHash; /* Hash table of defined funcs */
321
xmlHashTablePtr
nsHash; /* The namespaces hash table */
parser.h
282
xmlHashTablePtr
attsDefault; /* defaulted attributes if any */
283
xmlHashTablePtr
attsSpecial; /* non-CDATA attributes if any */
[
all
...]
/external/libxml2/
hash.c
63
xmlHashComputeKey(
xmlHashTablePtr
table, const xmlChar *name,
88
xmlHashComputeQKey(
xmlHashTablePtr
table,
140
* Create a new
xmlHashTablePtr
.
144
xmlHashTablePtr
146
xmlHashTablePtr
table;
171
* Create a new
xmlHashTablePtr
which will use @dict as the internal dictionary
175
xmlHashTablePtr
177
xmlHashTablePtr
table;
197
xmlHashGrow(
xmlHashTablePtr
table, int size) {
288
xmlHashFree(
xmlHashTablePtr
table, xmlHashDeallocator f)
[
all
...]
catalog.c
161
xmlHashTablePtr
sgml;
187
static
xmlHashTablePtr
xmlCatalogXMLFiles = NULL;
[
all
...]
xinclude.c
[
all
...]
relaxng.c
114
xmlHashTablePtr
defs; /* define* */
115
xmlHashTablePtr
refs; /* references */
183
xmlHashTablePtr
defs; /* define */
184
xmlHashTablePtr
refs; /* references */
220
xmlHashTablePtr
interleaves; /* keep track of all the interleaves */
286
xmlHashTablePtr
triage; /* hash table used to direct nodes to the
982
xmlHashFree((
xmlHashTablePtr
) define->data, NULL);
[
all
...]
xmlschemastypes.c
134
static
xmlHashTablePtr
xmlSchemaTypesBank = NULL;
[
all
...]
xpath.c
[
all
...]
xmlschemas.c
579
xmlHashTablePtr
substGroups;
600
/*
xmlHashTablePtr
namespaces; */
[
all
...]
Completed in 251 milliseconds