Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c403 checkTime( struct berval *in, struct berval *out );
500 if ( checkTime( &bvtu, &thisUpdate ) ) { in certificateListValidate()
3804 checkTime( struct berval *in, struct berval *out ) in checkTime() function
4057 } else if ( checkTime( &tu, NULL ) ) { in issuerAndThisUpdateValidate()
4102 if ( rc || checkTime( &tu, NULL ) ) { in issuerAndThisUpdatePretty()
4169 if ( rc || checkTime( &tu, &tu2 ) ) { in issuerAndThisUpdateNormalize()
4272 if ( checkTime( &bvtu, &thisUpdate ) ) { in certificateListExactNormalize()