Lines Matching refs:structure

70 functions set the structure I<s> to the time represented by the time_t
71 value I<t>. If I<s> is NULL a new time structure is allocated and returned.
74 functions set the time structure I<s> to the time represented
78 seconds in a day. If I<s> is NULL a new structure is allocated
82 ASN1_GENERALIZEDTIME_set_string() functions set the time structure I<s>
88 ASN1_TIME_set_string_X509() sets B<ASN1_TIME> structure I<s> to the time
101 functions check the syntax of the time structure I<s>.
104 functions print the time structure I<s> to BIO I<b> in human readable
107 If the time structure has invalid format it prints out "Bad time value" and
114 ASN1_TIME_to_tm() converts the time I<s> to the standard I<tm> structure.
117 I<tm_mon> and I<tm_year> fields of I<tm> structure are set to proper values,
121 converting I<s> to I<tm> structure.
134 the two times represented by the time structure I<s> and the time_t I<t>.
144 duplicate the time structure I<t> and return the duplicated result
149 The B<ASN1_TIME> structure corresponds to the ASN.1 structure B<Time>
158 The B<ASN1_TIME> structure can represent years from 0000 to 9999 but no attempt
174 of the return structure.
199 a pointer to a time structure or NULL if an error occurred.
208 if the structure is syntactically correct and 0 otherwise.
218 passed-in time structure has invalid syntax, for example.
228 structure on success or NULL if an error occurred.
231 pointer to a time structure or NULL if an error occurred.
235 Set a time structure to one hour after the current time and print it out: