Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/binaryurp/source/
H A Dunmarshal.cxx153 sal_uInt16 idx = readCacheIndex(); in readType()
210 sal_uInt16 idx = readCacheIndex(); in readOid()
233 sal_uInt16 idx = readCacheIndex(); in readTid()
374 sal_uInt16 Unmarshal::readCacheIndex() { in readCacheIndex() function in binaryurp::Unmarshal
H A Dunmarshal.hxx72 sal_uInt16 readCacheIndex();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/binaryurp/source/
H A Dunmarshal.cxx155 sal_uInt16 idx = readCacheIndex(); in readType()
212 sal_uInt16 idx = readCacheIndex(); in readOid()
235 sal_uInt16 idx = readCacheIndex(); in readTid()
376 sal_uInt16 Unmarshal::readCacheIndex() { in readCacheIndex() function in binaryurp::Unmarshal
H A Dunmarshal.hxx73 sal_uInt16 readCacheIndex();
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DXmos.c660 unsigned readCacheIndex = 0; in _XmOSGetDirEntries() local
709 readCacheIndex = 0; in _XmOSGetDirEntries()
776 if (readCacheIndex == numCacheEntries) in _XmOSGetDirEntries()
783 dirFileType = dirCache[readCacheIndex]->type; in _XmOSGetDirEntries()
784 dirName = dirCache[readCacheIndex++]->file_name; in _XmOSGetDirEntries()