Home
last modified time | relevance | path

Searched refs:ComponentTime (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcrl.h103 } ComponentTime; typedef
108 void* ExtractingComponentTime PROTO (( void* mem_op, ComponentReference *cr, ComponentTime *comp ));
111 …ime PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentTime **v, AsnLen *b…
114 int GDecComponentTime PROTO (( void* mem_op, GenBuf * b, ComponentTime **v, AsnLen *bytesDecoded, i…
187 ComponentTime* revocationDate; /* Time */
287 ComponentTime* thisUpdate; /* Time */
288 ComponentTime* nextUpdate; /* Time OPTIONAL */
336 ComponentTime* notBefore; /* Time */
337 ComponentTime* notAfter; /* Time */
H A Dcertificate.h136 } ComponentTime; typedef
141 void* ExtractingComponentTime PROTO (( void* mem_op, ComponentReference *cr, ComponentTime *comp ));
144 …ime PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentTime **v, AsnLen *b…
147 int GDecComponentTime PROTO (( void* mem_op, GenBuf * b, ComponentTime **v, AsnLen *bytesDecoded, i…
204 ComponentTime* notBefore; /* Time */
205 ComponentTime* notAfter; /* Time */
H A Dcertificate.c323 ComponentTime *v1, *v2; in MatchingComponentTime()
326 v1 = (ComponentTime*)csi_attr; in MatchingComponentTime()
327 v2 = (ComponentTime*)csi_assert; in MatchingComponentTime()
350 ExtractingComponentTime ( void* mem_op, ComponentReference* cr, ComponentTime *comp ) in ExtractingComponentTime()
383 ComponentTime **v _AND_
394 ComponentTime *k, *t, c_temp;
431 *v = t = (ComponentTime*) CompAlloc( mem_op, sizeof(ComponentTime) );
456 ComponentTime **v _AND_
462 ComponentTime *k,*t, c_temp;
502 *v = t = (ComponentTime*) CompAlloc( mem_op, sizeof(ComponentTime) );