Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c3076 stddt = (char*)malloc( maxdtlength*2 + 1 );
3077 if( types==0 || stddt==0 ){
3103 while( *cp ) stddt[j++] = *cp++;
3104 while( j>0 && isspace(stddt[j-1]) ) j--;
3105 stddt[j] = 0;
3107 for(j=0; stddt[j]; j++){
3108 hash = hash*53 + stddt[j];
3112 if( strcmp(types[hash],stddt)==0 ){
3121 types[hash] = (char*)malloc( strlen(stddt)+1 );
3126 strcpy(types[hash],stddt);
[all …]