Searched refs:wantlen (Results 1 – 9 of 9) sorted by relevance
/external/openssh/regress/unittests/utf8/ |
D | tests.c | 35 int wantwidth, int wantlen, const char *wants) in one() argument 41 if (wantlen == -2) in one() 42 wantlen = strlen(wants); in one() 48 ASSERT_INT_EQ(len, wantlen); in one()
|
/external/u-boot/drivers/usb/eth/ |
D | mcs7830.c | 529 int rc, wantlen, gotlen; in mcs7830_recv_common() local 535 wantlen = MCS7830_RX_URB_SIZE; in mcs7830_recv_common() 538 &buf[0], wantlen, &gotlen, in mcs7830_recv_common() 541 __func__, wantlen, gotlen, rc); in mcs7830_recv_common() 546 if (gotlen > wantlen) { in mcs7830_recv_common()
|
/external/libmtp/src/ |
D | libusb-glue.c | 1064 unsigned long wantlen, unsigned char *data, in memory_getfunc() argument 1068 unsigned long tocopy = wantlen; in memory_getfunc()
|
D | libmtp.h.in | 480 * @param wantlen the number of bytes wanted 489 uint32_t wantlen, unsigned char *data, uint32_t *gotlen);
|
D | libusb1-glue.c | 1089 unsigned long wantlen, unsigned char *data, in memory_getfunc() argument 1093 unsigned long tocopy = wantlen; in memory_getfunc()
|
D | libopenusb1-glue.c | 1072 unsigned long wantlen, unsigned char *data, in memory_getfunc() argument 1076 unsigned long tocopy = wantlen; in memory_getfunc()
|
D | ptp.c | 244 unsigned long wantlen, unsigned char *data, in memory_getfunc() argument 248 unsigned long tocopy = wantlen; in memory_getfunc() 341 unsigned long wantlen, unsigned char *data, in fd_getfunc() argument 347 got = read (priv->fd, data, wantlen); in fd_getfunc()
|
D | ptp.h | 2376 unsigned long wantlen,
|
D | libmtp.c | 237 static uint16_t get_func_wrapper(PTPParams* params, void* priv, unsigned long wantlen, unsigned cha… 5142 static uint16_t get_func_wrapper(PTPParams* params, void* priv, unsigned long wantlen, unsigned cha… in get_func_wrapper() argument 5147 ret = handler->getfunc(params, handler->priv, wantlen, data, &local_gotlen); in get_func_wrapper()
|