HomeSort by: relevance | last modified time | path
    Searched refs:nIns (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 950 unsigned int nIns; /* Bytes used for current INSERT stmt */
3450 if( p->u.nIns==0 || p->u.nIns>=mxIns ){
3451 if( p->u.nIns ){
3453 p->u.nIns = 0;
3481 p->u.nIns += sqlite3_str_length(p->pOut) + 2 - szStart;
3482 if( p->u.nIns>=mxIns ){
3484 p->u.nIns = 0;
3656 p->u.nIns = 0;
3770 if( p->u.nIns ){
    [all...]
sqlite3.c     [all...]

Completed in 73 milliseconds