OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g_encoding
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/expat/dist/fuzz/
xml_lpm_fuzzer.cpp
45
static const char *
g_encoding
= nullptr;
variable
53
g_encoding
= "UTF-8";
57
g_encoding
= "UTF-16";
61
g_encoding
= "ISO-8859-1";
65
g_encoding
= "US-ASCII";
69
g_encoding
= NULL;
73
g_encoding
= "UNKNOWN";
356
= XML_ExternalEntityParserCreate(parser, context,
g_encoding
);
427
= XML_ParserCreate_MM(
g_encoding
, &memory_handling_suite, "|");
437
XML_ParserReset(parser,
g_encoding
);
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026