Searched refs:ti (Results 1 - 25 of 177) sorted by path

12345678

/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_curadj.c212 __bam_opd_cursor(dbp, dbc, first, tpgno, ti)
216 u_int32_t first, ti;
240 cp->indx = ti;
248 cp->recno = ti + 1;
275 __bam_ca_dup(my_dbc, first, fpgno, fi, tpgno, ti)
278 u_int32_t first, fi, ti;
322 dbc, first, tpgno, ti)) != 0)
335 &lsn, 0, DB_CA_DUP, fpgno, tpgno, 0, first, fi, ti)) != 0 &&
353 __bam_ca_undodup(dbp, first, fpgno, fi, ti)
356 u_int32_t first, fi, ti;
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DInventoryBinding.java13 public Object entryToObject(TupleInput ti) { argument
15 String sku = ti.readString();
16 String itemName = ti.readString();
17 String category = ti.readString();
18 String vendor = ti.readString();
19 int vendorInventory = ti.readInt();
20 float vendorPrice = ti.readFloat();
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/test/
H A DBindingSpeedTest.java291 TupleInput ti = new TupleInput(
294 new Data().readTuple(ti);
332 TupleInput ti = new TupleInput(
336 setters[0].invoke(data, new Object[] {ti.readString()});
337 setters[1].invoke(data, new Object[] {ti.readString()});
338 setters[2].invoke(data, new Object[] {new Integer(ti.readInt())});
339 setters[3].invoke(data, new Object[] {new Integer(ti.readInt())});
340 setters[4].invoke(data, new Object[] {ti.readString()});
371 TupleInput ti = new TupleInput(
375 fields[0].set(data, ti
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFDate.c56 CF_PRIVATE uint64_t __CFTimeIntervalToTSR(CFTimeInterval ti) { argument
57 if ((ti * __CFTSRRate) > INT64_MAX / 2) return (INT64_MAX / 2);
58 return (uint64_t)(ti * __CFTSRRate);
H A DCFInternal.h289 extern uint64_t __CFTimeIntervalToTSR(CFTimeInterval ti);
H A DCFTimeZone.c1045 CFTimeZoneRef CFTimeZoneCreateWithTimeIntervalFromGMT(CFAllocatorRef allocator, CFTimeInterval ti) { argument
1051 if (ti < -18.0 * 3600 || 18.0 * 3600 < ti) return NULL;
1052 ti = (ti < 0.0) ? ceil((ti / 60.0) - 0.5) * 60.0 : floor((ti / 60.0) + 0.5) * 60.0;
1053 seconds = (int32_t)ti;
1054 hour = (ti < 0) ? (-seconds / 3600) : (seconds / 3600);
1055 seconds -= ((ti <
1094 CFTimeInterval ti = hours * 3600.0; local
[all...]
H A DCFTimeZone.h69 CFTimeZoneRef CFTimeZoneCreateWithTimeIntervalFromGMT(CFAllocatorRef allocator, CFTimeInterval ti);
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A DCatalog.pm2543 id => "ti",
3350 tir => "ti",
3828 ti Tigrinya
4279 tir ti
H A Dfi.pm54 my $day_format_abbreviated = [ "ma", "ti", "ke", "to", "pe", "la", "su" ];
393 ti
423 ti
699 2008-02-05T18:30:30 = ti 5.
747 2008-02-05T18:30:30 = ti 5.2.
765 2008-02-05T18:30:30 = ti 5. helmikuuta
777 2008-02-05T18:30:30 = ti 5. helmikuuta
801 2008-02-05T18:30:30 = ti 5.2.2008
813 2008-02-05T18:30:30 = ti 5. helmikuuta 2008
867 2008-02-05T18:30:30 = ti 5.
[all...]
H A Dfi_FI.pm99 ti
129 ti
405 2008-02-05T18:30:30 = ti 5.
453 2008-02-05T18:30:30 = ti 5.2.
471 2008-02-05T18:30:30 = ti 5. helmikuuta
483 2008-02-05T18:30:30 = ti 5. helmikuuta
507 2008-02-05T18:30:30 = ti 5.2.2008
519 2008-02-05T18:30:30 = ti 5. helmikuuta 2008
573 2008-02-05T18:30:30 = ti 5.2.2008
H A Dti.pm11 # This file was generated from the source file ti.xml
19 package DateTime::Locale::ti;
189 DateTime::Locale::ti
195 my $dt = DateTime->now( locale => 'ti' );
H A Dti_ER.pm25 use base 'DateTime::Locale::ti';
107 This locale inherits from the L<DateTime::Locale::ti> locale.
H A Dti_ET.pm25 use base 'DateTime::Locale::ti';
85 This locale inherits from the L<DateTime::Locale::ti> locale.
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/tools/
H A Dgenerate-from-cldr1565 tir||ti|Tigrinya|tigrigna
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/t/
H A D01canon_dn.t86 ref CN=Clif Harden+IDNUMBER=a0125589\20,OU=tiPerson,OU=person,O=ti,C=us
87 diff cn=Clif Harden+IDNumber=a0125589,ou=tiPerson,ou=person,o=ti,c=us
88 same cn=Clif Harden+IDNumber=a0125589\ ,ou=tiPerson,ou=person,o=ti,c=us
89 same cn=Clif Harden+IDNumber=a0125589\20 ,ou=tiPerson,ou=person,o=ti,c=us
90 same cn=Clif Harden+IDNumber="a0125589 ",ou=tiPerson,ou=person,o=ti,c=us
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/Perl4/
H A DCoreLibs.pm220 and David Sundstrom <sunds@asictest.sc.ti.com>.
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dprotocol.c2069 struct ntlm_targetinfo ti; local
2076 ret = heim_ntlm_decode_targetinfo(&type2.targetinfo, 1, &ti);
2080 if (ti.avflags & NTLM_TI_AV_FLAG_GUEST)
2083 if (ti.channel_bindings.data)
2084 free(ti.channel_bindings.data);
2085 if (ti.targetname)
2086 free(ti.targetname);
2092 ti.avflags |= NTLM_TI_AV_FLAG_MIC;
2093 ti.targetname = targetname;
2096 ti
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Ddigest-service.c91 fillin_hostinfo(struct ntlm_targetinfo *ti);
162 struct ntlm_targetinfo ti; local
172 ret = heim_ntlm_decode_targetinfo(tibuf, 1, &ti);
176 if (ti.timestamp) {
180 * ti.timestamp, but lets be liberal here.
182 if (krb5_time_abs(now, heim_ntlm_ts2unixtime(ti.timestamp)) > heim_ntlm_time_skew) {
188 ret = validate_local(context, "servername", localti.servername, ti.servername);
191 ret = validate_local(context, "domainname", domain, ti.domainname);
195 ret = validate_local(context, "domainname", localti.domainname, ti.domainname);
200 *avflags = ti
238 int (*ti)(void *, struct ntlm_targetinfo *ti); member in struct:ntlm_ftable
1222 netr_ti(void *ctx, struct ntlm_targetinfo *ti) argument
1454 fillin_hostinfo(struct ntlm_targetinfo *ti) argument
1494 get_ntlm_domain(krb5_context context, krb5_kdc_configuration *lconfig, const char *indomain, struct ntlm_targetinfo *ti) argument
1553 struct ntlm_targetinfo ti; local
[all...]
H A Ddigest.c107 struct ntlm_targetinfo ti; local
113 memset(&ti, 0, sizeof(ti));
115 ti.domainname = targetname;
126 ti.dnsservername = rk_UNCONST(str);
129 ret = heim_ntlm_encode_targetinfo(&ti, 1, &d);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/ntlm/
H A Daccept_sec_context.c177 if (c->ti.domainname) {
180 ret = heim_ntlm_encode_targetinfo(&c->ti, 1, &d);
197 type2.targetname = c->ti.domainname;
H A Ddelete_sec_context.c52 if (ctx->ti.servername)
53 heim_ntlm_free_targetinfo(&ctx->ti);
H A Ddigest.c200 ret = heim_ntlm_decode_targetinfo(&buf, 1, &ntlmctx->ti);
264 req.t2targetname = ntlmctx->ti.domainname;
H A Dkdc.c257 krb5_data ti; local
317 ret = krb5_ntlm_init_get_targetinfo(c->context, c->ntlm, &ti);
324 type2.targetinfo.data = ti.data;
325 type2.targetinfo.length = ti.length;
329 krb5_data_free(&ti);
H A Dntlm.h160 struct ntlm_targetinfo ti; member in struct:ntlm_ctx
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dtest_gssntlm.c353 struct ntlm_targetinfo ti; local
355 ret = heim_ntlm_decode_targetinfo(&type2.targetinfo, 1, &ti);
359 if (ti.domainname == NULL)
361 if (ti.servername == NULL)
364 heim_ntlm_free_targetinfo(&ti);

Completed in 298 milliseconds

12345678