Searched defs:nIncr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dfkey.c322 int nIncr, /* Increment constraint counter by this */
330 /* If nIncr is less than zero, then check at runtime if there are any
337 if( nIncr<0 ){
364 if( pTab==pFKey->pFrom && nIncr==1 ){
390 if( pTab==pFKey->pFrom && nIncr==1 ){
414 assert( nIncr==1 );
419 if( nIncr>0 && pFKey->isDeferred==0 ){
422 sqlite3VdbeAddOp2(v, OP_FkCounter, pFKey->isDeferred, nIncr);
465 int nIncr /* Amount to increment deferred counter by */
477 if( nIncr<
314 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c83606 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c93738 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c93758 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
[all...]

Completed in 913 milliseconds