Lines Matching refs:alloc
93 sip_add_aquot_to_str(char *str, boolean_t *alloc) in sip_add_aquot_to_str() argument
102 *alloc = B_FALSE; in sip_add_aquot_to_str()
113 *alloc = B_TRUE; in sip_add_aquot_to_str()
474 boolean_t alloc = B_FALSE; in sip_add_accept() local
487 alloc = B_TRUE; in sip_add_accept()
503 if (alloc == B_TRUE) in sip_add_accept()
558 boolean_t alloc; in sip_add_alert_info() local
562 tmp = sip_add_aquot_to_str(alert, &alloc); in sip_add_alert_info()
566 if (alloc) in sip_add_alert_info()
597 boolean_t alloc; in sip_add_call_info() local
602 tmp = sip_add_aquot_to_str(uri, &alloc); in sip_add_call_info()
606 if (alloc) in sip_add_call_info()
704 boolean_t alloc; in sip_add_error_info() local
709 tmp = sip_add_aquot_to_str(uri, &alloc); in sip_add_error_info()
714 if (alloc) in sip_add_error_info()