Home
last modified time | relevance | path

Searched refs:option (Results 1 – 21 of 21) sorted by relevance

/mOS-networking-stack/core/src/
H A Dmos_api.c1009 if (option & MOS_DROP) { in mtcp_setlastpkt()
1012 } else if (option & MOS_ETH_HDR) { in mtcp_setlastpkt()
1022 if (option & MOS_CHOMP) { in mtcp_setlastpkt()
1027 } else if (option & MOS_INSERT) { in mtcp_setlastpkt()
1036 } else if (option & MOS_IP_HDR) { in mtcp_setlastpkt()
1045 if (option & MOS_OVERWRITE) { in mtcp_setlastpkt()
1055 if (option & MOS_CHOMP) { in mtcp_setlastpkt()
1107 if (option & MOS_OVERWRITE) { in mtcp_setlastpkt()
1126 if (option & MOS_CHOMP) { in mtcp_setlastpkt()
1146 if (option & MOS_OVERWRITE) { in mtcp_setlastpkt()
[all …]
/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() argument
165 if (NULL != (du = array_get_element(ca, option))) { in parse_config_entry()
171 "unexpected type for key: ", option, "array of strings"); in parse_config_entry()
182 option, in parse_config_entry()
201 static int parse_config_entry(server *srv, array *ca, const char *option) { in parse_config_entry() argument
204 if (NULL != array_get_element(ca, 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() argument
200 if (NULL != (du = array_get_element(ca, option))) { in parse_config_entry()
206 "unexpected type for key: ", option, "array of strings"); in parse_config_entry()
216 "unexpected type for key: ", option, "[", in parse_config_entry()
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dltoptions.m41 # Helper functions for option handling. -*- Autoconf -*-
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
32 [m4_warning([Unknown $1 option '$2'])])[]dnl
61 # the unknown option and exit.
117 put the 'dlopen' option into LT_INIT's first parameter.])
153 put the 'win32-dll' option into LT_INIT's first parameter.])
309 the 'fast-install' option into LT_INIT's first parameter.])
316 the 'disable-fast-install' option into LT_INIT's first parameter.])
415 put the 'pic-only' option into LT_INIT's first parameter.])
H A Dlibtool.m418 # (at your option) any later version.
668 -*) AC_MSG_ERROR([unrecognized option: $[1]
810 # --tag option, using:
1577 # Check whether the given compiler option works
1628 # Check whether the given linker option works
3682 # nm: unknown option "B" ignored
4858 AC_CACHE_CHECK([for $compiler option to produce PIC],
4916 # Without the "-l" option, or with the "-B" option, AIX nm treats
4921 # to replace the "-B" option with "-P" for AIX nm.
5370 # Without the "-l" option, or with the "-B" option, AIX nm treats
[all …]
/mOS-networking-stack/
H A Dsetup.sh119 read option
120 if [[ "$option" == y* ]]; then
148 read option
149 if [[ "$option" == y* ]]; then
/mOS-networking-stack/core/src/include/
H A Dtcp_ring_buffer.h79 size_t len, int option, uint8_t buffer_mgmt);
H A Dmos_api.h528 byte *data, uint16_t datalen, int option);
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS33 * [mod_redirect] Support url.redirect-code option (fixes #2247)
103 * Fix mod_cgi cgi.execute-x-only option in global block
129 * Fix config evaluation for debug.log-timeouts option (#1529)
207 * Add option to enable TCP_DEFER_ACCEPT (fixes #1447)
209 * Add evasive.silent option (fixes #1438)
220 * Fix evasive.silent option (#1438)
229 * Add ssi.content-type option (default text/html, fixes #615)
585 * added server.core-files option (sandy <sandy/at/meebo.com>)
667 * fixed range-request option
693 * added a option for a FastCGI responser to send static files
[all …]
H A Daclocal.m432 dnl (at your option) any later version.
611 # that says an option was ignored or not supported.
613 # icc: Command line warning: ignoring option '-M'; no argument required
615 # icc: Command line remark: option '-MP' not supported
616 if (grep 'ignoring option' conftest.err ||
884 on the command line, even when the '-f' option is present. This is contrary
1073 # Helper functions for option handling. -*- Autoconf -*-
1088 # Set option NAME. Presently that only means defining a flag for this option.
H A DINSTALL125 option is supported only after Linux-3.9.
H A Dltmain.sh2443 func_error "unrecognized option '-dlopen'"
4180 func_fatal_help "the '$prev' option requires an argument"
5779 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
H A Dconfigure1478 --disable-option-checking ignore unrecognized --enable/--with options
3453 on the command line, even when the '-f' option is present. This is contrary
17751 as_fn_error $? "ambiguous option: \`$1'
17760 -*) as_fn_error $? "unrecognized option: \`$1'
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dtrigger_b4_dl.txt56 memcached should be started with the option -M as we don't want to remove entry if the memory is fu…
H A Duserdir.txt49 userdir.path (required option)
H A Dfastcgi.txt227 fastcgi.debug option and will get a similar output as here: ::
414 configure php and lighttpd. The php.ini needs the option: ::
418 and the option ``broken-scriptfilename`` in your fastcgi.server config: ::
458 care of all the necessary option. Such a script in included
H A Ddirlisting.txt62 by the dir-listing option.
H A Dconfiguration.txt29 option : NAME = VALUE
388 This option is used in combination with a start-script and the daemon mode
H A Dperformance.txt193 For Linux 2.4.x you should think about compiling lighttpd with the option
/mOS-networking-stack/core/include/
H A Dmos_api.h528 byte *data, uint16_t datalen, int option);
/mOS-networking-stack/scripts/
H A Dconfigure1302 --disable-option-checking ignore unrecognized --enable/--with options
4520 -*) as_fn_error $? "unrecognized option: \`$1'
5677 -*) as_fn_error $? "unrecognized option: \`$1'
6835 -*) as_fn_error $? "unrecognized option: \`$1'
7994 -*) as_fn_error $? "unrecognized option: \`$1'
9154 -*) as_fn_error $? "unrecognized option: \`$1'
10315 -*) as_fn_error $? "unrecognized option: \`$1'