Home | History | Annotate | Download | only in slapd

Lines Matching defs:c_file

69 	struct berval c_file;
2617 value_add_one( &c->rvalue_vals, &cf->c_file );
4061 ber_str2bv( c->argv[1], 0, 1, &cf->c_file );
4068 ch_free( cf->c_file.bv_val );
4562 ber_str2bv( cfname, 0, 1, &cfb->cb_config->c_file );
7286 LUTIL_SLASHPATH( cf->c_file.bv_val );
7287 bv.bv_val = strrchr(cf->c_file.bv_val, LDAP_DIRSEP[0]);
7289 bv = cf->c_file;
7292 bv.bv_len = cf->c_file.bv_len - (bv.bv_val - cf->c_file.bv_val);
7712 ch_free( cf->c_file.bv_val );