Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dserver.h13 int config_read(server *srv, const char *fn);
H A Dserver.c582 if (config_read(((*srv_states)[i]), conf_file)) in init_server_states()
1295 if (config_read(srv, optarg)) { in main()
H A Dconfigfile.c1094 int config_read(server *srv, const char *fn) { in config_read() function