Home
last modified time | relevance | path

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

/dports/textproc/tokyodystopia/tokyodystopia-0.9.15/
H A Dlapumgr.c41 static bool mysynccb(int total, int current, const char *msg, void *opq);
159 static bool mysynccb(int total, int current, const char *msg, void *opq){ in mysynccb() function
562 tcjdbsetsynccb(jdb, mysynccb, NULL); in procput()
586 tcjdbsetsynccb(jdb, mysynccb, NULL); in procout()
610 tcjdbsetsynccb(jdb, mysynccb, NULL); in procget()
777 tcjdbsetsynccb(jdb, mysynccb, NULL); in procimporttsv()
H A Ddystmgr.c41 static bool mysynccb(int total, int current, const char *msg, void *opq);
159 static bool mysynccb(int total, int current, const char *msg, void *opq){ in mysynccb() function
568 tcidbsetsynccb(idb, mysynccb, NULL); in procput()
592 tcidbsetsynccb(idb, mysynccb, NULL); in procout()
616 tcidbsetsynccb(idb, mysynccb, NULL); in procget()
783 tcidbsetsynccb(idb, mysynccb, NULL); in procimporttsv()
H A Dtcqmgr.c40 static bool mysynccb(int total, int current, const char *msg, void *opq);
153 static bool mysynccb(int total, int current, const char *msg, void *opq){ in mysynccb() function
513 tcqdbsetsynccb(qdb, mysynccb, NULL); in procput()
540 tcqdbsetsynccb(qdb, mysynccb, NULL); in procout()
675 tcqdbsetsynccb(qdb, mysynccb, NULL); in procimporttsv()
H A Dtcwmgr.c40 static bool mysynccb(int total, int current, const char *msg, void *opq);
153 static bool mysynccb(int total, int current, const char *msg, void *opq){ in mysynccb() function
506 tcwdbsetsynccb(wdb, mysynccb, NULL); in procput()
533 tcwdbsetsynccb(wdb, mysynccb, NULL); in procout()
668 tcwdbsetsynccb(wdb, mysynccb, NULL); in procimporttsv()
H A Dtcwtest.c36 static bool mysynccb(int total, int current, const char *msg, void *opq);
126 static bool mysynccb(int total, int current, const char *msg, void *opq){ in mysynccb() function
374 tcwdbsetsynccb(wdb, mysynccb, NULL); in procwrite()
H A Ddysttest.c36 static bool mysynccb(int total, int current, const char *msg, void *opq);
130 static bool mysynccb(int total, int current, const char *msg, void *opq){ in mysynccb() function
395 tcidbsetsynccb(idb, mysynccb, NULL); in procwrite()
H A Dlaputest.c36 static bool mysynccb(int total, int current, const char *msg, void *opq);
130 static bool mysynccb(int total, int current, const char *msg, void *opq){ in mysynccb() function
389 tcjdbsetsynccb(jdb, mysynccb, NULL); in procwrite()
H A Dtcqtest.c36 static bool mysynccb(int total, int current, const char *msg, void *opq);
128 static bool mysynccb(int total, int current, const char *msg, void *opq){ in mysynccb() function
387 tcqdbsetsynccb(qdb, mysynccb, NULL); in procwrite()