Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/example/
H A Dtcutilex.c64 tctreeput2(tree, "foo", "hop"); in main()
65 tctreeput2(tree, "bar", "step"); in main()
66 tctreeput2(tree, "baz", "jump"); in main()
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcutil.h1087 void tctreeput2(TCTREE *tree, const char *kstr, const char *vstr);
H A Dtcutest.c1528 tctreeput2(tree, kbuf, vbuf); in procwicked()
H A Dtcutil.c2484 void tctreeput2(TCTREE *tree, const char *kstr, const char *vstr){ in tctreeput2() function
/dports/lang/vala/vala-0.48.18/vapi/
H A Dtokyocabinet.vapi309 [CCode (cname = "tctreeput2")]