OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlEntity
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/
entities.c
29
static
xmlEntity
xmlEntityLt = {
36
static
xmlEntity
xmlEntityGt = {
43
static
xmlEntity
xmlEntityAmp = {
50
static
xmlEntity
xmlEntityQuot = {
57
static
xmlEntity
xmlEntityApos = {
152
ret = (xmlEntityPtr) xmlMalloc(sizeof(
xmlEntity
));
157
memset(ret, 0, sizeof(
xmlEntity
));
830
cur = (xmlEntityPtr) xmlMalloc(sizeof(
xmlEntity
));
835
memset(cur, 0, sizeof(
xmlEntity
));
/external/libxml2/include/libxml/
tree.h
47
typedef struct _xmlEntity
xmlEntity
;
48
typedef
xmlEntity
*xmlEntityPtr;
[
all
...]
/external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp
[
all
...]
Completed in 121 milliseconds