Home | History | Annotate | Download | only in src

Lines Matching refs:_cmsTagPluginChunkType

5519 _cmsTagPluginChunkType _cmsTagPluginChunk = { NULL };
5527 _cmsTagPluginChunkType newHead = { NULL };
5530 _cmsTagPluginChunkType* head = (_cmsTagPluginChunkType*) src->chunks[TagPlugin];
5553 ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagPluginChunkType));
5564 static _cmsTagPluginChunkType TagPluginChunk = { NULL };
5565 ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagPluginChunk, sizeof(_cmsTagPluginChunkType));
5574 _cmsTagPluginChunkType* TagPluginChunk = ( _cmsTagPluginChunkType*) _cmsContextGetClientChunk(id, TagPlugin);
5598 _cmsTagPluginChunkType* TagPluginChunk = ( _cmsTagPluginChunkType*) _cmsContextGetClientChunk(ContextID, TagPlugin);