OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlAddDocEntity
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
entities.c
335
*
xmlAddDocEntity
:
348
xmlAddDocEntity
(xmlDocPtr doc, const xmlChar *name, int type,
356
"
xmlAddDocEntity
: document is NULL");
361
"
xmlAddDocEntity
: document without internal subset");
392
* Create a new entity, this differs from
xmlAddDocEntity
() that if
408
return(
xmlAddDocEntity
(doc, name, type, ExternalID, SystemID, content));
elfgcchack.h
[
all
...]
Completed in 466 milliseconds