Searched defs:old_msg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_headers.c425 * Copy all headers from old_msg to new_msg
428 sip_copy_all_headers(sip_msg_t old_msg, sip_msg_t new_msg) argument
435 if (old_msg == NULL || new_msg == NULL)
437 _old_msg = (_sip_msg_t *)old_msg;
H A Dsip_ui.c768 sip_copy_header_by_name(sip_msg_t old_msg, sip_msg_t new_msg, argument
772 _sip_msg_t *_old_msg = (_sip_msg_t *)old_msg;

Completed in 47 milliseconds