Lines Matching full:ctts
179 static const struct ContentType ctts[]={195 for(i=0; i<sizeof(ctts)/sizeof(ctts[0]); i++) {196 if(strlen(filename) >= strlen(ctts[i].extension)) {198 strlen(filename) - strlen(ctts[i].extension),199 ctts[i].extension)) {200 contenttype = ctts[i].type;