Home
last modified time | relevance | path

Searched refs:rayo_actor_retain (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.h143 SWITCH_DECLARE(void) rayo_actor_retain(struct rayo_actor *actor, const char *file, int line);
154 #define RAYO_RETAIN(x) rayo_actor_retain(RAYO_ACTOR(x), __FILE__, __LINE__)
H A Dmod_rayo.c1050 void rayo_actor_retain(struct rayo_actor *actor, const char *file, int line) in rayo_actor_retain() function