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

  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
add.c 43 LDAPControl **postread_ctrl = NULL; local
339 if( postread_ctrl == NULL ) {
340 postread_ctrl = &ctrls[num_ctrls++];
344 &slap_post_read_bv, postread_ctrl ) )
365 if( postread_ctrl != NULL && (*postread_ctrl) != NULL ) {
366 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
367 slap_sl_free( *postread_ctrl, op->o_tmpmemctx );
modify.c 461 LDAPControl **postread_ctrl = NULL; local
637 if( postread_ctrl == NULL ) {
638 postread_ctrl = &ctrls[num_ctrls++];
642 &slap_post_read_bv, postread_ctrl ) )
705 if( postread_ctrl != NULL && (*postread_ctrl) != NULL ) {
706 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
707 slap_sl_free( *postread_ctrl, op->o_tmpmemctx );
modrdn.c 57 LDAPControl **postread_ctrl = NULL; local
459 if( postread_ctrl == NULL ) {
460 postread_ctrl = &ctrls[num_ctrls++];
464 &slap_post_read_bv, postread_ctrl ) )
544 if( postread_ctrl != NULL && (*postread_ctrl) != NULL ) {
545 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
546 slap_sl_free( *postread_ctrl, op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
add.c 49 LDAPControl **postread_ctrl = NULL; local
342 if( postread_ctrl == NULL ) {
343 postread_ctrl = &ctrls[num_ctrls++];
347 &slap_post_read_bv, postread_ctrl ) )
419 if( postread_ctrl != NULL && (*postread_ctrl) != NULL ) {
420 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
421 slap_sl_free( *postread_ctrl, op->o_tmpmemctx );
modrdn.c 55 LDAPControl **postread_ctrl = NULL; local
507 if( postread_ctrl == NULL ) {
508 postread_ctrl = &ctrls[num_ctrls++];
512 &slap_post_read_bv, postread_ctrl ) )
612 if( postread_ctrl != NULL && (*postread_ctrl) != NULL ) {
613 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
614 slap_sl_free( *postread_ctrl, op->o_tmpmemctx );
modify.c 596 LDAPControl **postread_ctrl = NULL; local
747 if( postread_ctrl == NULL ) {
748 postread_ctrl = &ctrls[num_ctrls++];
752 &slap_post_read_bv, postread_ctrl ) )
840 if( postread_ctrl != NULL && (*postread_ctrl) != NULL ) {
841 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
842 slap_sl_free( *postread_ctrl, op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-null/
null.c 126 **postread_ctrl = NULL; local
188 postread_ctrl = &ctrls[c];
189 *postread_ctrl = NULL;
192 &slap_post_read_bv, postread_ctrl ) )
194 postread_ctrl = NULL;
267 if( postread_ctrl != NULL && (*postread_ctrl) != NULL ) {
268 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
269 slap_sl_free( *postread_ctrl, op->o_tmpmemctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 1408 LDAPControl **postread_ctrl = NULL; local
1430 if ( postread_ctrl == NULL ) {
1431 postread_ctrl = &ctrls[num_ctrls++];
1435 &slap_post_read_bv, postread_ctrl ) )
1482 LDAPControl **postread_ctrl = NULL; local
1516 if ( postread_ctrl == NULL ) {
1517 postread_ctrl = &ctrls[num_ctrls++];
1521 &slap_post_read_bv, postread_ctrl ) )
1752 LDAPControl **postread_ctrl = NULL; local
1795 if ( postread_ctrl == NULL )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
bconfig.c 5775 LDAPControl **postread_ctrl = NULL; local
5887 if ( postread_ctrl == NULL ) {
5888 postread_ctrl = &ctrls[num_ctrls++];
5892 &slap_post_read_bv, postread_ctrl ) )
6349 LDAPControl **postread_ctrl = NULL; local
6475 if ( postread_ctrl == NULL ) {
6476 postread_ctrl = &ctrls[num_ctrls++];
6480 &slap_post_read_bv, postread_ctrl ) )
6508 LDAPControl **postread_ctrl = NULL; local
6740 if ( postread_ctrl == NULL )
    [all...]

Completed in 39 milliseconds