Lines Matching refs:ext
119 const char *ext;125 static bool ext_found(const char *ext)129 while (p != NULL && strcmp(ext, p->ext))147 static void ext_filter_add(const char *ext)151 ASSERT(ext != NULL);152 if (ext_found(ext))153 return; /* ext was already registered */156 node->ext = ext;