Searched refs:pnErr (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c4757 Mem *pnErr; /* Register keeping track of errors remaining */ local
4764 pnErr = &aMem[pOp->p3];
4765 assert( (pnErr->flags & MEM_Int)!=0 );
4766 assert( (pnErr->flags & (MEM_Str|MEM_Blob))==0 );
4775 (int)pnErr->u.i, &nErr);
4777 pnErr->u.i -= nErr;
H A Dbtree.c7792 ** Write the number of error seen in *pnErr. Except for some memory
7794 ** malloc is returned if *pnErr is non-zero. If *pnErr==0 then NULL is
7802 int *pnErr /* Write number of errors seen to this variable */
7819 *pnErr = 0;
7826 *pnErr = 1;
7894 *pnErr = sCheck.nErr+1;
7897 *pnErr = sCheck.nErr;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62778 Mem *pnErr; /* Register keeping track of errors remaining */ member in struct:vdbeExecUnion::OP_IntegrityCk_stack_vars
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c73221 Mem *pnErr; /* Register keeping track of errors remaining */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c73241 Mem *pnErr; /* Register keeping track of errors remaining */ local
[all...]

Completed in 1346 milliseconds