Home
last modified time | relevance | path

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

/external/zstd/tests/regression/
Dtest.c68 static char const* g_method = NULL; variable
107 {130, "use this method", optional_option, &g_method},
253 if (g_method != NULL && strcmp(methods[method]->name, g_method)) in run_all()