Searched refs:async_resp (Results 1 – 2 of 2) sorted by relevance
294 if (!(globals->async_resp = launch_data_alloc(LAUNCH_DATA_ARRAY))) { in launch_client_init()1124 launch_data_t async_resp, *sync_resp = context;1128 …if ((LAUNCH_DATA_DICTIONARY == launch_data_get_type(m)) && (async_resp = launch_data_dict_lookup(m…1129 …h_data_array_set_index(globals->async_resp, launch_data_copy(async_resp), launch_data_array_get_co…1276 if (d == NULL && launch_data_array_get_count(globals->async_resp) > 0) {1277 resp = launch_data_array_pop_first(globals->async_resp);
46 launch_data_t async_resp; member