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

  /src/external/bsd/openldap/dist/libraries/libldap/
extended.c 37 struct berval *reqdata,
51 if ( reqdata != NULL ) {
55 LDAP_TAG_EXOP_REQ_VALUE, reqdata );
105 struct berval *reqdata,
126 ber = ldap_build_extended_req( ld, reqoid, reqdata,
141 struct berval *reqdata,
157 rc = ldap_extended_operation( ld, reqoid, reqdata,
vc.c 214 struct berval reqdata; local
281 rc = ber_flatten2(ber, &reqdata, 0);
288 &reqdata, sctrls, cctrls, msgidp);
ldap-int.h 646 struct berval *reqdata,
  /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/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/
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;
passwd.c 356 int slap_passwd_parse( struct berval *reqdata,
368 if( reqdata == NULL ) {
372 if( reqdata->bv_len == 0 ) {
377 /* ber_init2 uses reqdata directly, doesn't allocate new buffers */
378 ber_init2( ber, reqdata, 0 );
proto-slap.h 1552 struct berval *reqdata,
  /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/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 );
  /src/external/bsd/openldap/dist/include/
ldap.h 1124 struct berval *reqdata,
1133 struct berval *reqdata,

Completed in 71 milliseconds