Searched refs:new_param (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c231 sip_param_t *new_param; local
251 new_param = calloc(1, sizeof (sip_param_t));
252 if (new_param == NULL)
256 param->param_next = new_param;
258 *parsed_list = new_param;
260 param = new_param;
1025 sip_param_t *new_param; local
1034 new_param = calloc(1, sizeof (sip_param_t));
1035 if (new_param == NULL)
1039 tmp_param->param_next = new_param;
[all...]
H A Dsip_parse_uri.c789 sip_param_t *new_param = NULL; local
805 new_param = calloc(1, sizeof (sip_param_t));
806 if (new_param == NULL) {
812 outurl->sip_uri_params = new_param;
814 param->param_next = new_param;
816 param = new_param;

Completed in 24 milliseconds