Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 14 of 14) sorted by relevance

/lighttpd1.4/doc/outdated/
H A Duserdir.txt60 Default: empty (all users may use it)
69 Default: empty (all users may use it)
H A Dalias.txt32 Default: empty
H A Dextforward.txt49 Default: empty
64 Default: empty, results in searching for "X-Forwarded-For" and "Forwarded-For"
H A Daccess.txt32 Default: empty
H A Dproxy.txt66 might empty to match all requests
H A Ddirlisting.txt106 Default: empty, uses server.tag instead
H A Dfastcgi.txt250 - IP, port, unix-socket (is empty here)
/lighttpd1.4/
H A DNEWS886 * [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 DSConstruct37 self.empty = False
41 self.empty = True
47 if self.empty:
/lighttpd1.4/src/
H A Dchunk.c1278 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 DCMakeLists.txt530 ## 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 Dmod_dirlisting.c223 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 DSConscript38 # remove empty strings from list
H A Dlemon.c3799 static char empty[1] = { 0 }; in append_str() local
3821 if( z==0 ) return empty; in append_str()