Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:nType

77842 ** Scan the column type name zType (length nType) and return the
97206 int nType;
97209 nType = sqlite3Strlen30(zType);
97211 for(i=0; i<nType; i++){
97220 if( i<nType ){
97223 for(j=i; (j+nDel)<=nType; j++){