Searched refs:bvec (Results 1 – 5 of 5) sorted by relevance
432 ber_bvecadd_x( struct berval ***bvec, struct berval *bv, void *ctx ) in ber_bvecadd_x() argument437 if( *bvec == NULL ) { in ber_bvecadd_x()443 *bvec = ber_memalloc_x( 2 * sizeof(struct berval *), ctx ); in ber_bvecadd_x()445 if( *bvec == NULL ) { in ber_bvecadd_x()449 (*bvec)[0] = bv; in ber_bvecadd_x()450 (*bvec)[1] = NULL; in ber_bvecadd_x()455 BER_MEM_VALID( bvec ); in ber_bvecadd_x()458 for ( i = 0; (*bvec)[i] != NULL; i++ ) { in ber_bvecadd_x()466 new = ber_memrealloc_x( *bvec, (i+2) * sizeof(struct berval *), ctx); in ber_bvecadd_x()472 *bvec = new; in ber_bvecadd_x()[all …]
2650 struct buf **bvec = NULL; in ncl_flush() local2677 if (bvec != NULL && bvec != bvec_on_stack) in ncl_flush()2678 free(bvec, M_TEMP); in ncl_flush()2702 bvec = (struct buf **) in ncl_flush()2706 if (bvec == NULL) { in ncl_flush()2707 bvec = bvec_on_stack; in ncl_flush()2712 bvec = bvec_on_stack; in ncl_flush()2762 bvec[bvecpos++] = bp; in ncl_flush()2787 bp = bvec[i]; in ncl_flush()2807 bp = bvec[i]; in ncl_flush()[all …]
121 struct berval ***bvec,
632 struct berval ***bvec,
315 bvec