OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cmsMutexPluginChunkType
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
cmserr.c
621
_cmsMutexPluginChunkType
_cmsMutexPluginChunk = { defMtxCreate, defMtxDestroy, defMtxLock, defMtxUnlock };
627
static
_cmsMutexPluginChunkType
MutexChunk = {defMtxCreate, defMtxDestroy, defMtxLock, defMtxUnlock };
637
ctx ->chunks[MutexPlugin] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(
_cmsMutexPluginChunkType
));
644
_cmsMutexPluginChunkType
* ctx = (
_cmsMutexPluginChunkType
*) _cmsContextGetClientChunk(ContextID, MutexPlugin);
673
_cmsMutexPluginChunkType
* ptr = (
_cmsMutexPluginChunkType
*) _cmsContextGetClientChunk(ContextID, MutexPlugin);
682
_cmsMutexPluginChunkType
* ptr = (
_cmsMutexPluginChunkType
*) _cmsContextGetClientChunk(ContextID, MutexPlugin);
692
_cmsMutexPluginChunkType
* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, MutexPlugin)
[
all
...]
lcms2_internal.h
634
}
_cmsMutexPluginChunkType
;
637
extern
_cmsMutexPluginChunkType
_cmsMutexPluginChunk;
[
all
...]
Completed in 36 milliseconds