declEntity 879 third_party/expat/files/lib/xmlparse.c declEntity = NULL; declEntity 3884 third_party/expat/files/lib/xmlparse.c declEntity = (ENTITY *)lookup(parser, declEntity 3888 third_party/expat/files/lib/xmlparse.c if (!declEntity) declEntity 3912 third_party/expat/files/lib/xmlparse.c if (dtd->keepProcessing && declEntity) { declEntity 3920 third_party/expat/files/lib/xmlparse.c declEntity->publicId = tem; declEntity 4149 third_party/expat/files/lib/xmlparse.c if (declEntity) { declEntity 4150 third_party/expat/files/lib/xmlparse.c declEntity->textPtr = poolStart(&dtd->entityValuePool); declEntity 4151 third_party/expat/files/lib/xmlparse.c declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); declEntity 4156 third_party/expat/files/lib/xmlparse.c declEntity->name, declEntity 4157 third_party/expat/files/lib/xmlparse.c declEntity->is_param, declEntity 4158 third_party/expat/files/lib/xmlparse.c declEntity->textPtr, declEntity 4159 third_party/expat/files/lib/xmlparse.c declEntity->textLen, declEntity 4200 third_party/expat/files/lib/xmlparse.c if (!declEntity) { declEntity 4201 third_party/expat/files/lib/xmlparse.c declEntity = (ENTITY *)lookup(parser, declEntity 4205 third_party/expat/files/lib/xmlparse.c if (!declEntity) declEntity 4207 third_party/expat/files/lib/xmlparse.c declEntity->publicId = NULL; declEntity 4212 third_party/expat/files/lib/xmlparse.c if (dtd->keepProcessing && declEntity) { declEntity 4213 third_party/expat/files/lib/xmlparse.c declEntity->systemId = poolStoreString(&dtd->pool, enc, declEntity 4216 third_party/expat/files/lib/xmlparse.c if (!declEntity->systemId) declEntity 4218 third_party/expat/files/lib/xmlparse.c declEntity->base = curBase; declEntity 4225 third_party/expat/files/lib/xmlparse.c if (dtd->keepProcessing && declEntity && entityDeclHandler) { declEntity 4228 third_party/expat/files/lib/xmlparse.c declEntity->name, declEntity 4229 third_party/expat/files/lib/xmlparse.c declEntity->is_param, declEntity 4231 third_party/expat/files/lib/xmlparse.c declEntity->base, declEntity 4232 third_party/expat/files/lib/xmlparse.c declEntity->systemId, declEntity 4233 third_party/expat/files/lib/xmlparse.c declEntity->publicId, declEntity 4239 third_party/expat/files/lib/xmlparse.c if (dtd->keepProcessing && declEntity) { declEntity 4240 third_party/expat/files/lib/xmlparse.c declEntity->notation = poolStoreString(&dtd->pool, enc, s, next); declEntity 4241 third_party/expat/files/lib/xmlparse.c if (!declEntity->notation) declEntity 4247 third_party/expat/files/lib/xmlparse.c declEntity->name, declEntity 4248 third_party/expat/files/lib/xmlparse.c declEntity->base, declEntity 4249 third_party/expat/files/lib/xmlparse.c declEntity->systemId, declEntity 4250 third_party/expat/files/lib/xmlparse.c declEntity->publicId, declEntity 4251 third_party/expat/files/lib/xmlparse.c declEntity->notation); declEntity 4257 third_party/expat/files/lib/xmlparse.c declEntity->name, declEntity 4259 third_party/expat/files/lib/xmlparse.c declEntity->base, declEntity 4260 third_party/expat/files/lib/xmlparse.c declEntity->systemId, declEntity 4261 third_party/expat/files/lib/xmlparse.c declEntity->publicId, declEntity 4262 third_party/expat/files/lib/xmlparse.c declEntity->notation); declEntity 4270 third_party/expat/files/lib/xmlparse.c declEntity = NULL; declEntity 4277 third_party/expat/files/lib/xmlparse.c declEntity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, declEntity 4279 third_party/expat/files/lib/xmlparse.c if (!declEntity) declEntity 4281 third_party/expat/files/lib/xmlparse.c if (declEntity->name != name) { declEntity 4283 third_party/expat/files/lib/xmlparse.c declEntity = NULL; declEntity 4287 third_party/expat/files/lib/xmlparse.c declEntity->publicId = NULL; declEntity 4288 third_party/expat/files/lib/xmlparse.c declEntity->is_param = XML_FALSE; declEntity 4292 third_party/expat/files/lib/xmlparse.c declEntity->is_internal = !(parentParser || openInternalEntities); declEntity 4299 third_party/expat/files/lib/xmlparse.c declEntity = NULL; declEntity 4309 third_party/expat/files/lib/xmlparse.c declEntity = (ENTITY *)lookup(parser, &dtd->paramEntities, declEntity 4311 third_party/expat/files/lib/xmlparse.c if (!declEntity) declEntity 4313 third_party/expat/files/lib/xmlparse.c if (declEntity->name != name) { declEntity 4315 third_party/expat/files/lib/xmlparse.c declEntity = NULL; declEntity 4319 third_party/expat/files/lib/xmlparse.c declEntity->publicId = NULL; declEntity 4320 third_party/expat/files/lib/xmlparse.c declEntity->is_param = XML_TRUE; declEntity 4324 third_party/expat/files/lib/xmlparse.c declEntity->is_internal = !(parentParser || openInternalEntities); declEntity 4331 third_party/expat/files/lib/xmlparse.c declEntity = NULL; declEntity 4334 third_party/expat/files/lib/xmlparse.c declEntity = NULL;