Home
last modified time | relevance | path

Searched refs:DB_exp_date (Results 1 – 2 of 2) sorted by relevance

/external/openssl/apps/
Dca.c914 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()
[all …]
Dapps.h276 #define DB_exp_date 1 macro