Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/ssl/
Dbio_ssl.c81 unsigned long byte_count; member
176 sb->byte_count+=ret; in ssl_read()
177 if (sb->byte_count > sb->renegotiate_count) in ssl_read()
179 sb->byte_count=0; in ssl_read()
251 bs->byte_count+=ret; in ssl_write()
252 if (bs->byte_count > bs->renegotiate_count) in ssl_write()
254 bs->byte_count=0; in ssl_write()
445 ((BIO_SSL *)dbio->ptr)->byte_count= in ssl_ctrl()
446 ((BIO_SSL *)b->ptr)->byte_count; in ssl_ctrl()
/mirbsd/src/libexec/ftpd/
Dftpd.c161 off_t byte_count; variable
1177 byte_count = -1; in retrieve()
1212 logxfer(name, byte_count, start); in retrieve()
1220 LOGBYTES("get", name, byte_count); in retrieve()
1254 byte_count = -1; in store()
1301 LOGBYTES(*mode == 'w' ? "put" : "append", name, byte_count); in store()
1380 byte_count = 0; in dataconn()
1541 byte_count++; in send_data()
1586 byte_count += cnt; in send_data()
1606 byte_count += cnt; in send_data()
[all …]
/mirbsd/src/sys/dev/ic/
Dfxpreg.h129 volatile u_int8_t byte_count; member
181 volatile u_int16_t byte_count; member
Dsiopreg.h420 u_int16_t byte_count; /* excluding header/trailer */ member
Dfxp.c1272 cbp->byte_count = 22; /* (22) bytes to config */
/mirbsd/src/sys/dev/pci/
Dpciidereg.h112 u_int32_t byte_count; /* memory region length */ member
Dpciide.c1360 dma_maps->dma_table[seg].byte_count = in pciide_dma_init()
1364 seg, letoh32(dma_maps->dma_table[seg].byte_count), in pciide_dma_init()
1368 dma_maps->dma_table[dma_maps->dmamap_xfer->dm_nsegs -1].byte_count |= in pciide_dma_init()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dxtensa-isa.c131 int fence_post, start, increment, i, byte_count; in xtensa_insnbuf_to_chars() local
154 byte_count = xtensa_format_length (isa, fmt); in xtensa_insnbuf_to_chars()
155 if (byte_count == XTENSA_UNDEFINED) in xtensa_insnbuf_to_chars()
158 if (byte_count > num_chars) in xtensa_insnbuf_to_chars()
165 fence_post = start + (byte_count * increment); in xtensa_insnbuf_to_chars()
175 return byte_count; in xtensa_insnbuf_to_chars()
Delf-m10300.c1565 unsigned int byte_count = 0; local
1601 byte_count += 2;
1607 byte_count += 3;
1609 byte_count += 4;
1614 if (byte_count < entry->direct_calls)
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dtarget.h1035 #define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(byte_count) \ argument
1036 (*current_target.to_region_size_ok_for_hw_watchpoint) (byte_count)
Dtarget.c1562 default_region_size_ok_for_hw_watchpoint (int byte_count) in default_region_size_ok_for_hw_watchpoint() argument
1564 return (byte_count <= TYPE_LENGTH (builtin_type_void_data_ptr)); in default_region_size_ok_for_hw_watchpoint()
2104 debug_to_region_size_ok_for_hw_watchpoint (int byte_count) in debug_to_region_size_ok_for_hw_watchpoint() argument
2108 retval = debug_target.to_region_size_ok_for_hw_watchpoint (byte_count); in debug_to_region_size_ok_for_hw_watchpoint()
2112 (unsigned long) byte_count, in debug_to_region_size_ok_for_hw_watchpoint()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-ppc.c3889 int byte_count; local
3899 byte_count = exp.X_add_number;
3908 cons (byte_count);
/mirbsd/src/gnu/usr.bin/lynx/src/
DGridText.c8069 int line_num, byte_num, byte_count; in print_wwwfile_to_fd() local
8137 byte_count = TrimmedLength(line->data); in print_wwwfile_to_fd()
8138 for (byte_num = 0; byte_num < byte_count; byte_num++) { in print_wwwfile_to_fd()
8172 if (cur->size - this_wrap + byte_num > byte_count) { in print_wwwfile_to_fd()
8178 byte_count, byte_num)); in print_wwwfile_to_fd()
8179 next_wrap = byte_count - byte_num; in print_wwwfile_to_fd()
8223 (byte_num + 1) >= byte_count) { in print_wwwfile_to_fd()