Searched refs:expire_calc (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DUtil.pm299 # pass through preformatted dates for the sake of expire_calc()
300 $time = expire_calc($time);
316 sub expire_calc { subroutine
H A DCookie.pm226 $self->{'max-age'} = CGI::Util::expire_calc($max_age)-time() if defined $max_age;

Completed in 22 milliseconds