OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:publicId
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/expat/dist/xmlwf/
xmlwf.c
81
const XML_Char *
publicId
;
341
free((void *)notationListHead->
publicId
);
419
if (notations[i]->
publicId
!= NULL) {
421
fputts(notations[i]->
publicId
, data->fp);
449
const XML_Char *systemId, const XML_Char *
publicId
) {
476
if (
publicId
!= NULL) {
477
entry->
publicId
= xcsdup(
publicId
);
478
if (entry->
publicId
== NULL) {
486
entry->
publicId
= NULL
[
all
...]
/src/external/mit/expat/dist/lib/
xmlparse.c
325
const XML_Char *
publicId
;
3093
entity->systemId, entity->
publicId
))
5016
parser->m_declEntity->
publicId
= tem;
5063
entity->systemId, entity->
publicId
))
5103
entity->systemId, entity->
publicId
))
5329
parser->m_declEntity->
publicId
= NULL;
5366
parser->m_declEntity->systemId, parser->m_declEntity->
publicId
, 0);
5382
parser->m_declEntity->
publicId
, parser->m_declEntity->notation);
5389
parser->m_declEntity->
publicId
, parser->m_declEntity->notation);
5412
parser->m_declEntity->
publicId
= NULL
[
all
...]
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026