OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldif_open
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/openldap/dist/include/
ldif.h
100
ldif_open
LDAP_P(( LDAP_CONST char *file, LDAP_CONST char *mode ));
102
/*
ldif_open
equivalent that opens ldif stream in memory rather than from file */
/src/external/bsd/openldap/dist/tests/progs/
slapd-addel.c
107
if ( (fp =
ldif_open
( filename, "r" )) == NULL ) {
/src/external/bsd/openldap/dist/servers/slapd/
root_dse.c
413
if ( (fp =
ldif_open
( fname, "r" )) == NULL ) {
slapcommon.c
689
} else if ((ldiffp =
ldif_open
( ldiffile, writer ? "w" : "r" ))
/src/external/bsd/openldap/dist/clients/tools/
ldapmodify.c
261
if (( ldiffp =
ldif_open
( infile, "r" )) == NULL ) {
/src/external/bsd/openldap/dist/libraries/libldap/
ldif.c
726
ldif_open
(
function
/src/external/bsd/openldap/dist/servers/slapd/back-sql/
config.c
589
fp =
ldif_open
( fname, "r" );
Completed in 24 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026