Searched refs:confkey (Results 1 – 1 of 1) sorted by relevance
720 static int parse_server_config(char *config_file, struct config_keyword *confkey) in parse_server_config() argument727 if (confkey[count].handler) in parse_server_config()728 confkey[count].handler(confkey[count].def, confkey[count].var); in parse_server_config()754 if (!strcmp(confkey[count].keyword,tokens[0])) { in parse_server_config()755 dbg("got config : %15s : ", confkey[count].keyword); in parse_server_config()756 if (confkey[count].handler(tokens[1], confkey[count].var) == 0) in parse_server_config()