Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcutil.h2168 } TCMPOOL; typedef
2173 TCMPOOL *tcmpoolnew(void);
2179 void tcmpooldel(TCMPOOL *mpool);
2200 void *tcmpoolpushptr(TCMPOOL *mpool, void *ptr);
2247 TCXSTR *tcmpoolxstrnew(TCMPOOL *mpool);
2252 TCLIST *tcmpoollistnew(TCMPOOL *mpool);
2257 TCMAP *tcmpoolmapnew(TCMPOOL *mpool);
2262 TCTREE *tcmpooltreenew(TCMPOOL *mpool);
2268 void tcmpoolpop(TCMPOOL *mpool, bool exe);
2274 void tcmpoolclear(TCMPOOL *mpool, bool exe);
[all …]
H A Dtcutil.c4506 TCMPOOL *tcglobalmemorypool = NULL;
4514 TCMPOOL *tcmpoolnew(void){ in tcmpoolnew()
4515 TCMPOOL *mpool; in tcmpoolnew()
4527 void tcmpooldel(TCMPOOL *mpool){ in tcmpooldel()
4604 TCXSTR *tcmpoolxstrnew(TCMPOOL *mpool){ in tcmpoolxstrnew()
4613 TCLIST *tcmpoollistnew(TCMPOOL *mpool){ in tcmpoollistnew()
4622 TCMAP *tcmpoolmapnew(TCMPOOL *mpool){ in tcmpoolmapnew()
4631 TCTREE *tcmpooltreenew(TCMPOOL *mpool){ in tcmpooltreenew()
4640 void tcmpoolpop(TCMPOOL *mpool, bool exe){ in tcmpoolpop()
4653 void tcmpoolclear(TCMPOOL *mpool, bool exe){ in tcmpoolclear()
[all …]
H A Dtcutest.c1232 TCMPOOL *mpool = tcmpoolnew(); in procmisc()
1352 TCMPOOL *mpool = tcmpoolglobal(); in procwicked()
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/example/
H A Dtctsearch.c11 static void proc(TCTMPL *tmpl, TCMPOOL *mpool);
17 TCMPOOL *mpool = tcmpoolnew(); in main()
25 static void proc(TCTMPL *tmpl, TCMPOOL *mpool){ in proc()
H A Dtctchat.c11 static void proc(TCTMPL *tmpl, TCMPOOL *mpool);
17 TCMPOOL *mpool = tcmpoolnew(); in main()
25 static void proc(TCTMPL *tmpl, TCMPOOL *mpool){ in proc()
/dports/www/tokyopromenade/tokyopromenade-0.9.25/
H A Dpromenade.c36 TCMPOOL *g_mpool = NULL; // global memory pool
75 static void dosession(TCMPOOL *mpool);
77 static void setarthtml(TCMPOOL *mpool, TCMAP *cols, int64_t id, int bhl,
82 static bool putfile(TCMPOOL *mpool, const char *path, const char *name,
84 static bool outfile(TCMPOOL *mpool, const char *path);
85 static TCLIST *searchfiles(TCMPOOL *mpool, const char *expr, const char *order,
116 TCMPOOL *mpool = tcmpoolnew(); in realmain()
300 static void dosession(TCMPOOL *mpool){ in dosession()
1452 static void setarthtml(TCMPOOL *mpool, TCMAP *cols, int64_t id, int bhl, in setarthtml()
1732 static bool putfile(TCMPOOL *mpool, const char *path, const char *name, in putfile()
[all …]