Home | History | Annotate | Download | only in orig

Lines Matching defs:nType

87178 ** Scan the column type name zType (length nType) and return the
109872 int nType;
109875 nType = sqlite3Strlen30(zType);
109877 for(i=0; i<nType; i++){
109886 if( i<nType ){
109889 for(j=i; (j+nDel)<=nType; j++){