Searched refs:apSub (Results 1 – 1 of 1) sorted by relevance
54859 Bitvec *apSub[BITVEC_NPTR]; /* Recursive representation */ member54890 p = p->u.apSub[bin];54931 if( p->u.apSub[bin]==0 ){54932 p->u.apSub[bin] = sqlite3BitvecCreate( p->iDivisor );54933 if( p->u.apSub[bin]==0 ) return SQLITE_NOMEM_BKPT;54935 p = p->u.apSub[bin];54971 memset(p->u.apSub, 0, sizeof(p->u.apSub));55002 p = p->u.apSub[bin];55037 sqlite3BitvecDestroy(p->u.apSub[i]);86592 SubProgram **apSub; /* Array of subprograms */ member[all …]