Home | History | Annotate | Download | only in back-meta

Lines Matching refs:uris

1960 		char		**uris = NULL;
1985 "unable to parse URIs #%d"
1994 uris = tmpuris;
1997 ldap_charray_merge( &uris, tmpuris );
2002 for ( j = 0; uris[ j ] != NULL; j++ ) {
2008 if ( ldap_url_parselist_ext( &ludp, uris[ j ], "\t",
2017 ldap_charray_free( uris );
2034 ldap_charray_free( uris );
2051 ldap_charray_free( uris );
2074 ldap_charray_free( uris );
2083 "multiple URIs must have no DN part" );
2086 ldap_charray_free( uris );
2098 ldap_charray_free( uris );
2102 ldap_memfree( uris[ j ] );
2103 uris[ j ] = tmpuri;
2106 mt->mt_uri = ldap_charray2str( uris, " " );
2107 ldap_charray_free( uris );