Home
last modified time | relevance | path

Searched refs:UNUSED_P (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython2/Modules/expat/
Dxmlrole.c227 const char *UNUSED_P(ptr), in prolog2()
228 const char *UNUSED_P(end), in prolog2()
229 const ENCODING *UNUSED_P(enc)) in prolog2()
248 const char *UNUSED_P(ptr), in doctype0()
249 const char *UNUSED_P(end), in doctype0()
250 const ENCODING *UNUSED_P(enc)) in doctype0()
296 const char *UNUSED_P(ptr), in doctype2()
297 const char *UNUSED_P(end), in doctype2()
298 const ENCODING *UNUSED_P(enc)) in doctype2()
313 const char *UNUSED_P(ptr), in doctype3()
[all …]
Dinternal.h104 #ifndef UNUSED_P
106 # define UNUSED_P(p) UNUSED_ ## p __attribute__((__unused__)) macro
108 # define UNUSED_P(p) UNUSED_ ## p macro
Dxmltok.c157 isNever(const ENCODING *UNUSED_P(enc), const char *UNUSED_P(p)) in isNever()
163 utf8_isName2(const ENCODING *UNUSED_P(enc), const char *p) in utf8_isName2()
169 utf8_isName3(const ENCODING *UNUSED_P(enc), const char *p) in utf8_isName3()
177 utf8_isNmstrt2(const ENCODING *UNUSED_P(enc), const char *p) in utf8_isNmstrt2()
183 utf8_isNmstrt3(const ENCODING *UNUSED_P(enc), const char *p) in utf8_isNmstrt3()
191 utf8_isInvalid2(const ENCODING *UNUSED_P(enc), const char *p) in utf8_isInvalid2()
197 utf8_isInvalid3(const ENCODING *UNUSED_P(enc), const char *p) in utf8_isInvalid3()
203 utf8_isInvalid4(const ENCODING *UNUSED_P(enc), const char *p) in utf8_isInvalid4()
400 utf8_toUtf8(const ENCODING *UNUSED_P(enc), in utf8_toUtf8()
546 latin1_toUtf8(const ENCODING *UNUSED_P(enc), in latin1_toUtf8()
[all …]
Dxmltok_impl.c223 PREFIX(checkPiTarget)(const ENCODING *UNUSED_P(enc), const char *ptr, in PREFIX()
327 PREFIX(scanCdataSection)(const ENCODING *UNUSED_P(enc), const char *ptr, in PREFIX()
1562 PREFIX(charRefNumber)(const ENCODING *UNUSED_P(enc), const char *ptr) in PREFIX()
1606 PREFIX(predefinedEntityName)(const ENCODING *UNUSED_P(enc), const char *ptr, in PREFIX()
1660 PREFIX(nameMatchesAscii)(const ENCODING *UNUSED_P(enc), const char *ptr1, in PREFIX()
Dxmlparse.c5509 const char *UNUSED_P(s), in errorProcessor()
5510 const char *UNUSED_P(end), in errorProcessor()
5511 const char **UNUSED_P(nextPtr)) in errorProcessor()
/external/expat/lib/
Dxmlrole.c200 UNUSED_P(ptr); in prolog2()
201 UNUSED_P(end); in prolog2()
202 UNUSED_P(enc); in prolog2()
220 UNUSED_P(ptr); in doctype0()
221 UNUSED_P(end); in doctype0()
222 UNUSED_P(enc); in doctype0()
263 UNUSED_P(ptr); in doctype2()
264 UNUSED_P(end); in doctype2()
265 UNUSED_P(enc); in doctype2()
279 UNUSED_P(ptr); in doctype3()
[all …]
Dxmltok.c127 UNUSED_P(enc); in isNever()
128 UNUSED_P(p); in isNever()
134 UNUSED_P(enc); in utf8_isName2()
140 UNUSED_P(enc); in utf8_isName3()
148 UNUSED_P(enc); in utf8_isNmstrt2()
154 UNUSED_P(enc); in utf8_isNmstrt3()
162 UNUSED_P(enc); in utf8_isInvalid2()
168 UNUSED_P(enc); in utf8_isInvalid3()
174 UNUSED_P(enc); in utf8_isInvalid4()
255 UNUSED_P(enc); in sb_byteToAscii()
[all …]
Dinternal.h104 #ifndef UNUSED_P
105 # define UNUSED_P(p) (void)p macro
Dxmltok_impl.c224 UNUSED_P(enc); in PREFIX()
331 UNUSED_P(enc); in PREFIX()
1591 UNUSED_P(enc); in PREFIX()
1648 UNUSED_P(enc); in PREFIX()
1702 UNUSED_P(enc); in PREFIX()
Dxmlparse.c1412 UNUSED_P(useDTD); in XML_UseForeignDTD()
5289 UNUSED_P(s); in errorProcessor()
5290 UNUSED_P(end); in errorProcessor()
5291 UNUSED_P(nextPtr); in errorProcessor()
/external/python/cpython3/Modules/expat/
Dxmlrole.c200 UNUSED_P(ptr); in prolog2()
201 UNUSED_P(end); in prolog2()
202 UNUSED_P(enc); in prolog2()
220 UNUSED_P(ptr); in doctype0()
221 UNUSED_P(end); in doctype0()
222 UNUSED_P(enc); in doctype0()
263 UNUSED_P(ptr); in doctype2()
264 UNUSED_P(end); in doctype2()
265 UNUSED_P(enc); in doctype2()
279 UNUSED_P(ptr); in doctype3()
[all …]
Dxmltok.c135 UNUSED_P(enc); in isNever()
136 UNUSED_P(p); in isNever()
142 UNUSED_P(enc); in utf8_isName2()
148 UNUSED_P(enc); in utf8_isName3()
156 UNUSED_P(enc); in utf8_isNmstrt2()
162 UNUSED_P(enc); in utf8_isNmstrt3()
170 UNUSED_P(enc); in utf8_isInvalid2()
176 UNUSED_P(enc); in utf8_isInvalid3()
182 UNUSED_P(enc); in utf8_isInvalid4()
263 UNUSED_P(enc); in sb_byteToAscii()
[all …]
Dinternal.h104 #ifndef UNUSED_P
105 # define UNUSED_P(p) (void)p macro
Dxmltok_impl.c224 UNUSED_P(enc); in PREFIX()
331 UNUSED_P(enc); in PREFIX()
1591 UNUSED_P(enc); in PREFIX()
1648 UNUSED_P(enc); in PREFIX()
1702 UNUSED_P(enc); in PREFIX()
Dxmlparse.c5268 UNUSED_P(s); in errorProcessor()
5269 UNUSED_P(end); in errorProcessor()
5270 UNUSED_P(nextPtr); in errorProcessor()
/external/expat/tests/
Druntests.c98 UNUSED_P(tc); in tcase_add_test__ifdef_xml_dtd()
99 UNUSED_P(test); in tcase_add_test__ifdef_xml_dtd()
199 UNUSED_P(userData); in dummy_xdecl_handler()
200 UNUSED_P(version); in dummy_xdecl_handler()
201 UNUSED_P(encoding); in dummy_xdecl_handler()
202 UNUSED_P(standalone); in dummy_xdecl_handler()
209 UNUSED_P(userData); in dummy_start_doctype_handler()
210 UNUSED_P(doctypeName); in dummy_start_doctype_handler()
211 UNUSED_P(sysid); in dummy_start_doctype_handler()
212 UNUSED_P(pubid); in dummy_start_doctype_handler()
[all …]
Dminicheck.c214 UNUSED_P(condition); in _fail_unless()
/external/expat/xmlwf/
Dxmlwf.c304 UNUSED_P(sysid); in startDoctypeDecl()
305 UNUSED_P(publid); in startDoctypeDecl()
306 UNUSED_P(has_internal_subset); in startDoctypeDecl()
431 UNUSED_P(base); in notationDecl()
474 UNUSED_P(s); in defaultCharacterData()
475 UNUSED_P(len); in defaultCharacterData()
482 UNUSED_P(name); in defaultStartElement()
483 UNUSED_P(atts); in defaultStartElement()
489 UNUSED_P(name); in defaultEndElement()
496 UNUSED_P(target); in defaultProcessingInstruction()
[all …]
Dcodepage.c74 UNUSED_P(cp); in codepageMap()
75 UNUSED_P(map); in codepageMap()
90 UNUSED_P(cp); in codepageConvert()
91 UNUSED_P(p); in codepageConvert()
Dxmlfile.c154 UNUSED_P(publicId); in externalEntityRefFilemap()
230 UNUSED_P(publicId); in externalEntityRefStream()