gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tk_cre_por (0.03 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
6053:         cpor.maxrmsz = sizeof(CMDPKT *);
6054:         err = tk_cre_por(&cpor);
6055:         if (err >= E_OK) {
t2ex_source/t2ex/network/net/src/netmain/tkn_netdmn.c - 19.1KB - 648 lines
256:         cpor.maxrmsz = sizeof(RESPKT);
257:         err = tk_cre_por(&cpor);
258:         if ( err < E_OK ) goto err_ret0;