Searched refs:attridx (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Ddynlist.c1065 int attridx = 2; local
1083 if ( strncasecmp( c->argv[ attridx ], "ldap://", STRLENOF("ldap://") ) == 0 ) {
1084 if ( ldap_url_parse( c->argv[ attridx ], &lud ) != LDAP_URL_SUCCESS ) {
1087 c->argv[ attridx ] );
1100 c->argv[ attridx ] );
1109 c->argv[ attridx ] );
1117 c->argv[ attridx ] );
1129 c->argv[ attridx ] );
1139 c->argv[ attridx ] );
1145 ber_str2bv( c->argv[ attridx ],
[all...]

Completed in 132 milliseconds