Searched refs:a_next (Results 1 - 25 of 60) sorted by relevance

123

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Doperational.c46 for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next ) {
67 ap = &(*ap)->a_next;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dattr.c68 a->a_next = a+1;
71 a->a_next = attr_list;
86 attr_list = a->a_next;
87 a->a_next = NULL;
105 for ( a = &attr_list; *a && num > 0; a = &(*a)->a_next ) {
114 for ( ; *a && num > 0; a = &(*a)->a_next ) {
166 a->a_next = attr_list;
178 next = a->a_next;
197 next = a->a_next;
199 a->a_next
[all...]
H A DmatchedValues.c144 for ( i=0; a != NULL; a = a->a_next, i++ ) {
216 for ( i=0; a != NULL; a = a->a_next, i++ ) {
237 for ( i=0; a != NULL; a = a->a_next, i++ ) {
275 for ( i = 0; a != NULL; a = a->a_next, i++ ) {
H A Dentry.c151 ahead.a_next = NULL;
293 atail->a_next = attr_alloc( NULL );
294 atail = atail->a_next;
398 atail->a_next = NULL;
399 e->e_attrs = ahead.a_next;
468 for ( a = e->e_attrs; a != NULL; a = a->a_next ) {
686 for (a=e->e_attrs; a; a=a->a_next) {
765 for (a=e->e_attrs; a; a=a->a_next) {
959 a = a->a_next;
1035 for (src = e->e_attrs; src; src=src->a_next,ds
[all...]
H A Dschema_check.c84 for ( a = e->e_attrs; a != NULL; a = a->a_next ) {
274 for ( a = e->e_attrs; a != NULL; a = a->a_next ) {
299 for ( a = e->e_attrs; a != NULL; a = a->a_next ) {
457 for ( a = e->e_attrs; a != NULL; a = a->a_next ) {
528 for ( a = e->e_attrs; a != NULL; a = a->a_next ) {
H A Dfilterentry.c205 a = attrs_find( a->a_next, mra->ma_desc ) )
330 for ( a = e->e_attrs; a != NULL; a = a->a_next ) {
617 a = attrs_find( a->a_next, ava->aa_desc ) )
850 a = attrs_find( a->a_next, desc ) )
950 a = attrs_find( a->a_next, f->f_sub_desc ) )
H A Dadd.c399 for ( tail = &(*e)->e_attrs; *tail != NULL; tail = &(*tail)->a_next )
505 tail = &attr->a_next;
574 a_new = a_new->a_next;
H A Droot_dse.c359 for( a = usr_attr->e_attrs; a != NULL; a = a->a_next ) {
456 for(a = e->e_attrs; a != NULL; a = a->a_next) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/cloak/
H A Dcloak.c206 for ( a = e->e_attrs; a; a = a->a_next )
232 pa = a, a = a->a_next ) {
242 pa->a_next = a->a_next;
244 me->e_attrs = a->a_next;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Doperational.c126 for ( ap = &rs->sr_entry->e_attrs; *ap; ap = &(*ap)->a_next ) {
141 for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next ) {
185 ap = &(*ap)->a_next;
228 ap = &(*ap)->a_next;
243 ap = &(*ap)->a_next;
H A Dcompare.c104 for ( ap = &e.e_attrs; *ap; ap = &(*ap)->a_next )
131 a = attrs_find( a->a_next, op->oq_compare.rs_ava->aa_desc ) )
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dodusers.c142 for(a = e->e_attrs; a; a = a->a_next) {
439 for(a = rs->sr_un.sru_search.r_entry->e_attrs; a; a = a->a_next) {
460 a->a_next = rs->sr_un.sru_search.r_entry->e_attrs;
469 for(a = rs->sr_un.sru_search.r_entry->e_attrs; a; a = a->a_next) {
490 a->a_next = rs->sr_un.sru_search.r_entry->e_attrs;
500 for(a = rs->sr_un.sru_search.r_entry->e_attrs; a; a = a->a_next) {
521 a->a_next = rs->sr_un.sru_search.r_entry->e_attrs;
1197 a->a_next = attr_alloc(objectClassAD);
1198 if(!a->a_next) goto out;
1199 attriter = a->a_next;
[all...]
H A Doverlayutils.c43 for ( i = 1, current_attr = attr; current_attr; i++, current_attr = current_attr->a_next )
H A Dtranslucent.c261 a->a_next = e->e_attrs;
270 a->a_next = e->e_attrs;
293 for(a=b; a; a=a->a_next) {
450 for(a = e->e_attrs; a; a = a->a_next)
457 for(a = re->e_attrs; a; a = a->a_next)
540 a->a_next = ax;
867 for(ax = le->e_attrs; ax; ax = ax->a_next) {
868 for(a = re->e_attrs; a; a = a->a_next) {
885 an->a_next = as;
898 for(ax = re->e_attrs; ax->a_next; a
[all...]
H A Dauditlog.c93 for(a = op->ora_e->e_attrs; a; a = a->a_next)
143 for(a = op->ora_e->e_attrs; a; a = a->a_next)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/dupent/
H A Ddupent.c347 *app = (*app)->a_next;
349 valnum[c].ap->a_next = *ap_listp;
354 valnum[c].a.a_next = &valnum[c + 1].a;
356 valnum[c].a.a_next = NULL;
395 for ( ap = rs->sr_entry->e_attrs; ap != NULL; ap = ap->a_next ) {
413 for ( app = &e->e_attrs; *app != NULL; app = &(*app)->a_next ) {
427 for ( app = &e->e_attrs; *app != NULL; app = &(*app)->a_next ) {
436 for ( app = &e->e_attrs; *app != NULL; app = &(*app)->a_next )
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Doperational.c127 for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next ) {
145 ap = &(*ap)->a_next;
H A Dmonitor.c378 next = a->a_next;
385 next = next->a_next;
389 next = next->a_next;
393 next = next->a_next;
444 next = next->a_next;
713 for ( ap = &e->e_attrs; *ap != NULL; ap = &(*ap)->a_next )
H A Dmodify.c53 for ( ap = newattrs; ap; ap = ap->a_next ) {
120 *app = (*app)->a_next;
124 app = &(*app)->a_next;
305 for ( ap = save_attrs; ap != NULL; ap = ap->a_next ) {
332 for ( ap = save_attrs; ap != NULL; ap = ap->a_next ) {
375 for ( ap = e->e_attrs; ap != NULL; ap = ap->a_next ) {
/macosx-10.9.5/bc-21/bc/bc/
H A Dbcdefs.h140 struct bc_var_array *a_next; member in struct:bc_var_array
H A Dstorage.c378 ary_ptr->a_next = NULL;
866 a_temp->a_next = arrays[ix];
929 arrays[ix] = a_temp->a_next;
1031 a_src = arrays[ix]->a_next;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/allowed/
H A Dallowed.c217 for ( ap = &rs->sr_operational_attrs; *ap != NULL; ap = &(*ap)->a_next )
306 ap = &(*ap)->a_next;
315 ap = &(*ap)->a_next;
394 ap = &(*ap)->a_next;
403 ap = &(*ap)->a_next;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dadd.c63 for ( i = 1, a = op->oq_add.rs_e->e_attrs; a; i++, a = a->a_next )
72 for ( i = 0, a = op->oq_add.rs_e->e_attrs; a; a = a->a_next ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dadd.c79 for ( i = 1, a = op->ora_e->e_attrs; a; i++, a = a->a_next );
86 for ( i = 0, a = op->ora_e->e_attrs; a; a = a->a_next ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/addpartial/
H A Daddpartial-overlay.c90 for(attr = toAdd->e_attrs; attr; attr = attr->a_next)
213 for(attr = found->e_attrs; attr; attr = attr->a_next)

Completed in 144 milliseconds

123