OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BAD_CAST
(Results
26 - 30
of
30
) sorted by null
1
2
/external/libxml2/
xinclude.c
513
href = xmlStrdup(
BAD_CAST
""); /* @@@@ href is now optional */
[
all
...]
debugXML.c
303
(!xmlStrEqual(node->name,
BAD_CAST
"pseudoroot")))
372
(node->name == xmlDictLookup(ctxt->dict,
BAD_CAST
"nbktext",
[
all
...]
pattern.c
81
r = (xmlChar *) xmlDictLookup((c)->comp->dict,
BAD_CAST
nsname, -1); \
82
else r = xmlStrdup(
BAD_CAST
nsname);
[
all
...]
xmlregexp.c
[
all
...]
/external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp
518
parser->str_xml = xmlDictLookup(parser->dict,
BAD_CAST
"xml", 3);
519
parser->str_xmlns = xmlDictLookup(parser->dict,
BAD_CAST
"xmlns", 5);
[
all
...]
Completed in 447 milliseconds
1
2