Lines Matching defs:obj
1271 sip_init_conn_object(sip_conn_object_t obj)
1276 if (obj == NULL)
1290 sip_refhold_conn(obj);
1291 obj_val = (void *)obj;
1301 sip_clear_stale_data(sip_conn_object_t obj)
1307 if (obj == NULL)
1309 obj_val = (void *)obj;
1323 * Walk through all the transactions, remove if this obj has been cached
1327 sip_conn_destroyed(sip_conn_object_t obj)
1332 if (obj == NULL)
1334 obj_val = (void *)obj;
1337 sip_clear_stale_data(obj);
1342 sip_del_conn_obj_cache(obj, NULL);
1347 sip_refrele_conn(obj);