HomeSort by relevance Sort by last modified time
    Searched defs:databuf (Results 1 - 5 of 5) sorted by null

  /external/curl/tests/libtest/
lib552.c 127 static char databuf[70000]; /* MUST be more than 64k OR variable
133 size_t available = sizeof(databuf) - current_offset; /* What we have to
137 memcpy(ptr, databuf + current_offset, given);
187 for(i = 0; i < sizeof(databuf); ++i)
188 databuf[i] = fill[i % sizeof(fill)];
199 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long) sizeof(databuf));
  /external/python/cpython3/Modules/
binascii.c 1375 const unsigned char *databuf; local
    [all...]
  /external/u-boot/drivers/mmc/
fsl_esdhc.c 199 uint databuf; local
220 databuf = in_le32(&regs->datport);
221 *((uint *)buffer) = databuf;
242 databuf = *((uint *)buffer);
246 out_le32(&regs->datport, databuf);
    [all...]
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 376 byte * databuf; local
384 databuf = malloc(sbuf.st_size + 4);
386 if (!databuf)
396 free((char *) databuf);
400 i = read(fd, (char *) databuf, sbuf.st_size);
404 free((char *) databuf);
408 databuf[i] = databuf[i + 1] = databuf[i + 2] = databuf[i + 3] = 0
    [all...]
  /external/u-boot/include/linux/mtd/
rawnand.h 632 * @databuf: buffer pointer for data, size is (page size + oobsize).
634 * Do not change the order of buffers. databuf and oobrbuf must be in
640 uint8_t databuf[ALIGN(NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE, member in struct:nand_buffers
    [all...]

Completed in 324 milliseconds