Lines Matching full:structure
132 functions set the structure \fIs\fR to the time represented by the time_t
133 value \fIt\fR. If \fIs\fR is NULL a new time structure is allocated and returned.
136 functions set the time structure \fIs\fR to the time represented
140 seconds in a day. If \fIs\fR is NULL a new structure is allocated
144 \&\fBASN1_GENERALIZEDTIME_set_string()\fR functions set the time structure \fIs\fR
150 \&\fBASN1_TIME_set_string_X509()\fR sets \fBASN1_TIME\fR structure \fIs\fR to the time
163 functions check the syntax of the time structure \fIs\fR.
166 functions print the time structure \fIs\fR to BIO \fIb\fR in human readable
169 If the time structure has invalid format it prints out "Bad time value" and
176 \&\fBASN1_TIME_to_tm()\fR converts the time \fIs\fR to the standard \fItm\fR structure.
179 \&\fItm_mon\fR and \fItm_year\fR fields of \fItm\fR structure are set to proper values,
183 converting \fIs\fR to \fItm\fR structure.
196 the two times represented by the time structure \fIs\fR and the time_t \fIt\fR.
206 duplicate the time structure \fIt\fR and return the duplicated result
210 The \fBASN1_TIME\fR structure corresponds to the ASN.1 structure \fBTime\fR
219 The \fBASN1_TIME\fR structure can represent years from 0000 to 9999 but no attempt
235 of the return structure.
262 a pointer to a time structure or NULL if an error occurred.
271 if the structure is syntactically correct and 0 otherwise.
281 passed\-in time structure has invalid syntax, for example.
291 structure on success or NULL if an error occurred.
294 pointer to a time structure or NULL if an error occurred.
297 Set a time structure to one hour after the current time and print it out: