| /freebsd/contrib/expat/tests/ |
| H A D | handlers.h | 180 const XML_Char *systemId, 186 const XML_Char *systemId, 199 const XML_Char *systemId, 203 const XML_Char *systemId, const XML_Char *publicId); 207 const XML_Char *systemId, 213 const XML_Char *systemId, 219 const XML_Char *systemId, 225 const XML_Char *systemId, 231 const XML_Char *systemId, 237 const XML_Char *systemId, [all …]
|
| H A D | handlers.c | 432 const XML_Char *base, const XML_Char *systemId, in external_entity_optioner() argument 440 if (! xcstrcmp(systemId, options->system_id)) { in external_entity_optioner() 458 const XML_Char *base, const XML_Char *systemId, in external_entity_loader() argument 464 UNUSED_P(systemId); in external_entity_loader() 485 const XML_Char *base, const XML_Char *systemId, in external_entity_faulter() argument 491 UNUSED_P(systemId); in external_entity_faulter() 513 const XML_Char *base, const XML_Char *systemId, in external_entity_null_loader() argument 518 UNUSED_P(systemId); in external_entity_null_loader() 525 const XML_Char *base, const XML_Char *systemId, in external_entity_resetter() argument 532 UNUSED_P(systemId); in external_entity_resetter() [all …]
|
| H A D | dummy.c | 96 const XML_Char *systemId, const XML_Char *publicId, in dummy_entity_decl_handler() argument 104 UNUSED_P(systemId); in dummy_entity_decl_handler() 112 const XML_Char *base, const XML_Char *systemId, in dummy_notation_decl_handler() argument 117 UNUSED_P(systemId); in dummy_notation_decl_handler() 219 const XML_Char *systemId, in dummy_unparsed_entity_decl_handler() argument 225 UNUSED_P(systemId); in dummy_unparsed_entity_decl_handler()
|
| H A D | dummy.h | 89 const XML_Char *systemId, const XML_Char *publicId, 95 const XML_Char *systemId, 132 const XML_Char *systemId, const XML_Char *publicId,
|
| H A D | basic_tests.c | 2834 const XML_Char *base, const XML_Char *systemId, in external_entity_attr_checker() argument 2838 UNUSED_P(systemId); in external_entity_attr_checker() 3801 const XML_Char *base, const XML_Char *systemId, in external_bom_checker() argument 3805 UNUSED_P(systemId); in external_bom_checker() 3812 if (! xcstrcmp(systemId, XCS("004-2.ent"))) { in external_bom_checker() 3823 } else if (! xcstrcmp(systemId, XCS("004-1.ent"))) { in external_bom_checker() 6266 const XML_Char *base, const XML_Char *systemId, in external_inherited_parser() argument 6269 UNUSED_P(systemId); in external_inherited_parser()
|
| /freebsd/contrib/expat/xmlwf/ |
| H A D | xmlfile.c | 134 resolveSystemId(const XML_Char *base, const XML_Char *systemId, in resolveSystemId() argument 138 if (! base || *systemId == T('/') in resolveSystemId() 140 || *systemId == T('\\') in resolveSystemId() 141 || (isAsciiLetter(systemId[0]) && systemId[1] == T(':')) in resolveSystemId() 144 return systemId; in resolveSystemId() 147 const size_t systemIdLen = tcslen(systemId); in resolveSystemId() 152 return systemId; in resolveSystemId() 158 return systemId; in resolveSystemId() 162 return systemId; in resolveSystemId() 171 tcscpy(s, systemId); in resolveSystemId() [all …]
|
| H A D | xmlwf.c | 89 const XML_Char *systemId; member 347 free((void *)notationListHead->systemId); in freeNotations() 445 if (notations[i]->systemId != NULL) { in endDoctypeDecl() 447 writeLiteral(data->fp, notations[i]->systemId); in endDoctypeDecl() 449 } else if (notations[i]->systemId != NULL) { in endDoctypeDecl() 451 writeLiteral(data->fp, notations[i]->systemId); in endDoctypeDecl() 470 const XML_Char *systemId, const XML_Char *publicId) { in notationDecl() argument 486 if (systemId != NULL) { in notationDecl() 487 entry->systemId = xcsdup(systemId); in notationDecl() 488 if (entry->systemId == NULL) { in notationDecl() [all …]
|
| /freebsd/contrib/expat/fuzz/ |
| H A D | xml_lpm_fuzzer.cpp | 301 const XML_Char *systemId, const XML_Char *publicId, in EntityDeclHandler() argument 308 TouchString(systemId); in EntityDeclHandler() 315 const XML_Char *base, const XML_Char *systemId, in NotationDeclHandler() argument 320 TouchString(systemId); in NotationDeclHandler() 346 const XML_Char *base, const XML_Char *systemId, in ExternalEntityRefHandler() argument 351 TouchString(systemId); in ExternalEntityRefHandler()
|
| /freebsd/contrib/expat/lib/ |
| H A D | expat.h | 370 const XML_Char *systemId, const XML_Char *publicId, 387 const XML_Char *systemId, const XML_Char *publicId, 397 const XML_Char *systemId, 461 const XML_Char *systemId,
|
| H A D | xmlparse.c | 332 const XML_Char *systemId; member 3464 entity->systemId, entity->publicId); 5486 entity->systemId, entity->publicId); 5536 entity->systemId, entity->publicId); 5791 parser->m_declEntity->systemId 5794 if (! parser->m_declEntity->systemId) 5823 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0); 5840 parser->m_declEntity->base, parser->m_declEntity->systemId, 5849 parser->m_declEntity->base, parser->m_declEntity->systemId, 5952 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, local [all …]
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-anchor.c | 1585 const XML_Char *ATTR_UNUSED(systemId), in xml_entitydeclhandler() argument
|