Searched refs:pU8 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmem2.c155 u8 *pU8; local
163 pU8 = (u8*)pAllocation;
169 while( nReserve-- > p->iSize ) assert( pU8[nReserve]==0x65 );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c14733 u8 *pU8; local
14741 pU8 = (u8*)pAllocation;
14747 while( nReserve-- > p->iSize ) assert( pU8[nReserve]==0x65 );
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c16727 u8 *pU8; local
16735 pU8 = (u8*)pAllocation;
16741 while( nReserve-- > p->iSize ) assert( pU8[nReserve]==0x65 );
[all...]
/external/sqlite/dist/
H A Dsqlite3.c16727 u8 *pU8; local
16735 pU8 = (u8*)pAllocation;
16741 while( nReserve-- > p->iSize ) assert( pU8[nReserve]==0x65 );
[all...]

Completed in 619 milliseconds