Searched refs:chosen (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/core/
H A Dmod_macro.c391 char *chosen = NULL, **tab = (char **) args->elts; local
398 if (found && (!chosen || found < chosen ||
399 (found == chosen && lchosen < lfound))) {
400 chosen = found;
406 return chosen;

Completed in 217 milliseconds