HomeSort by relevance Sort by last modified time
    Searched refs:try_config (Results 1 - 2 of 2) sorted by null

  /external/webrtc/
PRESUBMIT.py 461 try_config = {}
463 try_config.setdefault(master, {})
471 try_config[master][builder] = ['defaulttests']
473 return try_config
  /external/c-ares/
ares_init.c 103 static char *try_config(char *s, const char *opt, char scc);
985 if ((p = try_config(line, "domain", ';')))
987 else if ((p = try_config(line, "lookup", ';')) && !channel->lookups)
989 else if ((p = try_config(line, "search", ';')))
991 else if ((p = try_config(line, "nameserver", ';')) &&
994 else if ((p = try_config(line, "sortlist", ';')) &&
997 else if ((p = try_config(line, "options", ';')))
1027 if ((p = try_config(line, "hosts:", '\0')) && !channel->lookups)
1055 if ((p = try_config(line, "order", '\0')) && !channel->lookups)
1083 if ((p = try_config(line, "hosts=", '\0')) && !channel->lookups
1563 static char *try_config(char *s, const char *opt, char scc) function
    [all...]

Completed in 689 milliseconds