| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | install-sh | 373 /*) prefix='/';; 374 [-=\(\)!]*) prefix='./';; 375 *) prefix='';; 392 prefix=$prefix$d 393 if test -d "$prefix"; then 400 test -d "$prefix" || exit 1 402 case $prefix in 404 *) qprefix=$prefix;; 409 prefix=$prefix/
|
| H A D | SConstruct | 77 ('prefix', 'prefix', '/usr/local'), 78 ('bindir', 'binary directory', '${prefix}/bin'), 79 ('sbindir', 'binary directory', '${prefix}/sbin'), 80 ('libdir', 'library directory', '${prefix}/lib'),
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_alias.c | 94 const buffer *prefix = a->data[a->sorted[j]]->key; in SETDEFAULTS_FUNC() local 98 if (key->used < prefix->used) { in SETDEFAULTS_FUNC() 101 if (memcmp(key->ptr, prefix->ptr, prefix->used - 1) != 0) { in SETDEFAULTS_FUNC() 107 "url.alias: `", key, "' will never match as `", prefix, "' matched first"); in SETDEFAULTS_FUNC()
|
| H A D | lemon.c | 1298 char prefix[PREFIXLIMIT+10]; in ErrorMsg() local 1308 sprintf(prefix,"%.*s:%d: ",PREFIXLIMIT-10,filename,lineno); in ErrorMsg() 1310 sprintf(prefix,"%.*s: ",PREFIXLIMIT-10,filename); in ErrorMsg() 1312 prefixsize = strlen(prefix); in ErrorMsg() 1330 fprintf(stdout,"%s%.*s\n",prefix,end,&errmsg[base]); in ErrorMsg() 3233 char *prefix; local 3235 if( lemp->tokenprefix ) prefix = lemp->tokenprefix; 3236 else prefix = ""; 3593 char *prefix; local 3598 if( lemp->tokenprefix ) prefix = lemp->tokenprefix; [all …]
|
| /mOS-networking-stack/core/src/ |
| H A D | config.c | 296 int prefix; in FeedArpConfLine() local 304 address, &prefix, &haddr[0], &haddr[1], &haddr[2], in FeedArpConfLine() 315 ent->prefix = prefix; in FeedArpConfLine() 316 ent->mask = htonl((prefix == 0) ? 0 : ((-1) << (32 - prefix))); in FeedArpConfLine() 330 int prefix; in FeedRouteConfLine() local 346 ent->mask = htonl((prefix == 0) ? 0 : ((-1) << (32 - prefix))); in FeedRouteConfLine() 348 ent->prefix = prefix; in FeedRouteConfLine() 700 ent->prefix = 32; in FetchARPKernelEntries() 701 ent->mask = htonl((ent->prefix == 0) ? 0 : ((-1) << (32 - ent->prefix))); in FetchARPKernelEntries() 767 ent->prefix = 0; in FetchRouteKernelEntries() [all …]
|
| H A D | arp.c | 92 int prefix = 0; in GetDestinationHWaddr() local 102 if (g_config.mos->arp_table->ent[i]->prefix == 1) { in GetDestinationHWaddr() 111 if (g_config.mos->arp_table->ent[i]->prefix > prefix) { in GetDestinationHWaddr() 113 prefix = g_config.mos->arp_table->ent[i]->prefix; in GetDestinationHWaddr() 170 g_config.mos->arp_table->ent[idx]->prefix = 32; in RegisterARPEntry()
|
| H A D | ip_out.c | 16 int prefix = -1; in GetOutputInterface() local 22 if (g_config.mos->route_table->ent[i]->prefix > prefix) { in GetOutputInterface() 24 prefix = g_config.mos->route_table->ent[i]->prefix; in GetOutputInterface()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | secdownload.txt | 29 secdownload.uri-prefix = <string> (default: /) 75 <uri-prefix><token>/<timestamp-in-hex><rel-path> 138 The server has to be configured in the same way. The URI prefix and 145 secdownload.uri-prefix = "/dl/"
|
| H A D | accesslog.txt | 113 The prefix ``X-LIGHTTPD-`` is special as every response header starting with 114 this prefix is assumed to be special for lighttpd and won't be sent out
|
| H A D | fastcgi.txt | 119 :<extension>: is the file-extension or prefix 148 :"fix-root-scriptname": fix broken path-info split for "/" extension ("prefix") 177 Example with prefix: :: 195 In the case that the prefix is not terminated with a slash 196 the prefix will be handled as file and /test.cgi would become
|
| H A D | proxy.txt | 65 :<extension>: is the file-extension or prefix (if started with "/")
|
| /mOS-networking-stack/core/src/include/ |
| H A D | config.h | 78 int8_t prefix; member 94 int prefix; member
|
| H A D | mtcp.h | 162 int prefix; member 169 int8_t prefix; member
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/ |
| H A D | Makefile.am | 3 nph-status.pl prefix.fcgi get-header.pl ssi.shtml get-post-len.pl \
|
| H A D | Makefile.in | 326 prefix = @prefix@ 343 nph-status.pl prefix.fcgi get-header.pl ssi.shtml get-post-len.pl \
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 709 prefix=NONE 843 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 847 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 936 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 937 ac_prev=prefix ;; 938 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 939 prefix=$ac_optarg ;; 941 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 944 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 3950 test "x$prefix" = xNONE && prefix=$ac_default_prefix [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | lighttpd.conf | 145 secdownload.uri-prefix = "/sec/"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/123/ |
| H A D | Makefile.in | 266 prefix = @prefix@
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/indexfile/ |
| H A D | Makefile.in | 266 prefix = @prefix@
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/scripts/ |
| H A D | Makefile.in | 266 prefix = @prefix@
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/expire/ |
| H A D | Makefile.in | 266 prefix = @prefix@
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/initscripts/ |
| H A D | Makefile.in | 266 prefix = @prefix@
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/systemd/ |
| H A D | Makefile.in | 266 prefix = @prefix@
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/vhosts.d/ |
| H A D | Makefile.in | 266 prefix = @prefix@
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/go/ |
| H A D | Makefile.in | 266 prefix = @prefix@
|