Home | History | Annotate | Download | only in slapd

Lines Matching defs:bvtext

61 	struct berval bvtext;
168 bvtext.bv_len = textlen;
169 bvtext.bv_val = textbuf;
170 bvtext.bv_val[0] = '\0';
574 id = be->be_entry_put( be, e, &bvtext );
579 id = be->be_entry_modify( be, e, &bvtext );
584 rc = be->be_entry_delete( be, &ndn, &bvtext );
592 lineno, bvtext.bv_val );
619 bvtext.bv_len = textlen;
620 bvtext.bv_val = textbuf;
621 bvtext.bv_val[0] = '\0';
629 rc = slap_tool_update_ctxcsn( progname, sid, &bvtext );