|
version 1.14.2.2, 2013/04/02 15:32:03
|
version 1.16, 2013/05/30 09:22:02
|
|
Line 67 static sched_task_func_t cbProto[SOCK_RAW + 1][4] = {
|
Line 67 static sched_task_func_t cbProto[SOCK_RAW + 1][4] = {
|
| }; |
}; |
| |
|
| |
|
| inline void | void |
| rpc_freeCli(rpc_cli_t * __restrict c) |
rpc_freeCli(rpc_cli_t * __restrict c) |
| { |
{ |
| rpc_srv_t *s = c->cli_parent; |
rpc_srv_t *s = c->cli_parent; |
|
Line 529 end:
|
Line 529 end:
|
| |
|
| /* ------------------------------------------------------ */ |
/* ------------------------------------------------------ */ |
| |
|
| inline void | void |
| rpc_freeBLOBCli(rpc_cli_t * __restrict c) |
rpc_freeBLOBCli(rpc_cli_t * __restrict c) |
| { |
{ |
| rpc_srv_t *s = c->cli_parent; |
rpc_srv_t *s = c->cli_parent; |
|
Line 826 rpc_srv_initBLOBServer(rpc_srv_t * __restrict srv, u_s
|
Line 826 rpc_srv_initBLOBServer(rpc_srv_t * __restrict srv, u_s
|
| * @srv = RPC Server instance |
* @srv = RPC Server instance |
| * return: none |
* return: none |
| */ |
*/ |
| inline void | void |
| rpc_srv_endBLOBServer(rpc_srv_t * __restrict srv) |
rpc_srv_endBLOBServer(rpc_srv_t * __restrict srv) |
| { |
{ |
| if (!srv) |
if (!srv) |
|
Line 1029 err: /* error condition */
|
Line 1029 err: /* error condition */
|
| * @psrv = RPC Server instance |
* @psrv = RPC Server instance |
| * return: none |
* return: none |
| */ |
*/ |
| inline void | void |
| rpc_srv_endServer(rpc_srv_t ** __restrict psrv) |
rpc_srv_endServer(rpc_srv_t ** __restrict psrv) |
| { |
{ |
| if (!psrv || !*psrv) |
if (!psrv || !*psrv) |