Lines Matching refs:bundle_id
46 char *bundle_id; /* identifier for our bundle */ variable
123 bundle_id = malloc(l); in mp_join_bundle()
124 if (bundle_id == NULL) in mp_join_bundle()
127 p = bundle_id; in mp_join_bundle()
130 p += slprintf(p, bundle_id+l-p, "%s", epdisc_to_str(&ho->endpoint)); in mp_join_bundle()
132 p += slprintf(p, bundle_id+l-p, "/%v", bundle_name); in mp_join_bundle()
133 dbglog("bundle_id = %s", bundle_id+7); in mp_join_bundle()
141 script_setenv("BUNDLE", bundle_id + 7, 1); in mp_join_bundle()
150 key.dptr = bundle_id; in mp_join_bundle()
151 key.dsize = p - bundle_id; in mp_join_bundle()
173 script_setenv("BUNDLE", bundle_id + 7, 0); in mp_join_bundle()
184 script_setenv("BUNDLE", bundle_id + 7, 1); in mp_join_bundle()