Searched defs:diff (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/cache/
H A Dmod_socache_shmcb.c239 int diff; local
241 diff = memcmp(data + dest_offset, src, buf_size - dest_offset);
242 if (diff) {
243 return diff;
735 unsigned int diff = SHMCB_CYCLIC_SPACE(subcache->data_pos, local
742 subcache->data_used -= diff;
/httpd/modules/ssl/
H A Dssl_engine_vars.c717 long diff; local
748 diff = (long)((apr_time_sec(then) - apr_time_sec(now)) / (60*60*24));
750 return diff > 0 ? apr_ltoa(p, diff) : apr_pstrdup(p, "0");

Completed in 2068 milliseconds