Home | History | Annotate | Download | only in apps

Lines Matching refs:DB_exp_date

900 		if (!check_time_format((char *)pp[DB_exp_date]))
1977 p=rrow[DB_exp_date]; if (p == NULL) p="undef";
1980 p=rrow[DB_exp_date]; if (p == NULL) p="undef";
2156 row[DB_exp_date]=(char *)OPENSSL_malloc(tm->length+1);
2157 memcpy(row[DB_exp_date],tm->data,tm->length);
2158 row[DB_exp_date][tm->length]='\0';
2166 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) ||
2422 row[DB_exp_date]=(char *)OPENSSL_malloc(tm->length+1);
2423 memcpy(row[DB_exp_date],tm->data,tm->length);
2424 row[DB_exp_date][tm->length]='\0';
2433 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) ||
2625 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0)
2633 if (strcmp(rrow[DB_exp_date], a_tm_s) <= 0)