Home
last modified time | relevance | path

Searched refs:bReadOnly (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h1711 virtual HRESULT WINAPI NotifyAllocator(IMemAllocator *pAllocator,WINBOOL bReadOnly) = 0;
1724 … HRESULT (WINAPI *NotifyAllocator)(IMemInputPin *This,IMemAllocator *pAllocator,WINBOOL bReadOnly);
1739 …mInputPin_NotifyAllocator(This,pAllocator,bReadOnly) (This)->lpVtbl->NotifyAllocator(This,pAllocat… argument
1748 …IMemInputPin_NotifyAllocator_Proxy(IMemInputPin *This,IMemAllocator *pAllocator,WINBOOL bReadOnly);
/external/sqlite/dist/
Dsqlite3.c56487 int bReadOnly /* True for a read-only page */
56493 assert( pCur==0 || bReadOnly==pCur->curPagerFlags );
56500 rc = sqlite3PagerAcquire(pBt->pPager, pgno, (DbPage**)&pDbPage, bReadOnly);
/external/sqlite/dist/orig/
Dsqlite3.c56469 int bReadOnly /* True for a read-only page */
56475 assert( pCur==0 || bReadOnly==pCur->curPagerFlags );
56482 rc = sqlite3PagerAcquire(pBt->pPager, pgno, (DbPage**)&pDbPage, bReadOnly);