OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htmlElemDesc
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/include/libxml/
HTMLparser.h
41
typedef struct _htmlElemDesc
htmlElemDesc
;
42
typedef
htmlElemDesc
*htmlElemDescPtr;
86
XMLPUBFUN const
htmlElemDesc
* XMLCALL
263
/* Using
htmlElemDesc
rather than name here, to emphasise the fact
266
XMLPUBFUN htmlStatus XMLCALL htmlAttrAllowed(const
htmlElemDesc
*, const xmlChar*, int) ;
267
XMLPUBFUN int XMLCALL htmlElementAllowedHere(const
htmlElemDesc
*, const xmlChar*) ;
268
XMLPUBFUN htmlStatus XMLCALL htmlElementStatusHere(const
htmlElemDesc
*, const
htmlElemDesc
*) ;
/external/libxml2/
HTMLparser.c
625
static const
htmlElemDesc
[
all
...]
HTMLtree.c
771
const
htmlElemDesc
* info;
Completed in 26 milliseconds