Lines Matching full:structure
129 functions set the structure \fIs\fR to the time represented by the time_t
130 value \fIt\fR. If \fIs\fR is NULL a new time structure is allocated and returned.
133 functions set the time structure \fIs\fR to the time represented
137 seconds in a day. If \fIs\fR is NULL a new structure is allocated
141 \&\fBASN1_GENERALIZEDTIME_set_string()\fR functions set the time structure \fIs\fR
147 \&\fBASN1_TIME_set_string_X509()\fR sets \fBASN1_TIME\fR structure \fIs\fR to the time
160 functions check the syntax of the time structure \fIs\fR.
163 functions print the time structure \fIs\fR to BIO \fIb\fR in human readable
166 If the time structure has invalid format it prints out "Bad time value" and
173 \&\fBASN1_TIME_to_tm()\fR converts the time \fIs\fR to the standard \fItm\fR structure.
176 \&\fItm_mon\fR and \fItm_year\fR fields of \fItm\fR structure are set to proper values,
180 converting \fIs\fR to \fItm\fR structure.
193 the two times represented by the time structure \fIs\fR and the time_t \fIt\fR.
203 duplicate the time structure \fIt\fR and return the duplicated result
207 The \fBASN1_TIME\fR structure corresponds to the ASN.1 structure \fBTime\fR
216 The \fBASN1_TIME\fR structure can represent years from 0000 to 9999 but no attempt
232 of the return structure.
259 a pointer to a time structure or NULL if an error occurred.
268 if the structure is syntactically correct and 0 otherwise.
278 passed-in time structure has invalid syntax, for example.
288 structure on success or NULL if an error occurred.
291 pointer to a time structure or NULL if an error occurred.
294 Set a time structure to one hour after the current time and print it out: