Searched refs:newbv (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/
H A Ducstr.c112 struct berval *newbv,
135 return ber_dupbv_x( newbv, bv, ctx );
138 if ( !newbv ) {
139 newbv = ber_memalloc_x( sizeof(struct berval), ctx );
140 if ( !newbv ) return NULL;
157 ber_memfree_x( newbv, ctx );
168 newbv->bv_val = out;
169 newbv->bv_len = outpos;
170 return newbv;
178 return ber_str2bv_x( s, len, 1, newbv, ct
110 UTF8bvnormalize( struct berval *bv, struct berval *newbv, unsigned flags, void *ctx ) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dsearch.c92 *newbv = NULL, local
103 newbv = &bv_T;
108 newbv = &bv_F;
117 filter->bv_len += newbv->bv_len - oldbv->bv_len;
132 AC_MEMCPY( &ptr[ newbv->bv_len ],
135 AC_MEMCPY( ptr, newbv->bv_val, newbv->bv_len );
137 ptr += newbv->bv_len;

Completed in 118 milliseconds