Lines Matching refs:m_hImpl

45         : m_hImpl (0)
52 if (m_hImpl)
53 (void) store_releaseHandle (m_hImpl);
59 : m_hImpl (rhs.m_hImpl)
61 if (m_hImpl)
62 (void) store_acquireHandle (m_hImpl);
69 if (rhs.m_hImpl) in operator =()
70 (void) store_acquireHandle (rhs.m_hImpl); in operator =()
71 if (m_hImpl) in operator =()
72 (void) store_releaseHandle (m_hImpl); in operator =()
73 m_hImpl = rhs.m_hImpl; in operator =()
80 : m_hImpl (Handle)
82 if (m_hImpl)
83 (void) store_acquireHandle (m_hImpl);
90 return m_hImpl; in operator storeStreamHandle()
98 return (m_hImpl != 0); in isValid()
110 if (m_hImpl) in create()
112 (void) store_releaseHandle (m_hImpl); in create()
113 m_hImpl = 0; in create()
115 return store_openStream (hFile, rPath.pData, rName.pData, eMode, &m_hImpl); in create()
123 if (m_hImpl) in close()
125 (void) store_closeStream (m_hImpl); in close()
126 m_hImpl = 0; in close()
139 if (!m_hImpl) in readAt()
142 return store_readStream (m_hImpl, nOffset, pBuffer, nBytes, &rnDone); in readAt()
154 if (!m_hImpl) in writeAt()
157 return store_writeStream (m_hImpl, nOffset, pBuffer, nBytes, &rnDone); in writeAt()
165 if (!m_hImpl) in flush()
168 return store_flushStream (m_hImpl); in flush()
176 if (!m_hImpl) in getSize()
179 return store_getStreamSize (m_hImpl, &rnSize); in getSize()
187 if (!m_hImpl) in setSize()
190 return store_setStreamSize (m_hImpl, nSize); in setSize()
196 storeStreamHandle m_hImpl; member in store::OStoreStream
210 : m_hImpl (0)
217 if (m_hImpl)
218 (void) store_releaseHandle (m_hImpl);
224 : m_hImpl (rhs.m_hImpl)
226 if (m_hImpl)
227 (void) store_acquireHandle (m_hImpl);
234 if (rhs.m_hImpl) in operator =()
235 (void) store_acquireHandle (rhs.m_hImpl); in operator =()
236 if (m_hImpl) in operator =()
237 (void) store_releaseHandle (m_hImpl); in operator =()
238 m_hImpl = rhs.m_hImpl; in operator =()
245 : m_hImpl (Handle)
247 if (m_hImpl)
248 (void) store_acquireHandle (m_hImpl);
255 return m_hImpl; in operator storeDirectoryHandle()
263 return (m_hImpl != 0); in isValid()
275 if (m_hImpl) in create()
277 (void) store_releaseHandle (m_hImpl); in create()
278 m_hImpl = 0; in create()
280 return store_openDirectory (hFile, rPath.pData, rName.pData, eMode, &m_hImpl); in create()
288 if (m_hImpl) in close()
290 (void) store_closeDirectory (m_hImpl); in close()
291 m_hImpl = 0; in close()
306 if (!m_hImpl) in first()
309 return store_findFirst (m_hImpl, &it); in first()
317 if (!m_hImpl) in next()
320 return store_findNext (m_hImpl, &it); in next()
346 if (m_hImpl) in travel()
349 eErrCode = store_findFirst (m_hImpl, &it); in travel()
351 eErrCode = store_findNext (m_hImpl, &it); in travel()
359 storeDirectoryHandle m_hImpl; member in store::OStoreDirectory
373 : m_hImpl (0)
380 if (m_hImpl)
381 (void) store_releaseHandle (m_hImpl);
387 : m_hImpl (rhs.m_hImpl)
389 if (m_hImpl)
390 (void) store_acquireHandle (m_hImpl);
397 if (rhs.m_hImpl) in operator =()
398 (void) store_acquireHandle (rhs.m_hImpl); in operator =()
399 if (m_hImpl) in operator =()
400 (void) store_releaseHandle (m_hImpl); in operator =()
401 m_hImpl = rhs.m_hImpl; in operator =()
408 : m_hImpl (Handle)
410 if (m_hImpl)
411 (void) store_acquireHandle (m_hImpl);
418 return m_hImpl; in operator storeFileHandle()
426 return (m_hImpl != 0); in isValid()
437 if (m_hImpl) in create()
439 (void) store_releaseHandle (m_hImpl); in create()
440 m_hImpl = 0; in create()
442 return store_openFile (rFilename.pData, eAccessMode, nPageSize, &m_hImpl); in create()
451 if (m_hImpl) in createInMemory()
453 (void) store_releaseHandle (m_hImpl); in createInMemory()
454 m_hImpl = 0; in createInMemory()
456 return store_createMemoryFile (nPageSize, &m_hImpl); in createInMemory()
464 if (m_hImpl) in close()
466 (void) store_closeFile (m_hImpl); in close()
467 m_hImpl = 0; in close()
476 if (!m_hImpl) in flush()
479 return store_flushFile (m_hImpl); in flush()
487 if (!m_hImpl) in getRefererCount()
490 return store_getFileRefererCount (m_hImpl, &rnRefCount); in getRefererCount()
498 if (!m_hImpl) in getSize()
501 return store_getFileSize (m_hImpl, &rnSize); in getSize()
514 if (!m_hImpl) in attrib()
517 return store_attrib (m_hImpl, rPath.pData, rName.pData, nMask1, nMask2, &rnAttrib); in attrib()
529 if (!m_hImpl) in attrib()
532 return store_attrib (m_hImpl, rPath.pData, rName.pData, nMask1, nMask2, NULL); in attrib()
542 if (!m_hImpl) in link()
546 m_hImpl, rSrcPath.pData, rSrcName.pData, rDstPath.pData, rDstName.pData); in link()
556 if (!m_hImpl) in symlink()
559 … return store_symlink (m_hImpl, rSrcPath.pData, rSrcName.pData, rDstPath.pData, rDstName.pData); in symlink()
569 if (!m_hImpl) in rename()
572 … return store_rename (m_hImpl, rSrcPath.pData, rSrcName.pData, rDstPath.pData, rDstName.pData); in rename()
581 if (!m_hImpl) in remove()
584 return store_remove (m_hImpl, rPath.pData, rName.pData); in remove()
590 storeFileHandle m_hImpl; member in store::OStoreFile