Home
last modified time | relevance | path

Searched refs:_cmsContextPoolHead (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmsplugin.c648 static struct _cmsContext_struct* _cmsContextPoolHead = NULL; variable
662 for (ctx = _cmsContextPoolHead; in _cmsGetContext()
775 ctx ->Next = _cmsContextPoolHead; in cmsCreateContext()
776 _cmsContextPoolHead = ctx; in cmsCreateContext()
836 ctx ->Next = _cmsContextPoolHead; in cmsDupContext()
837 _cmsContextPoolHead = ctx; in cmsDupContext()
924 if (_cmsContextPoolHead == ctx) { in cmsDeleteContext()
926 _cmsContextPoolHead = ctx->Next; in cmsDeleteContext()
931 for (prev = _cmsContextPoolHead; in cmsDeleteContext()