Searched refs:pPrevTo (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dfkey.c1162 if( pFKey->pPrevTo ){
1163 pFKey->pPrevTo->pNextTo = pFKey->pNextTo;
1170 pFKey->pNextTo->pPrevTo = pFKey->pPrevTo;
H A DsqliteInt.h1347 FKey *pPrevTo; /* Previous foreign key on table named zTo */ member in struct:FKey
H A Dbuild.c2264 assert( pNextTo->pPrevTo==0 );
2266 pNextTo->pPrevTo = pFKey;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9692 FKey *pPrevTo; /* Previous foreign key on table named zTo */ member in struct:FKey
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11032 FKey *pPrevTo; /* Previous with the same zTo */ member in struct:FKey
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11032 FKey *pPrevTo; /* Previous with the same zTo */ member in struct:FKey
[all...]

Completed in 3660 milliseconds