OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htmlNewDoc
(Results
1 - 4
of
4
) sorted by null
/external/libxml2/include/libxml/
HTMLtree.h
63
htmlNewDoc
(const xmlChar *URI,
/external/libxml2/
libxml2.syms
420
htmlNewDoc
;
[
all
...]
elfgcchack.h
462
#undef
htmlNewDoc
463
extern __typeof (
htmlNewDoc
)
htmlNewDoc
__attribute((alias("htmlNewDoc__internal_alias")));
465
#ifndef
htmlNewDoc
466
extern __typeof (
htmlNewDoc
) htmlNewDoc__internal_alias __attribute((visibility("hidden")));
467
#define
htmlNewDoc
htmlNewDoc__internal_alias
[
all
...]
testapi.c
910
if (no == 0) return(
htmlNewDoc
(NULL, NULL));
[
all
...]
Completed in 135 milliseconds