Searched defs:is_read (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | t1_enc.c | 337 static int tls1_change_cipher_state_aead(SSL *s, char is_read, in tls1_change_cipher_state_aead() 409 SSL *s, char is_read, char use_client_keys, in tls1_change_cipher_state_cipher() 484 const char is_read = (which & SSL3_CC_READ) != 0; in tls1_change_cipher_state() local
|
/external/chromium_org/components/nacl/browser/ |
D | pnacl_translation_cache.cc | 138 bool is_read) in PnaclTranslationCacheEntry()
|
/external/qemu/ |
D | blockdev.c | 117 static int parse_block_error_action(const char *buf, int is_read) in parse_block_error_action()
|
D | block.c | 1318 BlockErrorAction bdrv_get_on_error(BlockDriverState *bs, int is_read) in bdrv_get_on_error() 1517 BlockMonEventAction action, int is_read) in bdrv_mon_event()
|
/external/libusb/libusb/os/ |
D | darwin_usb.c | 1077 uint8_t is_read; /* 0 = we're reading, 1 = we're writing */ in submit_bulk_transfer() local 1132 uint8_t is_read; /* 0 = we're writing, 1 = we're reading */ in submit_iso_transfer() local
|