Home
last modified time | relevance | path

Searched refs:e_orig (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslapmodify.c145 Entry *e_orig = NULL, *e = NULL; in slapmodify() local
292 e_orig = be->be_entry_get( be, id ); in slapmodify()
293 if ( e_orig ) in slapmodify()
294 e = entry_dup( e_orig ); in slapmodify()
612 if ( e_orig ) be_entry_release_w( op, e_orig ); in slapmodify()
/netbsd-src/usr.bin/find/
H A Dfunction.c628 brace_subst(plan->e_orig[cnt], in f_exec()
801 new->e_orig = emalloc(cnt * sizeof(*new->e_orig)); in c_exec()
805 new->e_orig[cnt] = *argv; in c_exec()
818 new->e_orig[cnt] = NULL; in c_exec()
851 brace_subst(plan->e_orig[cnt], &plan->e_argv[cnt], in f_execdir()
899 new->e_orig = emalloc(cnt * sizeof(*new->e_orig)); in c_execdir()
903 new->e_orig[cnt] = *argv; in c_execdir()
915 new->e_argv[cnt] = new->e_orig[cnt] = NULL; in c_execdir()
H A Dfind.h114 #define e_orig p_un.ex._e_orig macro
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c744 Entry *e = NULL, *e_orig = rs->sr_entry; in datamorph_response() local
753 for ( a = e_orig->e_attrs; a && a->a_desc != stop; a = next ) { in datamorph_response()
769 e = e_orig; in datamorph_response()
771 e = entry_dup( e_orig ); in datamorph_response()
789 if ( e && e != e_orig ) { in datamorph_response()
794 } else if ( e && e != e_orig ) { in datamorph_response()
856 Entry *e_orig, *e = NULL; in datamorph_entry_get_rw() local
865 e_orig = *ep; in datamorph_entry_get_rw()
867 if ( rc == LDAP_SUCCESS && e_orig ) { in datamorph_entry_get_rw()
871 for ( a = e_orig->e_attrs; a; a = a->a_next ) { in datamorph_entry_get_rw()
[all …]