Home
last modified time | relevance | path

Searched refs:doctypeName (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlwf.c321 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/
Dexpat.h315 const XML_Char *doctypeName,
/third_party/skia/third_party/externals/expat/expat/lib/
Dexpat.h315 const XML_Char *doctypeName,
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument
243 doctypeName, publicId, systemId)
/third_party/python/Modules/
Dpyexpat.c675 (void *userData, const XML_Char *doctypeName,
678 ("(NNNi)", string_intern(self, doctypeName),
/third_party/python/Doc/library/
Dpyexpat.rst314 .. 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/
Druntests.c214 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()