| /mOS-networking-stack/core/src/ |
| H A D | mos_api.c | 1009 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 D | mod_rewrite.c | 162 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 D | mod_dirlisting.c | 197 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 D | ltoptions.m4 | 1 # 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 D | libtool.m4 | 18 # (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 D | setup.sh | 119 read option 120 if [[ "$option" == y* ]]; then 148 read option 149 if [[ "$option" == y* ]]; then
|
| /mOS-networking-stack/core/src/include/ |
| H A D | tcp_ring_buffer.h | 79 size_t len, int option, uint8_t buffer_mgmt);
|
| H A D | mos_api.h | 528 byte *data, uint16_t datalen, int option);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 33 * [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 D | aclocal.m4 | 32 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 D | INSTALL | 125 option is supported only after Linux-3.9.
|
| H A D | ltmain.sh | 2443 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 D | configure | 1478 --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 D | trigger_b4_dl.txt | 56 memcached should be started with the option -M as we don't want to remove entry if the memory is fu…
|
| H A D | userdir.txt | 49 userdir.path (required option)
|
| H A D | fastcgi.txt | 227 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 D | dirlisting.txt | 62 by the dir-listing option.
|
| H A D | configuration.txt | 29 option : NAME = VALUE 388 This option is used in combination with a start-script and the daemon mode
|
| H A D | performance.txt | 193 For Linux 2.4.x you should think about compiling lighttpd with the option
|
| /mOS-networking-stack/core/include/ |
| H A D | mos_api.h | 528 byte *data, uint16_t datalen, int option);
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 1302 --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'
|