Home
last modified time | relevance | path

Searched defs:option (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_rewrite.c162 static int parse_config_entry(server *srv, array *ca, rewrite_rule_buffer *kvb, const char *option,… in parse_config_entry()
201 static int parse_config_entry(server *srv, array *ca, const char *option) { in parse_config_entry()
268 # define parse_config_entry(srv, ca, x, option, y) parse_config_entry(srv, ca, option) in SETDEFAULTS_FUNC() argument
H A Dmod_dirlisting.c197 static int parse_config_entry(server *srv, plugin_config *s, array *ca, const char *option) { in parse_config_entry()
/mOS-networking-stack/core/src/
H A Dmos_api.c933 byte *data, uint16_t datalen, int option) in mtcp_setlastpkt()