Lines Matching refs:expiry
58 size_t size, lws_usec_t expiry, void **ppay)
77 source, size, expiry, ppay);
96 lws_usec_t expiry = 0;
132 * the cache, and we want to know the earliest expiry of any of the
143 if (m->expiry && (!expiry || expiry < m->expiry))
144 expiry = m->expiry;
183 * with its expiry set to the earliest of the results, and copy it in
187 n = l1->info.ops->write(l1, meta_key, temp, sum, expiry, (void **)&p);