Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h191 struct ldap_oclist { struct
193 struct ldap_oclist *oc_next; argument
196 #define NULLOCLIST ((struct ldap_oclist *)0)
245 struct ldap_oclist *dt_oclist;
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c237 struct ldap_oclist *ocp, *nextocp; in free_disptmpl()
326 struct ldap_oclist *oclp; in ldap_oc2template()
472 struct ldap_oclist *ocp = NULL, *prevocp = NULL; in read_next_tmpl()
535 if (( ocp = (struct ldap_oclist *)NSLDAPI_CALLOC( 1, in read_next_tmpl()
536 sizeof( struct ldap_oclist ))) == NULL ) { in read_next_tmpl()
/titanic_41/usr/src/head/
H A Dldap.h863 struct ldap_oclist { struct
865 struct ldap_oclist *oc_next; argument
868 #define NULLOCLIST ((struct ldap_oclist *)0)
917 struct ldap_oclist *dt_oclist;
/titanic_41/usr/src/cmd/ldap/common/
H A Dtmpltest.c121 struct ldap_oclist *ocp; in dump_tmpl()