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

/macosx-10.9.5/CPANInternal-140/Class-DBI/t/testlib/
H A DMyFoo.pm9 __PACKAGE__->columns(All => qw/myid name val tdate/);
19 myid mediumint not null auto_increment primary key,
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/cdbi/testlib/
H A DMyFoo.pm11 __PACKAGE__->columns(All => qw/myid name val tdate/);
21 myid mediumint not null auto_increment primary key,
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/t/testlib/
H A DMyFoo.pm11 All => qw/myid name val/,
22 myid mediumint not null auto_increment primary key,
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/
H A DPyProperty.cpp50 int myid, hisid; local
55 myid = o->GetId();
57 if (myid < hisid)
59 else if (myid == hisid)
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dddoyscript.tcl12 # myid: id of this process --
16 # with the order releationship of myid's.
35 set myid [lindex $argv 4]
43 if { $myid == 0 || $myid == [expr $numprocs - 1] } {
47 if { $myid == 0 } {
60 if {[catch {$myenv lock_get read $lockerid $myid} selflock] != 0} {
106 error_check_good selfput:oy:$myid $err 0
128 if { [expr $myid % 2] == 0 } {
134 if {[catch {$myenv lock_get $mode $lockerid $myid} lock
[all...]
/macosx-10.9.5/Security-55471.14.18/lib/
H A DgenerateErrStrings.pl209 my($mylc,$myid,$mytc) = @_;
210 if ($myid =~ /(CSSM_ERRCODE|CSSMERR_|errSec|errCS|errAuth|errSSL)[_A-Za-z][_A-Za-z0-9]*/)
218 { $errormessage = $myid; }
222 print "\ttmp << \"/* ", $myid, " */\\n\\\"\" << ";
223 print $myid, " << \"\\\" = \\\"";
/macosx-10.9.5/NFS-81/rpc.statd/
H A Dtest.c235 struct my_id myid; local
237 myid.my_name = localhost;
238 myid.my_prog = SM_PROG;
239 myid.my_vers = SM_VERS;
240 myid.my_proc = SM_STAT;
241 if ((res = sm_unmon_all_1(&myid, cli))) {
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_nameprep_data.pl53 (my $myid = '$Id: generate_nameprep_data.pl,v 1.1 2003/06/04 00:27:54 marka Exp $') =~ s/\$([^\$]+)\$/\$-$1-\$/;
223 /* $myid */
H A Dgenerate_normalize_data.pl71 (my $myid = '$Id: generate_normalize_data.pl,v 1.1 2003/06/04 00:27:55 marka Exp $') =~ s/\$([^\$]+)\$/\$-$1-\$/;
378 /* $myid */
/macosx-10.9.5/OpenSSH-186/openssh/
H A Djpake.c255 const u_char *myid, u_int myid_len,
319 myid, myid_len,
252 jpake_step2(struct modp_group *grp, BIGNUM *s, BIGNUM *mypub1, BIGNUM *theirpub1, BIGNUM *theirpub2, BIGNUM *mypriv2, const u_char *theirid, u_int theirid_len, const u_char *myid, u_int myid_len, const u_char *theirpub1_proof, u_int theirpub1_proof_len, const u_char *theirpub2_proof, u_int theirpub2_proof_len, BIGNUM **newpub, u_char **newpub_exponent_proof, u_int *newpub_exponent_proof_len) argument
H A Dmonitor_wrap.c1406 const u_char *myid, u_int myid_len,
1403 mm_jpake_step2(struct modp_group *grp, BIGNUM *s, BIGNUM *mypub1, BIGNUM *theirpub1, BIGNUM *theirpub2, BIGNUM *mypriv2, const u_char *theirid, u_int theirid_len, const u_char *myid, u_int myid_len, const u_char *theirpub1_proof, u_int theirpub1_proof_len, const u_char *theirpub2_proof, u_int theirpub2_proof_len, BIGNUM **newpub, u_char **newpub_exponent_proof, u_int *newpub_exponent_proof_len) argument
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_env.cpp1036 int DbEnv::rep_set_transport(int myid, int (*arg)(DbEnv *, argument
1043 if ((ret = dbenv->rep_set_transport(dbenv, myid,
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/
H A Dtk.rb1685 myid = _curr_cmd_id
1686 cmdid = install_cmd(proc{ret = cmd.call;uninstall_cmd(myid); ret})
1717 myid = _curr_cmd_id
1718 cmdid = install_cmd(proc{ret = cmd.call;uninstall_cmd(myid); ret})

Completed in 286 milliseconds