Lines Matching refs:DB_exp_date
914 if (!check_time_format((char *)pp[DB_exp_date])) in MAIN()
2000 p=rrow[DB_exp_date]; if (p == NULL) p="undef"; in do_body()
2003 p=rrow[DB_exp_date]; if (p == NULL) p="undef"; in do_body()
2179 row[DB_exp_date]=(char *)OPENSSL_malloc(tm->length+1); in do_body()
2180 memcpy(row[DB_exp_date],tm->data,tm->length); in do_body()
2181 row[DB_exp_date][tm->length]='\0'; in do_body()
2189 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2446 row[DB_exp_date]=(char *)OPENSSL_malloc(tm->length+1); in do_revoke()
2447 memcpy(row[DB_exp_date],tm->data,tm->length); in do_revoke()
2448 row[DB_exp_date][tm->length]='\0'; in do_revoke()
2457 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_revoke()
2649 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
2657 if (strcmp(rrow[DB_exp_date], a_tm_s) <= 0) in do_updatedb()