Home
last modified time | relevance | path

Searched refs:tcatof (Results 1 – 13 of 13) sorted by relevance

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcfmgr.c576 dnum = tcfdbadddouble(fdb, tcfdbkeytoid(kbuf, ksiz), tcatof(vbuf)); in procput()
H A Dtchmgr.c622 dnum = tchdbadddouble(hdb, kbuf, ksiz, tcatof(vbuf)); in procput()
H A Dtcamgr.c679 dnum = tcadbadddouble(adb, kbuf, ksiz, tcatof(vbuf)); in procput()
H A Dtcbmgr.c738 dnum = tcbdbadddouble(bdb, kbuf, ksiz, tcatof(vbuf)); in procput()
H A Dtcutil.h2484 double tcatof(const char *str);
H A Dtctmgr.c773 if(isnan(tctdbadddouble(tdb, pkbuf, pksiz, tcatof(vbuf)))){ in procput()
H A DChangeLog499 * tcutil.c (tcatof): new function.
H A Dtcutil.c5211 double tcatof(const char *str){ in tcatof() function
/dports/databases/tokyotyrant/tokyotyrant-1.1.41/
H A Dttutil.c664 tout = tcatof(tcmapget2(reqheads, name)); in tthttpfetch()
H A Dtcrmgr.c1035 dnum = tcrdbadddouble(rdb, kbuf, ksiz, tcatof(vbuf)); in procput()
H A Dtcrdb.c192 tout = tcatof(pv); in tcrdbopen2()
H A Dttserver.c687 double period = tcatof(tclistval2(extpcs, i * 2 + 1)); in proc()
/dports/databases/p5-TokyoCabinet/tokyocabinet-perl-1.34/
H A DTokyoCabinet.xs123 RETVAL = tcatof(str);