Lines Matching refs:pending_data
68 uint8_t* pending_data;
139 if (adb_host->pending_data != NULL) {
140 free(adb_host->pending_data);
247 if (adb_host->pending_data == NULL) {
248 adb_host->pending_data = malloc(size);
250 adb_host->pending_data = realloc(adb_host->pending_data,
253 if (adb_host->pending_data != NULL) {
254 memcpy(adb_host->pending_data + adb_host->pending_data_size,
499 if (adb_host->pending_data != NULL && adb_host->pending_data_size != 0) {
504 adb_host->pending_data,
506 free(adb_host->pending_data);
507 adb_host->pending_data = NULL;