HomeSort by: relevance | last modified time | path
    Searched refs:num_cleanups (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
slap-config.h 183 int num_cleanups; member in struct:config_args_s
config.c 626 for (i=0; i < ca->num_cleanups; i++) {
631 if (ca->num_cleanups >= SLAP_CONFIG_CLEANUP_MAX)
633 ca->cleanups[ca->num_cleanups++] = cleanup;
642 for (i=0; i < ca->num_cleanups; i++) {
bconfig.c 5593 } else if ( ca->num_cleanups ) {
5664 } else if ( ca->num_cleanups ) {
6263 if ( rc == LDAP_SUCCESS && ca->num_cleanups ) {
6311 if ( ca->num_cleanups ) {

Completed in 22 milliseconds