Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/tool/
H A Dlemon.c3020 char *stddt; /* Standardized name for a datatype */ local
3040 stddt = (char*)malloc( maxdtlength*2 + 1 );
3041 if( types==0 || stddt==0 ){
3067 while( *cp ) stddt[j++] = *cp++;
3068 while( j>0 && isspace(stddt[j-1]) ) j--;
3069 stddt[j] = 0;
3071 for(j=0; stddt[j]; j++){
3072 hash = hash*53 + stddt[j];
3076 if( strcmp(types[hash],stddt)==0 ){
3085 types[hash] = (char*)malloc( strlen(stddt)+1 );
[all …]