Searched defs:_msg (Results 101 - 103 of 103) sorted by relevance

12345

/osnet-11/usr/src/lib/libsecdb/
H A DMakefile37 _msg:= TARGET= _msg macro
80 _msg: $(MSGSUBDIRS)
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_xaction.c445 _sip_msg_t *_msg; local
451 _msg = (_sip_msg_t *)msg;
455 sip_trans = sip_xaction_find(branchid, _msg, which);
469 sip_trans = sip_xaction_create(obj, _msg, branchid, error);
H A Dsip_ui.c197 _sip_msg_t *_msg = (_sip_msg_t *)msg; local
201 if (_msg == NULL || header_name == NULL)
203 (void) pthread_mutex_lock(&_msg->sip_msg_mutex);
204 if (_msg->sip_msg_cannot_be_modified) {
205 (void) pthread_mutex_unlock(&_msg->sip_msg_mutex);
208 sip_hdr = (sip_header_t)sip_search_for_header(_msg, header_name, NULL);
210 (void) pthread_mutex_unlock(&_msg->sip_msg_mutex);
218 if (_msg->sip_msg_buf != NULL)
219 _msg->sip_msg_modified = B_TRUE;
220 (void) pthread_mutex_unlock(&_msg
[all...]

Completed in 17 milliseconds

12345