OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_FALSE
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/mit/expat/dist/tests/
common.c
141
XML_Bool g_resumable =
XML_FALSE
;
144
XML_Bool g_abortable =
XML_FALSE
;
206
enum XML_Status res = XML_Parse(parser, s, chunksize,
XML_FALSE
);
acc_tests.c
329
==
XML_FALSE
)
333
==
XML_FALSE
)
337
==
XML_FALSE
)
352
==
XML_FALSE
)
basic_tests.c
215
assert_true(XML_SetHashSalt16Bytes(NULL, entropy) ==
XML_FALSE
);
218
assert_true(XML_SetHashSalt16Bytes(parser, NULL) ==
XML_FALSE
);
225
assert_true(XML_Parse(parser, "", 0,
XML_FALSE
/* isFinal */)
227
assert_true(XML_SetHashSalt16Bytes(parser, entropy) ==
XML_FALSE
);
441
if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)first_chunk_bytes,
XML_FALSE
)
1279
const XML_Bool reset_or_not[] = {XML_TRUE,
XML_FALSE
};
1447
XCS("doc"), XCS("a"), XCS("NOTATION(foo)"), NULL,
XML_FALSE
},
1451
XCS("doc"), XCS("a"), XCS("NOTATION(foo)"), XCS("bar"),
XML_FALSE
},
1461
XML_FALSE
},
1462
{NULL, NULL, NULL, NULL, NULL,
XML_FALSE
}};
[
all
...]
misc_tests.c
156
return
XML_FALSE
;
164
return
XML_FALSE
;
173
return
XML_FALSE
;
182
return
XML_FALSE
;
191
return
XML_FALSE
;
371
const XML_Bool suspendOrNot[] = {
XML_FALSE
, XML_TRUE};
558
_XML_Parse_SINGLE_BYTES(parser, data, (int)strlen(data),
XML_FALSE
);
573
const XML_Bool cases[] = {XML_TRUE,
XML_FALSE
};
ns_tests.c
79
g_triplet_start_flag =
XML_FALSE
;
80
g_triplet_end_flag =
XML_FALSE
;
82
if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text),
XML_FALSE
)
86
XML_SetReturnNSTriplet(g_parser,
XML_FALSE
);
514
if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1),
XML_FALSE
)
nsalloc_tests.c
115
if (XML_ParseBuffer(g_parser, 0,
XML_FALSE
) != XML_STATUS_ERROR)
125
if (XML_ParseBuffer(g_parser, 0,
XML_FALSE
) != XML_STATUS_ERROR)
132
if (XML_ParseBuffer(g_parser, 0,
XML_FALSE
) != XML_STATUS_OK)
793
if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1),
XML_FALSE
)
1338
if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1),
XML_FALSE
)
alloc_tests.c
597
if (XML_ParseBuffer(g_parser, (int)strlen(text),
XML_FALSE
)
2161
/*isFinal=*/
XML_FALSE
)
2248
==
XML_FALSE
)
2251
==
XML_FALSE
)
2254
==
XML_FALSE
)
2265
==
XML_FALSE
)
handlers.c
179
XML_StopParser(g_parser,
XML_FALSE
);
187
int g_triplet_start_flag =
XML_FALSE
;
188
int g_triplet_end_flag =
XML_FALSE
;
676
if (XML_ParseBuffer(ext_parser, parse_len,
XML_FALSE
) != XML_STATUS_SUSPENDED)
1459
status = XML_ParseBuffer(ext_parser, (int)strlen(text),
XML_FALSE
);
1610
if (XML_StopParser(g_parser,
XML_FALSE
) != XML_STATUS_ERROR)
1616
if (XML_StopParser(g_parser,
XML_FALSE
) == XML_STATUS_ERROR)
/src/external/mit/expat/dist/lib/
xmlparse.c
329
XML_FALSE
). The reason is the delayed closing of entities until their inner
1173
parser->m_reenter =
XML_FALSE
;
1180
parser->m_reenter =
XML_FALSE
;
1378
parser->m_ns =
XML_FALSE
;
1379
parser->m_ns_triplets =
XML_FALSE
;
1464
parser->m_declAttributeIsCdata =
XML_FALSE
;
1465
parser->m_declAttributeIsId =
XML_FALSE
;
1484
parser->m_reenter =
XML_FALSE
;
1486
parser->m_isParamEntity =
XML_FALSE
;
1487
parser->m_useForeignDTD =
XML_FALSE
;
[
all
...]
expat.h
61
# define
XML_FALSE
((XML_Bool)0)
929
Returns XML_TRUE if successful,
XML_FALSE
when called after parsing has
/src/external/mit/expat/dist/fuzz/
xml_parse_fuzzer.c
55
XML_StopParser(parser, s[1] == 'r' ?
XML_FALSE
: XML_TRUE);
xml_parsebuffer_fuzzer.c
56
XML_StopParser(parser, s[1] == 'r' ?
XML_FALSE
: XML_TRUE);
/src/external/mit/expat/dist/examples/
element_declarations.c
186
XML_StopParser(parser, /* resumable= */
XML_FALSE
);
/src/external/mit/expat/dist/xmlwf/
xmlwf.c
988
XML_Bool attackThresholdGiven =
XML_FALSE
;
990
XML_Bool disableDeferral =
XML_FALSE
;
1199
const XML_Bool success = XML_SetReparseDeferralEnabled(parser,
XML_FALSE
);
/src/external/gpl3/gdb.old/dist/gdb/
xml-support.c
120
XML_StopParser (m_expat_parser,
XML_FALSE
);
/src/external/gpl3/gdb/dist/gdb/
xml-support.c
120
XML_StopParser (m_expat_parser,
XML_FALSE
);
/src/external/bsd/unbound/dist/smallapp/
unbound-anchor.c
1563
(void)XML_StopParser((XML_Parser)userData,
XML_FALSE
);
Completed in 100 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026