Searched refs:lde_attrs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/shell-backends/
H A Dpasswd-shell.c177 entry->lde_attrs = (struct ldattr **)ecalloc( 5, sizeof( struct ldattr * ));
183 entry->lde_attrs[ i++ ] = attr;
189 entry->lde_attrs[ i++ ] = attr;
195 entry->lde_attrs[ i++ ] = attr;
204 entry->lde_attrs[ i++ ] = attr;
H A Dshellutil.h89 struct ldattr **lde_attrs; member in struct:ldentry
H A Dshellutil.c92 for ( app = entry->lde_attrs; *app != NULL; ++app ) {
138 for ( app = entry->lde_attrs; *app != NULL; ++app ) {
146 free( entry->lde_attrs );

Completed in 71 milliseconds