Home
last modified time | relevance | path

Searched refs:is_read (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Ddarwin_usb.c1077 uint8_t is_read; /* 0 = we're reading, 1 = we're writing */ in submit_bulk_transfer() local
1086 is_read = transfer->endpoint & LIBUSB_ENDPOINT_IN; in submit_bulk_transfer()
1102 if (is_read) in submit_bulk_transfer()
1109 if (is_read) in submit_bulk_transfer()
1120 …SFER_CTX (transfer), "bulk transfer failed (dir = %s): %s (code = 0x%08x)", is_read ? "In" : "Out", in submit_bulk_transfer()
1132 uint8_t is_read; /* 0 = we're writing, 1 = we're reading */ in submit_iso_transfer() local
1141 is_read = transfer->endpoint & LIBUSB_ENDPOINT_IN; in submit_iso_transfer()
1175 if (is_read) in submit_iso_transfer()
1185 …usbi_err (TRANSFER_CTX (transfer), "isochronous transfer failed (dir: %s): %s", is_read ? "In" : "… in submit_iso_transfer()
/external/boringssl/src/ssl/
Dt1_enc.c298 const char is_read = (which & SSL3_CC_READ) != 0; in tls1_change_cipher_state() local
313 memset(is_read ? s->s3->read_sequence : s->s3->write_sequence, 0, 8); in tls1_change_cipher_state()
365 if (is_read) { in tls1_change_cipher_state()