Lines Matching refs:ext
142 const char* ext,
154 if (!ext) {
160 * interpreter and arguments in an ext hash to speed up subsequent look-ups
164 rv = ap_regkey_open(&type_key, AP_REGKEY_CLASSES_ROOT, ext, APR_READ, p);
375 const char *ext = NULL;
401 ext = strrchr(apr_filepath_name_get(*cmd), '.');
407 if (ext && (!strcasecmp(ext,".exe") || !strcasecmp(ext,".com")
408 || !strcasecmp(ext,".bat") || !strcasecmp(ext,".cmd"))) {
411 if (!interpreter && ext
419 interpreter = get_interpreter_from_win32_registry(r->pool, ext,
428 ext);