Searched refs:bundle_id (Results 1 – 1 of 1) sorted by relevance
59 char *bundle_id; /* identifier for our bundle */ variable173 bundle_id = malloc(l); in mp_join_bundle()174 if (bundle_id == 0) in mp_join_bundle()177 p = bundle_id; in mp_join_bundle()182 p += slprintf(p, bundle_id+l-p, "%s", in mp_join_bundle()188 l = p - bundle_id; in mp_join_bundle()202 script_setenv("BUNDLE", bundle_id + 7, 1); in mp_join_bundle()211 key.dptr = bundle_id; in mp_join_bundle()212 key.dsize = p - bundle_id; in mp_join_bundle()236 script_setenv("BUNDLE", bundle_id + 7, 0); in mp_join_bundle()[all …]
Completed in 5 milliseconds