Home | History | Annotate | Download | only in slapd

Lines Matching defs:fstr

1417 	struct berval	fstr = BER_BVNULL;
1459 filter2bv_x( op, op->o_assertion, &fstr );
1462 op->o_connid, fstr.bv_len ? fstr.bv_val : "empty" );
1463 op->o_tmpfree( fstr.bv_val, op->o_tmpmemctx );
1601 struct berval fstr = BER_BVNULL;
1644 vrFilter2bv( op, op->o_vrFilter, &fstr );
1648 fstr.bv_len ? fstr.bv_val : "empty" );
1649 op->o_tmpfree( fstr.bv_val, op->o_tmpmemctx );