Lines Matching refs:alloc
92 sip_add_aquot_to_str(char *str, boolean_t *alloc)
101 *alloc = B_FALSE;
112 *alloc = B_TRUE;
473 boolean_t alloc = B_FALSE;
486 alloc = B_TRUE;
502 if (alloc == B_TRUE)
557 boolean_t alloc;
561 tmp = sip_add_aquot_to_str(alert, &alloc);
565 if (alloc)
596 boolean_t alloc;
601 tmp = sip_add_aquot_to_str(uri, &alloc);
605 if (alloc)
705 boolean_t alloc;
710 tmp = sip_add_aquot_to_str(uri, &alloc);
715 if (alloc)