Home
last modified time | relevance | path

Searched refs:bvec (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/libraries/liblber/
Dmemory.c432 ber_bvecadd_x( struct berval ***bvec, struct berval *bv, void *ctx ) in ber_bvecadd_x() argument
437 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 …]
/netbsd/src/sys/fs/nfs/client/
Dnfs_clvnops.c2650 struct buf **bvec = NULL; in ncl_flush() local
2677 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 …]
/netbsd/src/external/bsd/openldap/dist/include/
Dlber_pvt.h121 struct berval ***bvec,
Dlber.h632 struct berval ***bvec,
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
Daspell.en.pws315 bvec