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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_headers.c386 header = sip_search_for_header(_old_msg, header_name, NULL);
391 header = sip_search_for_header(_old_msg, header_name, header);
413 header = sip_search_for_header(_old_msg, header_name, NULL);
442 header = sip_search_for_header(_old_msg, NULL, NULL);
447 header = sip_search_for_header(_old_msg, NULL, header);
599 header = sip_search_for_header(_sip_msg, header_name, NULL);
619 header = sip_search_for_header(_sip_msg, NULL, NULL);
643 header = sip_search_for_header(sip_msg, header_name, NULL);
648 header = sip_search_for_header(sip_msg,
796 sip_search_for_header(_sip_msg_ function
[all...]

Completed in 59 milliseconds