Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcutil.c9508 #define TCBSENCUNIT 8192 // unit size of TCBS encoding macro
9844 TCMALLOC(result, (size * 7) / 3 + (size / TCBSENCUNIT + 1) * sizeof(uint16_t) + in tcbsencode()
9845 TCBSENCUNIT * 2 + 0x200); in tcbsencode()
9851 int usiz = tclmin(TCBSENCUNIT, end - ptr); in tcbsencode()
9878 ptr += TCBSENCUNIT; in tcbsencode()
9903 int usiz = tclmin(TCBSENCUNIT, end - ptr); in tcbsdecode()