Home
last modified time | relevance | path

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

/external/libmtp/src/
Dlibusb-glue.c807 #define CONTEXT_BLOCK_SIZE CONTEXT_BLOCK_SIZE_1+CONTEXT_BLOCK_SIZE_2 macro
823 bytes = malloc(CONTEXT_BLOCK_SIZE); in ptp_read_func()
830 if (size - curread < CONTEXT_BLOCK_SIZE) in ptp_read_func()
945 bytes = malloc(CONTEXT_BLOCK_SIZE); in ptp_write_func()
952 if (towrite > CONTEXT_BLOCK_SIZE) { in ptp_write_func()
953 towrite = CONTEXT_BLOCK_SIZE; in ptp_write_func()