Searched refs:valid_to (Results 1 – 6 of 6) sorted by relevance
53 const u8 *valid_to = (const u8 *) mfa2_file->fw->data + mfa2_file->fw->datasize; in mlxfw_mfa2_valid_ptr() local56 return ptr > valid_from && ptr < valid_to; in mlxfw_mfa2_valid_ptr()
99 apr_time_t valid_to; member125 apr_time_t valid_to; member
117 result->valid_to = certinfo->valid_to; in svn_x509_certinfo_dup()317 return certinfo->valid_to; in svn_x509_certinfo_get_valid_to()
1136 SVN_ERR(x509_get_dates(&crt->valid_from, &crt->valid_to, &p, end, in svn_x509_parse_cert()1218 ci->valid_to = crt->valid_to; in svn_x509_parse_cert()
1081 find_last_value (rtx x, rtx *pinsn, rtx valid_to, int allow_hwreg) in find_last_value() argument1099 if ((valid_to == NULL_RTX in find_last_value()1100 || ! modified_between_p (src, PREV_INSN (p), valid_to)) in find_last_value()
27902 * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.