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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c3020 char *stddt; /* Standardized name for a datatype */ local
3025 /* Allocate and initialize types[] and allocate stddt[] */
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)
[all...]

Completed in 332 milliseconds