Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 7 of 7) sorted by relevance

/lighttpd1.4/src/
H A Dck.c296 int diff = (alen != blen); /*(never match if string length mismatch)*/ in ck_memeq_const_time() local
300 diff |= (av[i] ^ bv[j]); in ck_memeq_const_time()
304 return (0 == diff); in ck_memeq_const_time()
316 int diff = 0; in ck_memeq_const_time_fixed_len() local
318 diff |= (av[i] ^ bv[i]); in ck_memeq_const_time_fixed_len()
320 return (0 == diff); in ck_memeq_const_time_fixed_len()
H A Dh2.c886 int32_t diff = in h2_parse_frame_settings() local
893 if (diff >= 0 in h2_parse_frame_settings()
894 ? swin > INT32_MAX - diff in h2_parse_frame_settings()
895 : swin < INT32_MIN - diff) { in h2_parse_frame_settings()
899 r->h2_swin += diff; in h2_parse_frame_settings()
H A DMakefile.am34 if ! diff versionstamp.h.tmp versionstamp.h >/dev/null 2>/dev/null; then \
/lighttpd1.4/
H A D.gitattributes85 # 'binary' implies '-diff'
86 # (so if custom diff textconv=exif for jpg, then also remove binary attribute)
156 *.ps -diff
H A DNEWS191 * [core] use diff var name w/ CCRandomGenerateBytes (fixes #3141)
240 * [mod_auth] save letter-case diff in require config
/lighttpd1.4/doc/outdated/
H A Dcompress.txt119 If you want to add headers for uncompress and display diff.gz files , add this section in your conf…
121 $HTTP["url"] =~ "\.diff\.gz" {
H A Dmagnet.txt337 $ wget http://www.lighttpd.net/download/luafilesystem-1.2-lua51.diff
340 $ patch -ls -p1 < ../luafilesystem-1.2-lua51.diff