Lines Matching refs:uris
1889 char **uris = NULL;
1903 "unable to parse URIs #%d"
1911 uris = tmpuris;
1914 ldap_charray_merge( &uris, tmpuris );
1921 for ( j = 0; uris[ j ] != NULL; j++ ) {
1927 if ( ldap_url_parselist_ext( &ludp, uris[ j ], "\t",
1936 ldap_charray_free( uris );
1953 ldap_charray_free( uris );
1970 ldap_charray_free( uris );
1993 ldap_charray_free( uris );
2002 "multiple URIs must have no DN part" );
2005 ldap_charray_free( uris );
2017 ldap_charray_free( uris );
2021 ldap_memfree( uris[ j ] );
2022 uris[ j ] = tmpuri;
2025 mt->mt_uri = ldap_charray2str( uris, " " );
2026 ldap_charray_free( uris );