Searched refs:doctypeName (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
D | xmlwf.c | 321 startDoctypeDecl(void *userData, const XML_Char *doctypeName, in startDoctypeDecl() argument 328 data->currentDoctypeName = xcsdup(doctypeName); in startDoctypeDecl() 685 metaStartDoctypeDecl(void *userData, const XML_Char *doctypeName, in metaStartDoctypeDecl() argument 694 ftprintf(fp, T("<startdoctype name=\"%s\""), doctypeName); in metaStartDoctypeDecl()
|
/third_party/python/Modules/expat/ |
D | expat.h | 315 const XML_Char *doctypeName,
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | expat.h | 315 const XML_Char *doctypeName,
|
/third_party/python/Lib/xml/dom/ |
D | expatbuilder.py | 240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument 243 doctypeName, publicId, systemId)
|
/third_party/python/Modules/ |
D | pyexpat.c | 675 (void *userData, const XML_Char *doctypeName, 678 ("(NNNi)", string_intern(self, doctypeName),
|
/third_party/python/Doc/library/ |
D | pyexpat.rst | 314 .. method:: xmlparser.StartDoctypeDeclHandler(doctypeName, systemId, publicId, has_internal_subset) 317 ...``). The *doctypeName* is provided exactly as presented. The *systemId* and
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 214 dummy_start_doctype_handler(void *userData, const XML_Char *doctypeName, in dummy_start_doctype_handler() argument 218 UNUSED_P(doctypeName); in dummy_start_doctype_handler() 378 dummy_start_doctype_decl_handler(void *userData, const XML_Char *doctypeName, in dummy_start_doctype_decl_handler() argument 382 UNUSED_P(doctypeName); in dummy_start_doctype_decl_handler()
|