HomeSort by relevance Sort by last modified time
    Searched refs:amt_read (Results 1 - 10 of 10) sorted by null

  /external/libpcap/
sf-pcap.c 155 size_t amt_read; local
184 amt_read = fread(((char *)&hdr) + sizeof hdr.magic, 1,
186 if (amt_read != sizeof(hdr) - sizeof(hdr.magic)) {
195 (unsigned long)amt_read);
402 size_t amt_read; local
412 amt_read = fread(&sf_hdr, 1, ps->hdrsize, fp);
413 if (amt_read != ps->hdrsize) {
420 if (amt_read != 0) {
424 (unsigned long)amt_read);
521 amt_read = fread((char *)tp, 1, hdr->caplen, fp)
    [all...]
savefile.c 266 size_t amt_read; local
277 amt_read = fread((char *)&magic, 1, sizeof(magic), fp);
278 if (amt_read != sizeof(magic)) {
287 (unsigned long)amt_read);
sf-pcap-ng.c 234 size_t amt_read; local
236 amt_read = fread(buf, 1, bytes_to_read, fp);
237 if (amt_read != bytes_to_read) {
243 if (amt_read == 0 && !fail_on_eof)
248 (unsigned long)amt_read);
648 size_t amt_read; local
693 amt_read = fread(&total_length, 1, sizeof(total_length), fp);
694 if (amt_read < sizeof(total_length)) {
709 amt_read = fread(&byte_order_magic, 1, sizeof(byte_order_magic), fp);
710 if (amt_read < sizeof(byte_order_magic))
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp 337 int32_t amt_read = fread(fileBuf.getAlias(), 1, fileSize, f.getAlias()); local
338 TEST_ASSERT_EQ(amt_read, fileSize);
340 if (amt_read != fileSize || fileSize <=0) {
rbbitst.cpp 2464 int amt_read; local
    [all...]
regextst.cpp 3667 int32_t amt_read; local
    [all...]
  /external/chromium_org/ipc/
ipc_send_fds_test.cc 71 ssize_t amt_read = read(fd, &buf, 1); variable
72 ASSERT_EQ(amt_read, 1);
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 389 int32_t amt_read = fread(fileBuf.getAlias(), 1, fileSize, f.getAlias()); local
390 TEST_ASSERT_EQ(amt_read, fileSize);
392 if (amt_read != fileSize || fileSize <=0) {
rbbitst.cpp 1452 int amt_read; local
    [all...]
regextst.cpp 3825 int32_t amt_read; local
    [all...]

Completed in 538 milliseconds