Home
last modified time | relevance | path

Searched refs:LDIFFP (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/include/
H A Dldif.h94 typedef struct LDIFFP { struct
96 struct LDIFFP *prev; argument
97 } LDIFFP; typedef
99 LDAP_LDIF_F( LDIFFP * )
103 LDAP_LDIF_F( LDIFFP * )
107 ldif_close LDAP_P(( LDIFFP * ));
111 LDIFFP *fp,
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dldif.c725 LDIFFP *
732 LDIFFP *lfp = NULL; in ldif_open()
735 lfp = ber_memalloc( sizeof( LDIFFP )); in ldif_open()
745 LDIFFP *
754 LDIFFP *lfp = NULL; in ldif_open_mem()
757 lfp = ber_memalloc( sizeof( LDIFFP )); in ldif_open_mem()
769 LDIFFP *lfp in ldif_close()
772 LDIFFP *prev; in ldif_close()
790 LDIFFP *lfp, in ldif_read_record()
805 LDIFFP *tmp = lfp->prev; in ldif_read_record()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslapcommon.h38 struct LDIFFP *tv_ldiffp;
H A Droot_dse.c411 struct LDIFFP *fp; in root_dse_read_file()
H A Dslapcommon.c54 static LDIFFP dummy;
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-addel.c72 struct LDIFFP *fp; in main()
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapmodify.c218 struct LDIFFP *ldiffp = NULL, ldifdummy = {0}; in main()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dconfig.c582 LDIFFP *fp; in read_baseObject()