Searched refs:empty (Results 1 – 14 of 14) sorted by relevance
| /lighttpd1.4/doc/outdated/ |
| H A D | userdir.txt | 60 Default: empty (all users may use it) 69 Default: empty (all users may use it)
|
| H A D | alias.txt | 32 Default: empty
|
| H A D | extforward.txt | 49 Default: empty 64 Default: empty, results in searching for "X-Forwarded-For" and "Forwarded-For"
|
| H A D | access.txt | 32 Default: empty
|
| H A D | proxy.txt | 66 might empty to match all requests
|
| H A D | dirlisting.txt | 106 Default: empty, uses server.tag instead
|
| H A D | fastcgi.txt | 250 - IP, port, unix-socket (is empty here)
|
| /lighttpd1.4/ |
| H A D | NEWS | 886 * [core] free fdwaitqueue list when empty 986 * [multiple] avoid empty chunks in chunkqueue 1551 * [core] ignore empty field-name from backends 1831 * [mod_staticfile] search ext array if not empty 2420 * [core] inline simple buffer is empty checks 2672 * [mod_auth] remove empty mod_auth.h 3327 * Don't send empty Server headers (#1620) 3505 * ignore empty packets from STDERR stream. #998 3580 * fixed empty FCGI_STDERR packets 3828 * fixed cgi.assign with empty handler [all …]
|
| H A D | SConstruct | 37 self.empty = False 41 self.empty = True 47 if self.empty:
|
| /lighttpd1.4/src/ |
| H A D | chunk.c | 1278 chunk *empty = c->next; in chunkqueue_remove_empty_chunks() local 1279 c->next = empty->next; in chunkqueue_remove_empty_chunks() 1280 if (empty == cq->last) cq->last = c; in chunkqueue_remove_empty_chunks() 1281 chunk_release(empty); in chunkqueue_remove_empty_chunks()
|
| H A D | CMakeLists.txt | 530 ## if it is empty we'll get newline returned 577 ## if it is empty we'll get newline returned 635 ## if it is empty we'll get newline returned
|
| H A D | mod_dirlisting.c | 223 buffer empty = { NULL, 0, 0 }; in mod_dirlisting_parse_excludes() local 226 if (!pcre_keyvalue_buffer_append(srv->errh, kvb, &ds->value, &empty, in mod_dirlisting_parse_excludes()
|
| H A D | SConscript | 38 # remove empty strings from list
|
| H A D | lemon.c | 3799 static char empty[1] = { 0 }; in append_str() local 3821 if( z==0 ) return empty; in append_str()
|