Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsplugin.c662 static struct _cmsContext_struct* _cmsContextPoolHead = NULL; variable
676 for (ctx = _cmsContextPoolHead; in _cmsGetContext()
813 ctx ->Next = _cmsContextPoolHead; in cmsCreateContext()
814 _cmsContextPoolHead = ctx; in cmsCreateContext()
874 ctx ->Next = _cmsContextPoolHead; in cmsDupContext()
875 _cmsContextPoolHead = ctx; in cmsDupContext()
962 if (_cmsContextPoolHead == ctx) { in cmsDeleteContext()
964 _cmsContextPoolHead = ctx->Next; in cmsDeleteContext()
969 for (prev = _cmsContextPoolHead; in cmsDeleteContext()