HomeSort by: relevance | last modified time | path
    Searched defs:reqdata (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/openldap/dist/clients/tools/
ldapexop.c 185 struct berval reqdata; local
196 reqdata = value;
198 ber_dupbv( &reqdata, &value );
205 rc = ldap_extended_operation( ld, argv[ 0 ], p ? &reqdata : NULL, NULL, NULL, &id );
  /src/external/bsd/openldap/dist/libraries/libldap/
vc.c 214 struct berval reqdata; local
281 rc = ber_flatten2(ber, &reqdata, 0);
288 &reqdata, sctrls, cctrls, msgidp);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/vc/
vc.c 187 struct berval reqdata = BER_BVNULL; local
209 ber_dupbv_x( &reqdata, op->ore_reqdata, op->o_tmpmemctx );
211 /* ber_init2 uses reqdata directly, doesn't allocate new buffers */
212 ber_init2( ber, &reqdata, 0 );
415 op->o_tmpfree( reqdata.bv_val, op->o_tmpmemctx );
416 BER_BVZERO( &reqdata );
  /src/external/bsd/openldap/dist/servers/slapd/
extended.c 125 struct berval reqdata = {0, NULL}; local
148 if( ber_scanf( op->o_ber, "m", &reqdata ) == LBER_ERROR ) {
175 if ( reqdata.bv_val ) {
176 op->ore_reqdata = &reqdata;
208 struct berval reqdata = BER_BVNULL; local
211 reqdata = *op->ore_reqdata;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbac.c 326 struct berval reqdata = BER_BVNULL; local
347 ber_dupbv_x( &reqdata, in, ctx );
349 /* ber_init2 uses reqdata directly, doesn't allocate new buffers */
350 ber_init2( ber, &reqdata, 0 );
403 if ( !BER_BVISNULL( &reqdata ) ) {
404 ber_memfree_x( reqdata.bv_val, ctx );
685 struct berval reqdata = BER_BVNULL; local
706 ber_dupbv_x( &reqdata, in, ctx );
708 /* ber_init2 uses reqdata directly, doesn't allocate new buffers */
709 ber_init2( ber, &reqdata, 0 )
960 struct berval reqdata = BER_BVNULL; local
1441 struct berval reqdata = BER_BVNULL; local
1711 struct berval reqdata = BER_BVNULL; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
dds.c 967 struct berval reqdata = BER_BVNULL; local
981 ber_dupbv_x( &reqdata, in, ctx );
983 /* ber_init2 uses reqdata directly, doesn't allocate new buffers */
984 ber_init2( ber, &reqdata, 0 );
1060 if ( !BER_BVISNULL( &reqdata ) ) {
1061 ber_memfree_x( reqdata.bv_val, ctx );
pcache.c 5110 struct berval reqdata = BER_BVNULL; local
5127 ber_dupbv_x( &reqdata, in, ctx );
5129 /* ber_init2 uses reqdata directly, doesn't allocate new buffers */
5130 ber_init2( ber, &reqdata, 0 );
5236 if ( !BER_BVISNULL( &reqdata ) ) {
5237 ber_memfree_x( reqdata.bv_val, ctx );

Completed in 38 milliseconds