| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | configfile-glue.c | 103 if (e != ds->value->ptr && !*e && l >=0 && l <= 65535) { in config_insert_values_internal() 224 buffer *l; in config_check_cond_nocache() local 395 l = con->uri.path; in config_check_cond_nocache() 399 l = con->uri.query; in config_check_cond_nocache() 410 l = ds->value; in config_check_cond_nocache() 419 l = ds->value; in config_check_cond_nocache() 428 l = ds->value; in config_check_cond_nocache() 441 l = srv->tmp_buf; in config_check_cond_nocache() 448 l = ds->value; in config_check_cond_nocache() 458 if (NULL == l) { in config_check_cond_nocache() [all …]
|
| H A D | mod_ssi.c | 424 l[1], l[i]); in process_ssi_stmt() 536 l[1], l[i]); in process_ssi_stmt() 645 l[1], l[i]); in process_ssi_stmt() 664 l[0], l[1]); in process_ssi_stmt() 682 l[i], in process_ssi_stmt() 684 l[1], l[i+1]); in process_ssi_stmt() 689 l[1], l[i]); in process_ssi_stmt() 726 l[1], l[i]); in process_ssi_stmt() 846 l[1], l[i]); in process_ssi_stmt() 900 l[1], l[i]); in process_ssi_stmt() [all …]
|
| H A D | splaytree.c | 63 splay_tree N, *l, *r, *y; in splaytree_splay() local 68 l = r = &N; in splaytree_splay() 97 l->right = t; /* link left */ in splaytree_splay() 98 l = t; in splaytree_splay() 100 l_size += 1+node_size(l->left); in splaytree_splay() 109 l->right = r->left = NULL; in splaytree_splay() 123 l->right = t->left; /* assemble */ in splaytree_splay()
|
| H A D | http_auth.c | 463 unsigned long l; in apr_md5_encode() local 583 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p, l, 4); p += 4; in apr_md5_encode() 584 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p, l, 4); p += 4; in apr_md5_encode() 585 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; to64(p, l, 4); p += 4; in apr_md5_encode() 586 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; to64(p, l, 4); p += 4; in apr_md5_encode() 587 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; to64(p, l, 4); p += 4; in apr_md5_encode() 588 l = final[11] ; to64(p, l, 2); p += 2; in apr_md5_encode()
|
| H A D | mod_status.c | 571 unsigned int l; in mod_status_handle_server_status_text() local 611 for (l = 0; l < srv->conns->size - srv->conns->used; l++) { in mod_status_handle_server_status_text()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | symlink.t | 21 my $l = "$docroot/index.xhtml"; 23 unless (-l $l) { 24 return 0 unless symlink($f,$l); 27 $l = "$docroot/symlinked"; 29 unless (-l $l) { 30 return 0 unless symlink($f,$l);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/ |
| H A D | get-post-len.pl | 7 my $l = 0; 9 $l += length($_); 11 print $l;
|
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| /mOS-networking-stack/util/ |
| H A D | tdate_parse.c | 47 long l; member 73 int i, h, l, r; in strlong_search() local 75 l = 0; in strlong_search() 79 i = ( h + l ) / 2; in strlong_search() 84 l = i + 1; in strlong_search() 87 *lP = tab[i].l; in strlong_search() 90 if ( h < l ) in strlong_search()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | accesslog.txt | 60 %l ident name (not supported) 97 accesslog.format = "%h %l %u %t \"%r\" %b %>s \"%{User-Agent}i\" \"%{Referer}i\"" 111 …accesslog.format = "%h %l %u %t \"%r\" %b %>s \"%{User-Agent}i\" \"%{Referer}i\" \"%{X-LIGHTTPD-SI…
|
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| H A D | features.txt | 23 http://marc.theaimsgroup.com/?l=thttpd&m=108051453226692&w=2
|
| /mOS-networking-stack/core/src/include/ |
| H A D | netmap_user.h | 271 nm_pkt_copy(const void *_src, void *_dst, int l) in nm_pkt_copy() argument 276 if (unlikely(l >= 1024)) { in nm_pkt_copy() 277 memcpy(dst, src, l); in nm_pkt_copy() 280 for (; likely(l > 0); l-=64) { in nm_pkt_copy()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/123/ |
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/indexfile/ |
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/scripts/ |
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/expire/ |
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/initscripts/ |
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/systemd/ |
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/vhosts.d/ |
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/go/ |
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/ |
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/ |
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/ |
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/ |
| H A D | Makefile.in | 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \
|