Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c88420 int nSub; /* Number of entries in apSub */ member
88430 if( p->iSub<=p->nSub ){
88449 i64 nByte = (1+(u64)p->nSub)*sizeof(SubProgram*);
88451 for(j=0; j<p->nSub; j++){
88454 if( j==p->nSub ){
88459 p->apSub[p->nSub++] = pRet->p4.pProgram;
89993 int nSub = 0; /* Number of sub-vdbes seen so far */ local
90012 nSub = pSub->n/sizeof(Vdbe*);
90015 for(i=0; i<nSub; i++){
90037 assert( nSub>0 );
[all …]