Searched defs:pBase (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c671 sqlite3_file *pBase = p->pBaseRead; local
685 if( pBase->pMethods ){
687 rc = pBase->pMethods->xFileSize(pBase, &filesize);
693 rc = pBase->pMethods->xRead(pBase, zOut, (int)nRead, iOffset);
768 sqlite3_file *pBase; local
777 pBase = p->pBaseRead;
778 if( pBase->pMethods ){
779 rc = pBase
1347 sqlite3_file *pBase = 0; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Drecover.c984 unsigned char *pBase; /* Buffer to collect record data into. */ local
1021 pBase = sqlite3_malloc(nRequestBytes);
1022 if( !pBase ){
1031 memcpy(pBase + nBase, PageData(pPage, iRecordOffset + iRequestOffset),
1052 sqlite3_free(pBase);
1057 *ppBase = pBase;
H A Dwhere.c758 ** If the pBase expression originated in the ON or USING clause of
761 static void transferJoinMarkings(Expr *pDerived, Expr *pBase){ argument
762 pDerived->flags |= pBase->flags & EP_FromJoin;
763 pDerived->iRightJoinTable = pBase->iRightJoinTable;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c98415 transferJoinMarkings(Expr *pDerived, Expr *pBase) argument
111230 unsigned char *pBase; /* Buffer to collect record data into. */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c111651 transferJoinMarkings(Expr *pDerived, Expr *pBase) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c111671 transferJoinMarkings(Expr *pDerived, Expr *pBase) argument
[all...]

Completed in 484 milliseconds