HomeSort by: relevance | last modified time | path
    Searched refs:ldap_str2charray (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
referral.c 90 hosts = ldap_str2charray( hostlist, " " );
search.c 98 hosts = ldap_str2charray( hostlist, " " );
  /src/external/bsd/openldap/dist/libraries/libldap/
charray.c 185 ldap_str2charray( const char *str_in, const char *brkstr ) function
url.c 1090 ludp->lud_attrs = ldap_str2charray( p, "," );
1182 ludp->lud_exts = ldap_str2charray( p, "," );
1330 urls = ldap_str2charray( url, sep );
1379 specs = ldap_str2charray(hosts, ", ");
options.c 639 source_ip_lst = ldap_str2charray( source_ip, " " );
tls_o.c 185 char **dirs = ldap_str2charray( dir, CERTPATHSEP );
487 dirs = ldap_str2charray( lt->lt_cacertdir, CERTPATHSEP );
cyrus.c 929 props = ldap_str2charray( in, "," );
gssapi.c 490 mechs_list = ldap_str2charray( mechs_str, " " );
tls_g.c 203 char **dirs = ldap_str2charray( lt->lt_cacertdir, CERTPATHSEP );
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
attr.c 104 attrs = ldap_str2charray( argv[0], "," );
114 indexes = ldap_str2charray( argv[1], "," );
  /src/external/bsd/openldap/dist/clients/tools/
ldapurl.c 264 lud.lud_attrs = ldap_str2charray( optarg, "," );
common.c 1259 hosts = ldap_str2charray( hostlist, " " );
1825 attrs = ldap_str2charray( preread_attrs, "," );
1855 attrs = ldap_str2charray( postread_attrs, "," );
ldapsearch.c 664 specs = ldap_str2charray( cvalue, ";" );
691 ds[ ispecs ].attributes = ldap_str2charray( ptr, "," );
  /src/external/bsd/openldap/dist/tests/progs/
slapd-common.c 183 char **errs = ldap_str2charray( err, "," );
slapd-read.c 129 attrs = ldap_str2charray( optarg, "," );
slapd-search.c 134 attrs = ldap_str2charray( optarg, "," );
slapd-tester.c 232 **b = ldap_str2charray( optarg, "," );
285 **l = ldap_str2charray( optarg, "," );
slapd-mtread.c 227 attrs = ldap_str2charray( optarg, "," );
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
attr.c 212 attrs = ldap_str2charray( argv[0], "," );
222 indexes = ldap_str2charray( argv[1], "," );
539 attrs = ldap_str2charray( argv[0], "," );
config.c 707 attrs = ldap_str2charray( bv.bv_val, "," );
763 attrs = ldap_str2charray( bv.bv_val, "," );
  /src/external/bsd/openldap/dist/include/
ldap_pvt.h 222 ldap_str2charray LDAP_P((
  /src/external/bsd/openldap/dist/servers/lloadd/
main.c 260 levels = ldap_str2charray( arg, "," );
  /src/external/bsd/openldap/dist/servers/slapd/
logging.c 402 levels = ldap_str2charray( arg, "," );
sasl.c 1567 mechs = ldap_str2charray( mechstr, "," );
1574 mechs = ldap_str2charray( "EXTERNAL", "," );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
retcode.c 1024 ops = ldap_str2charray( &c->argv[ i ][ STRLENOF( "op=" ) ], "," );
1136 refs = ldap_str2charray( &c->argv[ i ][ STRLENOF( "ref=" ) ], " " );

Completed in 56 milliseconds

1 2