Home | History | Annotate | Download | only in progs

Lines Matching defs:bvals

353 	struct berval dn, bv, *bvals, **bvp = &bvals;
362 if ( !ber_bvcmp( &bv, &at_monitorOpCompleted ) && bvals ) {
363 c->ops[op] = strtoul( bvals[0].bv_val, NULL, 0 );
366 if ( bvals ) {
367 ber_memfree( bvals );
368 bvals = NULL;
460 struct berval dn, bv, *bvals, **bvp = &bvals;
480 if (!ber_bvcmp( &bv, &at_namingContexts ) && bvals ) {
481 for (j=0; bvals[j].bv_val; j++) {
482 if ( !ber_bvstrcasecmp( &base, &bvals[j] )) {
488 ber_memfree( bvals );
489 bvals = NULL;
496 sv->c_curr.entries = strtoul( bvals[0].bv_val, NULL, 0 );
498 ber_memfree( bvals );
499 bvals = NULL;
535 if ( bvals ) {
537 get_csns( &sv->csn_curr, bvals );
540 ber_memfree( bvals );
541 bvals = NULL;
667 struct berval dn, bv, *bvals, **bvp = &bvals;
753 servers[i].c_curr.entries = strtoul( bvals[0].bv_val, NULL, 0 );
756 ber_memfree( bvals );
757 bvals = NULL;
793 if ( bvals ) {
795 get_csns( &servers[i].csn_curr, bvals );
798 ber_memfree( bvals );
799 bvals = NULL;