Searched refs:tlength (Results 1 – 1 of 1) sorted by relevance
2271 size_t tlength; in rtk_get_bt_config() local2354 tlength = filelen; in rtk_get_bt_config()2356 tlength += 9; in rtk_get_bt_config()2364 tlength += 7; in rtk_get_bt_config()2366 tlength += 4; in rtk_get_bt_config()2369 if ((*config_buf = malloc(tlength)) == NULL) { in rtk_get_bt_config()2370 RS_DBG("Couldnt malloc buffer for config (%zd)\n", tlength); in rtk_get_bt_config()