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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/shell-backends/
H A Dshellutil.h87 struct ldentry { struct
103 void write_entry( struct ldop *op, struct ldentry *entry, FILE *ofp );
104 int test_filter( struct ldop *op, struct ldentry *entry );
105 void free_entry( struct ldentry *entry );
H A Dpasswd-shell.c49 static struct ldentry *pw2entry LDAP_P(( struct ldop *op, struct passwd *pw ));
116 struct ldentry *entry;
140 static struct ldentry *
143 struct ldentry *entry;
166 entry = (struct ldentry *) ecalloc( 1, sizeof( struct ldentry ));
H A Dshellutil.c86 write_entry( struct ldop *op, struct ldentry *entry, FILE *ofp )
104 test_filter( struct ldop *op, struct ldentry *entry )
131 free_entry( struct ldentry *entry )

Completed in 66 milliseconds