Home
last modified time | relevance | path

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

/dports/devel/libtpl/libtpl-8fa17e5/tests/
H A Dtest51.c17 int tpl_cb(void *tpl, size_t tpllen, void*data) { in tpl_cb() function
49 if (tpl_gather(TPL_GATHER_MEM,buf, rc, &gs, tpl_cb, NULL) <= 0) { in main()
H A Dtest54.c18 int tpl_cb(void *tpl, size_t tpllen, void*data) { in tpl_cb() function
55 if (tpl_gather(TPL_GATHER_MEM,buf, rc, &gs, tpl_cb, NULL) <= 0) { in main()
H A Dtest26.c13 int tpl_cb(void *tpl, size_t tpllen, void*data) { in tpl_cb() function
72 if (tpl_gather(TPL_GATHER_NONBLOCKING,fd,gs,tpl_cb,NULL) <= 0) { in main()
H A Dtest55.c14 int tpl_cb(void *tpl, size_t tpllen, void*data) { in tpl_cb() function
78 if (tpl_gather(TPL_GATHER_NONBLOCKING,fd,gs,tpl_cb,NULL) <= 0) { in main()