OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htmlReadMemory
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
HTMLparser.h
204
htmlReadMemory
(const char *buffer,
/external/libxml2/include/libxml/
HTMLparser.h
206
htmlReadMemory
(const char *buffer,
/external/chromium_org/third_party/libxml/src/
xmllint.c
[
all
...]
elfgcchack.h
702
#undef
htmlReadMemory
703
extern __typeof (
htmlReadMemory
)
htmlReadMemory
__attribute((alias("htmlReadMemory__internal_alias")));
705
#ifndef
htmlReadMemory
706
extern __typeof (
htmlReadMemory
) htmlReadMemory__internal_alias __attribute((visibility("hidden")));
707
#define
htmlReadMemory
htmlReadMemory__internal_alias
[
all
...]
HTMLparser.c
[
all
...]
testapi.c
915
if (no == 1) return(
htmlReadMemory
("<html/>", 7, "test", NULL, 0));
[
all
...]
/external/libxml2/
xmllint.c
[
all
...]
elfgcchack.h
702
#undef
htmlReadMemory
703
extern __typeof (
htmlReadMemory
)
htmlReadMemory
__attribute((alias("htmlReadMemory__internal_alias")));
705
#ifndef
htmlReadMemory
706
extern __typeof (
htmlReadMemory
) htmlReadMemory__internal_alias __attribute((visibility("hidden")));
707
#define
htmlReadMemory
htmlReadMemory__internal_alias
[
all
...]
HTMLparser.c
[
all
...]
Completed in 134 milliseconds