Lines Matching refs:file_ext
1034 const char *file_ext;
1081 file_ext = filename;
1082 if (file_ext != NULL) {
1083 while (strstr(file_ext, ".") != NULL) {
1084 file_ext = strstr(file_ext, ".");
1085 file_ext++;
1088 if ((file_ext == NULL) || (*file_ext == 0)) {
1094 if (!strcmp(file_ext, g_psHTTPHeaders[j].extension)) {
1100 printf("failed to get file type for extension \"%s\", using default.\n", file_ext);