Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c3037 stddt = (char*)malloc( maxdtlength*2 + 1 );
3038 if( types==0 || stddt==0 ){
3064 while( *cp ) stddt[j++] = *cp++;
3065 while( j>0 && isspace(stddt[j-1]) ) j--;
3066 stddt[j] = 0;
3068 for(j=0; stddt[j]; j++){
3069 hash = hash*53 + stddt[j];
3073 if( strcmp(types[hash],stddt)==0 ){
3082 types[hash] = (char*)malloc( strlen(stddt)+1 );
3087 strcpy(types[hash],stddt);
[all …]