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

/external/libmtp/src/
H A Dlibusb-glue.c796 * We call 0x10000 CONTEXT_BLOCK_SIZE.
807 #define CONTEXT_BLOCK_SIZE CONTEXT_BLOCK_SIZE_1+CONTEXT_BLOCK_SIZE_2 macro
823 bytes = malloc(CONTEXT_BLOCK_SIZE);
830 if (size - curread < CONTEXT_BLOCK_SIZE)
945 bytes = malloc(CONTEXT_BLOCK_SIZE);
952 if (towrite > CONTEXT_BLOCK_SIZE) {
953 towrite = CONTEXT_BLOCK_SIZE;

Completed in 44 milliseconds