Searched defs:Entry (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/include/
H A Dentry.h89 } Entry; typedef in typeref:struct:entry
130 /* Add an entry to ldap. You supply an Entry struct. Will either add entry
136 * new_entry is an Entry which you want added to ldap
141 int entry_add(LDAP *ld, FILE *out, Entry *new_entry);
148 * new_entry is an Entry which you want old_entry to look like
153 int entry_update(LDAP *ld, FILE *out, Entry *old_entry, Entry *new_entry);
159 * ldap_entry is an Entry which you want to delete
165 int entry_delete(LDAP *ld, FILE *out, Entry *ldap_entry);
170 Entry *
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c65 struct Entry;
69 struct Entry* lab; /* call this function */
76 typedef struct Entry /* magic file entry */ struct
78 struct Entry* next; /* next in list */
84 struct Entry* lab;

Completed in 33 milliseconds