Searched refs:expiry (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_expires.c26 * configuration files or in .htaccess files so expiry semantics can
112 * The expiry time can be fine-tuned by adding several '<num> <type>'
146 * add per-file expiry and explicit expiry times - duplicates some
354 "a MIME type followed by an expiry date code"),
356 "an expiry date code"),
451 const char *expiry; local
463 expiry = apr_table_get(r->err_headers_out, "Expires");
464 if (expiry != NULL) {
468 expiry
[all...]
/macosx-10.10.1/apache-793/httpd/modules/session/
H A Dmod_session.c25 #define SESSION_EXPIRY "expiry"
130 if (zz->expiry && zz->expiry < now) {
153 /* make sure the expiry and maxage are set, if present */
155 if (!zz->expiry) {
156 zz->expiry = now + dconf->maxage * APR_USEC_PER_SEC;
192 if (z->expiry && z->expiry < now) {
199 /* reset the expiry back to maxage, if the expiry i
344 char *expiry = apr_psprintf(z->pool, "%" APR_INT64_T_FMT, z->expiry); local
[all...]
H A Dmod_session.h90 apr_time_t expiry; /* if > 0, the time of expiry of this session */ member in struct:__anon6069
92 * which expiry is calculated */
107 long maxage; /* seconds until session expiry */
H A Dmod_session_dbd.c106 apr_int64_t expiry = (apr_int64_t) apr_time_now(); local
122 0, key, &expiry, NULL);
253 const char *newkey, const char *val, apr_int64_t expiry)
277 statement, val, &expiry, newkey, oldkey, NULL);
305 val, &expiry, newkey, NULL);
429 ret = dbd_save(r, oldkey, newkey, z->encoded, z->expiry);
461 ret = dbd_save(r, r->user, r->user, z->encoded, z->expiry);
252 dbd_save(request_rec * r, const char *oldkey, const char *newkey, const char *val, apr_int64_t expiry) argument
/macosx-10.10.1/apache-793/httpd/modules/cache/
H A Dmod_socache_dc.c95 apr_time_t expiry,
101 * Were the API were thought out expiry - r->request_time is a good approximation
103 expiry -= apr_time_now();
106 apr_time_msec(expiry))) {
93 socache_dc_store(ap_socache_instance_t *ctx, server_rec *s, const unsigned char *id, unsigned int idlen, apr_time_t expiry, unsigned char *der, unsigned int der_len, apr_pool_t *p) argument
H A Dmod_socache_dbm.c192 unsigned int idlen, apr_time_t expiry,
225 memcpy((char *)dbmval.dptr, &expiry, sizeof(apr_time_t));
268 apr_time_t expiry; local
310 memcpy(&expiry, dbmval.dptr, sizeof(apr_time_t));
317 if (expiry <= now) {
359 apr_time_t expiry; local
420 memcpy(&expiry, dbmval.dptr, sizeof(apr_time_t));
421 if (expiry <= now)
456 "DBM socache expiry: "
514 apr_time_t expiry; local
190 socache_dbm_store(ap_socache_instance_t *ctx, server_rec *s, const unsigned char *id, unsigned int idlen, apr_time_t expiry, unsigned char *ucaData, unsigned int nData, apr_pool_t *pool) argument
[all...]
H A Dmod_socache_shmcb.c258 apr_time_t expiry);
479 unsigned int idlen, apr_time_t expiry,
499 len_encoded, id, idlen, expiry)) {
635 ap_rprintf(r, "total (pre-expiry) entries scrolled out of the cache: "
724 apr_time_t expiry)
807 idx->expires = expiry;
477 socache_shmcb_store(ap_socache_instance_t *ctx, server_rec *s, const unsigned char *id, unsigned int idlen, apr_time_t expiry, unsigned char *encoded, unsigned int len_encoded, apr_pool_t *p) argument
720 shmcb_subcache_store(server_rec *s, SHMCBHeader *header, SHMCBSubcache *subcache, unsigned char *data, unsigned int data_len, const unsigned char *id, unsigned int id_len, apr_time_t expiry) argument
H A Dmod_socache_memcache.c197 apr_time_t expiry,
195 socache_mc_store(ap_socache_instance_t *ctx, server_rec *s, const unsigned char *id, unsigned int idlen, apr_time_t expiry, unsigned char *ucaData, unsigned int nData, apr_pool_t *p) argument
/macosx-10.10.1/apache-793/httpd/include/
H A Dap_socache.h58 /** Suggested interval between expiry cleanup runs; */
145 * @param expiry Absolute time at which the object expires
153 apr_time_t expiry,
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/security/
H A Dsigner.rb103 # * There is no file matching the expiry date at
108 # expiry time (not after) is used for the timestamp.
119 expiry = old_cert.not_after.strftime '%Y%m%d%H%M%S'
120 old_cert_file = "gem-public_cert.pem.expired.#{expiry}"
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_scache.c114 apr_time_t expiry, SSL_SESSION *sess,
138 expiry, encoded, len, p);
113 ssl_scache_store(server_rec *s, UCHAR *id, int idlen, apr_time_t expiry, SSL_SESSION *sess, apr_pool_t *p) argument
H A Dssl_util_stapling.c194 apr_time_t expiry; local
215 expiry = apr_time_from_sec(mctx->stapling_cache_timeout);
219 expiry = apr_time_from_sec(mctx->stapling_errcache_timeout);
222 expiry += apr_time_now();
228 expiry, resp_der, resp_derlen, pool);
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_security_signer.rb142 expiry = EXPIRED_CERT.not_after.strftime "%Y%m%d%H%M%S"
145 File.join Gem.user_home, '.gem', "gem-public_cert.pem.expired.#{expiry}"
154 expiry = EXPIRED_CERT.not_after.strftime "%Y%m%d%H%M%S"
156 File.join Gem.user_home, "gem-public_cert.pem.expired.#{expiry}"
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-dos.c225 struct timeval now, expiry = { 0,0 }; local
232 expiry.tv_usec = now.tv_usec + 1000UL * p->opt.timeout;
233 expiry.tv_sec = now.tv_sec;
234 while (expiry.tv_usec >= 1000000L)
236 expiry.tv_usec -= 1000000L;
237 expiry.tv_sec++;
309 if (timercmp(&now, &expiry, >))
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authn_socache.c281 apr_time_t expiry; local
316 /* first build our key and determine expiry time */
318 expiry = apr_time_now() + dcfg->timeout;
322 (unsigned char*)key, strlen(key), expiry,
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-nocem.el71 (defcustom gnus-nocem-expiry-wait 15
236 (days-to-time gnus-nocem-expiry-wait)))
371 (expiry (days-to-time gnus-nocem-expiry-wait))
375 (if (not (time-less-p (time-since (car entry)) expiry))
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Ddhcpd.c119 dhcp_time_secs_t expiry = 0; local
155 expiry = (dhcp_time_secs_t)val;
157 if (lease_index == NI_INDEX_NULL || time_in_p->tv_sec > expiry) {
266 dhcp_time_secs_t expiry = DHCP_INFINITE_TIME; local
276 expiry = (dhcp_time_secs_t)val;
278 return (expiry);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dsocks_sspi.c90 TimeStamp expiry; local
151 &expiry);
183 &expiry);
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Drtsock.c696 rt_setexpire(struct rtentry *rt, uint64_t expiry) argument
699 rt->rt_expire = expiry;
700 if (expiry) {
701 rt->rt_rmx.rmx_expire = expiry + rt->base_calendartime -
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_rtr.c2751 uint64_t expiry; local
2761 expiry = dr->base_calendartime +
2764 expiry = 0;
2766 return (expiry);
2900 uint64_t expiry; local
2911 expiry = pr->ndpr_base_calendartime +
2914 expiry = 0;
2916 return (expiry);
H A Dnd6.c407 ln_setexpire(struct llinfo_nd6 *ln, uint64_t expiry) argument
409 ln->ln_expire = expiry;
416 uint64_t expiry; local
429 expiry = rt->base_calendartime +
432 expiry = 0;
434 return (expiry);
1067 * in the past the loop was inside prefix expiry processing.
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dgnus-refcard.tex316 C-c C-x & Run all expirable articles in this group through the {\bf expiry}
318 C-c M-C-x & Run all articles in all groups through the {\bf expiry} process.\\
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsqlanywhere.vim405 syn keyword sqlKeyword existing exists expanded expiry express exprtype extended_property

Completed in 488 milliseconds