Home
last modified time | relevance | path

Searched refs:paiCol (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dfkey.c186 int **paiCol /* OUT: Map of index columns in pFKey */ in locateFkeyIndex() argument
195 assert( !paiCol || *paiCol==0 ); in locateFkeyIndex()
218 }else if( paiCol ){ in locateFkeyIndex()
222 *paiCol = aiCol; in locateFkeyIndex()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c83478 int **paiCol /* OUT: Map of index columns in pFKey */
83487 assert( !paiCol || *paiCol==0 );
83510 }else if( paiCol ){
83514 *paiCol = aiCol;
/external/sqlite/dist/
Dsqlite3.c93656 int **paiCol /* OUT: Map of index columns in pFKey */
93665 assert( !paiCol || *paiCol==0 );
93688 }else if( paiCol ){
93692 *paiCol = aiCol;
/external/sqlite/dist/orig/
Dsqlite3.c93636 int **paiCol /* OUT: Map of index columns in pFKey */
93645 assert( !paiCol || *paiCol==0 );
93668 }else if( paiCol ){
93672 *paiCol = aiCol;