Home
last modified time | relevance | path

Searched defs:todup (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_memory.c142 SWITCH_DECLARE(char *) switch_core_perform_permanent_strdup(const char *todup, const char *file, co… in switch_core_perform_permanent_strdup()
231 … switch_core_perform_session_strdup(switch_core_session_t *session, const char *todup, const char … in switch_core_perform_session_strdup()
275 SWITCH_DECLARE(char *) switch_core_perform_strdup(switch_memory_pool_t *pool, const char *todup, co… in switch_core_perform_strdup()
280 SWITCH_DECLARE(char *) switch_core_perform_strndup(switch_memory_pool_t *pool, const char *todup, s… in switch_core_perform_strndup()
H A Dswitch_event.c1331 SWITCH_DECLARE(switch_status_t) switch_event_dup(switch_event_t **event, switch_event_t *todup) in switch_event_dup()
1368 …ITCH_DECLARE(switch_status_t) switch_event_dup_reply(switch_event_t **event, switch_event_t *todup) in switch_event_dup_reply()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/esl/src/
H A Desl_event.c735 ESL_DECLARE(esl_status_t) esl_event_dup(esl_event_t **event, esl_event_t *todup) in esl_event_dup()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8376 …public static string switch_core_perform_permanent_strdup(string todup, string file, string func, … in switch_core_perform_permanent_strdup()
8381 …h_core_perform_session_strdup(SWIGTYPE_p_switch_core_session session, string todup, string file, s… in switch_core_perform_session_strdup()
8386 …public static string switch_core_perform_strdup(SWIGTYPE_p_apr_pool_t pool, string todup, string f… in switch_core_perform_strdup()
8391 …public static string switch_core_perform_strndup(SWIGTYPE_p_apr_pool_t pool, string todup, uint le… in switch_core_perform_strndup()
12402 …public static switch_status_t switch_event_dup(SWIGTYPE_p_p_switch_event arg0, switch_event todup)… in switch_event_dup()
12411 …static switch_status_t switch_event_dup_reply(SWIGTYPE_p_p_switch_event arg0, switch_event todup) { in switch_event_dup_reply()