Home | History | Annotate | Download | only in src

Lines Matching refs:TagTypes

75         ctx ->TagTypes = NULL;
84 pt ->Next = ctx ->TagTypes;
86 ctx ->TagTypes = pt;
4422 TypeHandler = GetHandler((cmsTagTypeSignature) ElementSig, MPETypePluginChunk ->TagTypes, SupportedMPEtypes);
4537 TypeHandler = GetHandler((cmsTagTypeSignature) ElementSig, MPETypePluginChunk->TagTypes, SupportedMPEtypes);
5331 for (entry = head->TagTypes;
5347 if (newHead.TagTypes == NULL)
5348 newHead.TagTypes = newEntry;
5402 return GetHandler(sig, ctx->TagTypes, SupportedTagTypes);