Home
last modified time | relevance | path

Searched refs:add_alias (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c51 sqlite3_stmt *add_alias; member
186 &hsdb->add_alias, in prep_stmts()
234 if (hsdb->add_alias != NULL) in finalize_stmts()
235 sqlite3_finalize(hsdb->add_alias); in finalize_stmts()
236 hsdb->add_alias = NULL; in finalize_stmts()
705 ret = bind_principal(context, &aliases->aliases.val[i], hsdb->add_alias, 1); in hdb_sqlite_store()
709 sqlite3_bind_int64(hsdb->add_alias, 2, entry_id); in hdb_sqlite_store()
710 ret = hdb_sqlite_step_once(context, db, hsdb->add_alias); in hdb_sqlite_store()
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dmknum.pl78 $ordinals->add_alias($f, $_->{value}, $_->{name}, @{$_->{conds}});
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DOrdinals.pm500 push @returns, $self->add_alias($source, $alias->{name}, $name, @{$alias->{defs}})
517 sub add_alias { subroutine
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml812 external add_alias : llmodule -> lltype -> llvalue -> string -> llvalue
H A Dllvm.mli1562 (** [add_alias m t a n] inserts an alias in the module [m] with the type [t] and
1565 val add_alias : llmodule -> lltype -> llvalue -> string -> llvalue val