Home | History | Annotate | Download | only in orig

Lines Matching defs:nType

102746 ** Scan the column type name zType (length nType) and return the
127944 int nType;
127946 nType = sqlite3Strlen30(zType);
127947 for(i=0; i<nType; i++){
127955 if( i<nType ){
127958 for(j=i; (j+nDel)<=nType; j++){