Home
last modified time | relevance | path

Searched refs:tchdbfwmkeys (Results 1 – 7 of 7) sorted by relevance

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtchdb.h454 TCLIST *tchdbfwmkeys(TCHDB *hdb, const void *pbuf, int psiz, int max);
H A DChangeLog941 * tchdb.c (tchdbfwmkeys, tchdbfwmkeys2): new functions.
H A Dtchdb.c842 TCLIST *tchdbfwmkeys(TCHDB *hdb, const void *pbuf, int psiz, int max){ in tchdbfwmkeys() function
876 return tchdbfwmkeys(hdb, pstr, strlen(pstr), max); in tchdbfwmkeys2()
H A Dtcadb.c873 rv = tchdbfwmkeys(adb->hdb, pbuf, psiz, max); in tcadbfwmkeys()
H A Dtctdb.c581 TCLIST *rv = tchdbfwmkeys(tdb->hdb, pbuf, psiz, max); in tctdbfwmkeys()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dtokyocabinet.vapi595 [CCode (cname = "tchdbfwmkeys")]
/dports/databases/p5-TokyoCabinet/tokyocabinet-perl-1.34/
H A DTokyoCabinet.xs551 keys = tchdbfwmkeys(hdb, pbuf, (int)psiz, max);