Searched refs:rwBytes (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/registry/source/ |
| H A D | regimpl.cxx | 1050 sal_uInt32 rwBytes; in loadAndSaveValue() local 1051 if (rValue.readAt(0, pBuffer, VALUE_HEADERSIZE, rwBytes)) in loadAndSaveValue() 1056 if (rwBytes != VALUE_HEADERSIZE) in loadAndSaveValue() 1071 if (rValue.readAt(0, pBuffer, nSize, rwBytes)) in loadAndSaveValue() 1076 if (rwBytes != nSize) in loadAndSaveValue() 1113 if (rValue.writeAt(0, pBuffer, nSize, rwBytes)) in loadAndSaveValue() 1119 if (rwBytes != nSize) in loadAndSaveValue() 1150 sal_uInt32 rwBytes; in checkBlop() local 1153 if (!rValue.readAt(0, pBuffer, VALUE_HEADERSIZE, rwBytes) && in checkBlop() 1154 (rwBytes == VALUE_HEADERSIZE)) in checkBlop() [all …]
|