Searched defs:shift (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/http/ |
H A D | http_etag.c | 37 int shift = sizeof(apr_uint64_t) * 8 - 4; local 40 ((u >> shift) & (apr_uint64_t)0xf); 48 shift -= 4; 49 } while (shift);
|
/httpd/modules/ssl/ |
H A D | ssl_ct_util.c | 525 apr_byte_t shift; local 532 shift = num_bits - 8; 534 **mem = (unsigned char)((val & mask) >> shift); 538 shift -= 8;
|
/httpd/modules/core/ |
H A D | mod_macro.c | 345 shift = lsubs - lname, size = lbuf + shift, i, j; local 356 buf, name, replacement, do_esc, shift, lbuf, lrepl, lsubs)); 364 if (shift != 0) { 365 memmove(buf + lname + shift, buf + lname, lbuf - lname + 1);
|
/httpd/modules/filters/ |
H A D | mod_include.c | 994 apr_size_t shift; local 1089 shift = 0; 1099 ++shift; 1143 apr_size_t len = p - token->value - shift; 1149 while (shift--) { 3335 apr_size_t shift = 0; local 3346 ++shift; 3348 if (shift) { 3349 *(sp-shift) = *sp; 3353 intern->current_arg->value_len -= shift; [all...] |
Completed in 2263 milliseconds