SIP-router core ::Module: SIP-router core. More...
#include "rpc.h"#include "str_hash.h"#include "ut.h"#include "dprint.h"
Go to the source code of this file.
Definition in file rpc_lookup.c.
| int init_rpcs | ( | void | ) |
Definition at line 55 of file rpc_lookup.c.
| static int rpc_hash_add | ( | struct rpc_export * | rpc | ) | [static] |
Definition at line 92 of file rpc_lookup.c.
Referenced by rpc_register().

| rpc_export_t* rpc_lookup | ( | const char * | name, | |
| int | len | |||
| ) |
Definition at line 184 of file rpc_lookup.c.
Referenced by rpc_register().

| int rpc_register | ( | rpc_export_t * | rpc | ) |
Definition at line 197 of file rpc_lookup.c.
References rpc_hash_add(), and rpc_lookup().
Referenced by rpc_register_array().


| int rpc_register_array | ( | rpc_export_t * | rpc_array | ) |
Definition at line 215 of file rpc_lookup.c.
References rpc_register().
Referenced by ds_init_rpc(), and mod_init().


1.7.1