Searched refs:ndays (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/ |
H A D | calendar.py | 128 ndays = mdays[month] + (month == February and isleap(year)) 129 return day1, ndays 189 day1, ndays = monthrange(year, month) 192 yield from range(1, ndays + 1) 193 days_after = (self.firstweekday - day1 - ndays) % 7 209 day1, ndays = monthrange(year, month) 211 days_after = (self.firstweekday - day1 - ndays) % 7 216 for d in range(1, ndays + 1):
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 74 int nmin, int ndays, int badsig, 148 {"ndays", OPT_NDAYS, 'p', "Number of days before next update"}, 252 int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1; in ocsp_main() local 468 if (ndays == -1) in ocsp_main() 469 ndays = 0; in ocsp_main() 475 ndays = atoi(opt_arg()); in ocsp_main() 725 rsign_md, rsign_sigopts, rother, rflags, nmin, ndays, in ocsp_main() 1033 int nmin, int ndays, int badsig, in make_ocsp_response() 1053 if (ndays != -1) in make_ocsp_response() 1054 nextupd = X509_time_adj_ex(NULL, ndays, nmi in make_ocsp_response() 1028 make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, EVP_PKEY *rkey, const EVP_MD *rmd, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays, int badsig, const EVP_MD *resp_md) make_ocsp_response() argument [all...] |
/third_party/openssl/apps/ |
H A D | ocsp.c | 74 int nmin, int ndays, int badsig, 148 {"ndays", OPT_NDAYS, 'p', "Number of days before next update"}, 252 int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1; in ocsp_main() local 468 if (ndays == -1) in ocsp_main() 469 ndays = 0; in ocsp_main() 475 ndays = atoi(opt_arg()); in ocsp_main() 725 rsign_md, rsign_sigopts, rother, rflags, nmin, ndays, in ocsp_main() 1033 int nmin, int ndays, int badsig, in make_ocsp_response() 1053 if (ndays != -1) in make_ocsp_response() 1054 nextupd = X509_time_adj_ex(NULL, ndays, nmi in make_ocsp_response() 1028 make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, EVP_PKEY *rkey, const EVP_MD *rmd, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays, int badsig, const EVP_MD *resp_md) make_ocsp_response() argument [all...] |
Completed in 5 milliseconds