Home
last modified time | relevance | path

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

/dports/science/cdf/cdf33_0-dist/src/lib/
H A Dvstream.c129 vCACHE *cache = vFp->cacheHead;
163 vCACHE *cache; long nBytes;
186 vCACHE *cache = firstCache;
188 vCACHE *nextCache = cache->next;
208 static vCACHE *AllocateBuffer (vFp) in AllocateBuffer()
211 vCACHE *cache; long nBytes;
221 cache = (vCACHE *) cdf_AllocateMemory (sizeof(vCACHE), NULL);
312 vCACHE *cache; long blockN;
404 vCACHE *cache;
767 vCACHE *cache; int count;
[all …]
H A Dvstream64.c98 vFILE *vFp, vCACHE *cache, size_t Nbytes
144 static vCACHE *FindCache (vFp, blockN) in FindCache()
148 vCACHE *cache = vFp->cacheHead;
210 vCACHE *cache = firstCache;
212 vCACHE *nextCache = cache->next;
232 static vCACHE *AllocateBuffer (vFp) in AllocateBuffer()
245 cache = (vCACHE *) cdf_AllocateMemory (sizeof(vCACHE), NULL);
339 vCACHE *cache; long blockN;
402 static vCACHE *PageIn (vFp, blockN) in PageIn()
436 vCACHE *cache;
[all …]
/dports/science/cdf/cdf33_0-dist/src/include/
H A Dcdflib.h811 } vCACHE; typedef
832 vCACHE *cacheHead; /* Head of linked list of cache structures. */
833 vCACHE *cacheTail; /* Tail of linked list of cache structures. */
2510 VISIBLE_PREFIX Logical FlushCache PROTOARGs((vFILE *vFp, vCACHE *firstCache));
H A Dcdflib64.h887 vCACHE *firstCache));