Searched refs:diff (Results 1 – 7 of 7) sorted by relevance
296 int diff = (alen != blen); /*(never match if string length mismatch)*/ in ck_memeq_const_time() local300 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() local318 diff |= (av[i] ^ bv[i]); in ck_memeq_const_time_fixed_len()320 return (0 == diff); in ck_memeq_const_time_fixed_len()
886 int32_t diff = in h2_parse_frame_settings() local893 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()
34 if ! diff versionstamp.h.tmp versionstamp.h >/dev/null 2>/dev/null; then \
85 # 'binary' implies '-diff'86 # (so if custom diff textconv=exif for jpg, then also remove binary attribute)156 *.ps -diff
191 * [core] use diff var name w/ CCRandomGenerateBytes (fixes #3141)240 * [mod_auth] save letter-case diff in require config
119 If you want to add headers for uncompress and display diff.gz files , add this section in your conf…121 $HTTP["url"] =~ "\.diff\.gz" {
337 $ wget http://www.lighttpd.net/download/luafilesystem-1.2-lua51.diff340 $ patch -ls -p1 < ../luafilesystem-1.2-lua51.diff