HomeSort by: relevance | last modified time | path
    Searched refs:anew (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
modify.c 100 Attribute *ap, *aold, *anew; local
187 anew = attr_find( e->e_attrs, mod->sm_desc );
189 anew = aold;
192 if ( anew->a_numvals > hi )
193 anew->a_flags |= SLAP_ATTR_BIG_MULTI;
194 if ( anew->a_flags & SLAP_ATTR_BIG_MULTI ) {
205 anew = (Attribute *)mod;
207 if (!anew->a_nvals)
208 anew->a_nvals = anew->a_vals
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
ad.c 925 AttributeName *anew; local
946 anew = an + i;
952 BER_BVZERO( &anew[1].an_name );
954 anew->an_desc = NULL;
955 anew->an_oc = NULL;
956 anew->an_flags = 0;
957 ber_str2bv(s, 0, 1, &anew->an_name);
958 slap_bv2ad(&anew->an_name, &anew->an_desc, &text);
959 if ( !anew->an_desc )
    [all...]
attr.c 274 Attribute *tmp, *anew; local
283 anew = attrs_alloc( i );
285 for( tmp=anew; a; a=a->a_next ) {
291 return anew;
syncrepl.c 5642 Attribute *tmp, *anew; local
5649 anew = op->o_tmpalloc( i * sizeof(Attribute), op->o_tmpmemctx );
5650 for ( tmp = anew; attrs; attrs=attrs->a_next ) {
5661 if ( tmp == anew ) {
5663 op->o_tmpfree( anew, op->o_tmpmemctx );
5667 return anew;
proto-slap.h 1914 Operation *op, Attribute *old, Attribute *anew,
  /src/usr.bin/make/unit-tests/
directive-export-impl.mk 40 # variable will be exported anew for each ':sh' modifier, ':!...!' modifier,
varmod-sysv.mk 141 .if ${one two:L:o%=a%w} != "anew two"
  /src/external/bsd/nsd/dist/
options.c 1266 struct acl_options* anew)
1268 if(!acl_list_equal(*orig, anew)) {
1270 *orig = copy_acl_list(opt, anew);
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 9547 Member functions next, anew, poison and reinit have default
9562 object of type T. Any initialization performed by anew should
9565 static T *anew () { return ggc_alloc<T> (); } function in class:freelist
9587 /* Bring an object that underwent at least one lifecycle after anew
9591 by anew. This may poison or clear the next field, used by
9634 return anew ();
9650 freelist<tree_node>::anew () function in class:freelist
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 9462 Member functions next, anew, poison and reinit have default
9477 object of type T. Any initialization performed by anew should
9480 static T *anew () { return ggc_alloc<T> (); } function in class:freelist
9502 /* Bring an object that underwent at least one lifecycle after anew
9506 by anew. This may poison or clear the next field, used by
9549 return anew ();
9565 freelist<tree_node>::anew () function in class:freelist

Completed in 54 milliseconds