HomeSort by: relevance | last modified time | path
    Searched refs:uris (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/x509/
by_store.c 104 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx);
105 sk_OPENSSL_STRING_pop_free(uris, free_uri);
121 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx);
127 if (uris == NULL) {
128 uris = sk_OPENSSL_STRING_new_null();
129 X509_LOOKUP_set_method_data(ctx, uris);
131 return sk_OPENSSL_STRING_push(uris, data) > 0;
151 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx);
155 for (i = 0; i < sk_OPENSSL_STRING_num(uris); i++) {
156 ok = cache_objects(ctx, sk_OPENSSL_STRING_value(uris, i), criterion
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
config.c 1889 char **uris = NULL; local
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 );
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
config.c 1960 char **uris = NULL; local
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 );
    [all...]

Completed in 17 milliseconds