OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlAttributeTablePtr
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
valid.h
134
typedef xmlAttributeTable *
xmlAttributeTablePtr
;
252
XMLPUBFUN
xmlAttributeTablePtr
XMLCALL
253
xmlCopyAttributeTable (
xmlAttributeTablePtr
table);
256
xmlFreeAttributeTable (
xmlAttributeTablePtr
table);
260
xmlAttributeTablePtr
table);
/external/libxml2/include/libxml/
valid.h
134
typedef xmlAttributeTable *
xmlAttributeTablePtr
;
252
XMLPUBFUN
xmlAttributeTablePtr
XMLCALL
253
xmlCopyAttributeTable (
xmlAttributeTablePtr
table);
256
xmlFreeAttributeTable (
xmlAttributeTablePtr
table);
260
xmlAttributeTablePtr
table);
/external/chromium_org/third_party/libxml/src/
valid.c
[
all
...]
tree.c
1115
xmlFreeAttributeTable((
xmlAttributeTablePtr
) cur->attributes);
[
all
...]
testapi.c
[
all
...]
/external/libxml2/
valid.c
[
all
...]
tree.c
1133
xmlFreeAttributeTable((
xmlAttributeTablePtr
) cur->attributes);
[
all
...]
Completed in 5271 milliseconds