Home
last modified time | relevance | path

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

/external/openssl/apps/
Dca.c900 if (!check_time_format((char *)pp[DB_exp_date])) in MAIN()
1977 p=rrow[DB_exp_date]; if (p == NULL) p="undef"; in do_body()
1980 p=rrow[DB_exp_date]; if (p == NULL) p="undef"; in do_body()
2156 row[DB_exp_date]=(char *)OPENSSL_malloc(tm->length+1); in do_body()
2157 memcpy(row[DB_exp_date],tm->data,tm->length); in do_body()
2158 row[DB_exp_date][tm->length]='\0'; in do_body()
2166 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2422 row[DB_exp_date]=(char *)OPENSSL_malloc(tm->length+1); in do_revoke()
2423 memcpy(row[DB_exp_date],tm->data,tm->length); in do_revoke()
2424 row[DB_exp_date][tm->length]='\0'; in do_revoke()
[all …]
Dapps.h276 #define DB_exp_date 1 macro