Home
last modified time | relevance | path

Searched refs:process_rpc_req (Results 1 – 3 of 3) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/modules/ctl/
H A Dbinrpc_run.h25 int process_rpc_req(unsigned char* buf, int size, int* bytes_needed,
H A Dio_listener.c367 process_rpc_req(buf, bytes, &bytes_needed, &sh, &saved_state); in handle_ctrl_dgram()
512 bytes_processed=process_rpc_req(r->proc, (int)(r->end-r->proc), in handle_stream_read()
H A Dbinrpc_run.c625 int process_rpc_req(unsigned char* buf, int size, int* bytes_needed, in process_rpc_req() function