Searched refs:MS_TM (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dtmdiff.h80 typedef struct ms_tm MS_TM; typedef in typeref:struct:ms_tm
82 MS_TM *ms_time_new(void );
83 void ms_time_free(MS_TM *a);
84 void ms_time_get(MS_TM *a);
85 double ms_time_diff(MS_TM *start, MS_TM *end);
86 int ms_time_cmp(const MS_TM *ap, const MS_TM *bp);
H A Dtmdiff.c148 MS_TM *ms_time_new(void)
150 MS_TM *ret;
152 ret=(MS_TM *)OPENSSL_malloc(sizeof(MS_TM));
155 memset(ret,0,sizeof(MS_TM));
162 void ms_time_free(MS_TM *a)
168 void ms_time_get(MS_TM *tm)
191 double ms_time_diff(MS_TM *a, MS_TM *b)
229 int ms_time_cmp(const MS_TM *
[all...]

Completed in 111 milliseconds