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

/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-match-parallel.c146 int tbytes; local
168 tbytes = sizeof(*tmp_tags) * num_tags;
173 + (rbytes + tbytes * tnfa->num_states) * 2 + tbytes + pbytes;
188 tmp_buf = buf + tbytes;
202 tmp_buf += tbytes;
204 tmp_buf += tbytes;
407 memset(reach_next_i->tags, 0, tbytes);
423 memcpy(match_tags, reach_next_i->tags, tbytes);
500 memcpy(tmp_tags, reach_i->tags, tbytes);
[all...]
H A Dtre-match-backtrack.c278 int tbytes; local
302 tbytes = sizeof(*tags) * num_tags;
307 + tbytes + pbytes + sbytes;
321 tmp_buf = buf + tbytes;
/macosx-10.9.5/file-46/file/src/
H A Dreadmacho.c70 ssize_t tbytes; local
126 if ((tbytes = read(fd, tmpbuf, HOWMANY)) == -1) {
132 file_buffer(ms, -1, inname, tmpbuf, (size_t)tbytes);
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dsocket.c92 tbytes; /* Total number of bytes written */ local
415 tbytes = 0;
418 tbytes += write(device_fd, buffer, bytes);
420 while (copies > 0 && tbytes >= 0)
430 tbytes = backendRunLoop(print_fd, device_fd, snmp_fd, &(addrlist->addr), 1,
433 if (print_fd != 0 && tbytes >= 0)
H A Dusb-unix.c59 ssize_t tbytes; /* Total number of bytes written */ local
166 tbytes = 0;
168 while (copies > 0 && tbytes >= 0)
184 tbytes = backendRunLoop(print_fd, device_fd, -1, NULL, use_bc, 1, NULL);
187 tbytes = backendRunLoop(print_fd, device_fd, -1, NULL, use_bc, 1, side_cb);
190 if (print_fd != 0 && tbytes >= 0)
H A Dlpd.c684 off_t tbytes; /* Total bytes written */ local
1066 tbytes = 0;
1075 100.0 * tbytes / filestats.st_size);
1083 tbytes += nbytes;
1089 if (tbytes < filestats.st_size)
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dstring.c528 tbytes, /* Total string bytes */ local
539 for (count = 0, abytes = 0, tbytes = 0,
551 tbytes += item->ref_count * len;
564 *total_bytes = tbytes;
H A Dipp.c6812 int tbytes, /* Total bytes read */ local
6823 for (tbytes = 0, bytes = 0;
6824 tbytes < (int)length;
6825 tbytes += bytes, buffer += bytes)
6827 DEBUG_printf(("9ipp_read_http: tbytes=%d, http->state=%d", tbytes,
6850 if ((bytes = httpRead2(http, (char *)buffer, length - tbytes)) < 0)
6869 if (tbytes == 0 && bytes < 0)
6870 tbytes = -1;
6872 DEBUG_printf(("8ipp_read_http: Returning %d bytes", tbytes));
[all...]
H A Dhttp.c5636 ssize_t tbytes, /* Total bytes sent */ local
5643 tbytes = 0;
5761 tbytes += bytes;
5766 http_debug_hex("http_write", buffer - tbytes, tbytes);
5769 DEBUG_printf(("3http_write: Returning " CUPS_LLFMT ".", CUPS_LLCAST tbytes));
5771 return (tbytes);
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dvar.c986 tbytes, /* Total number of bytes read */ local
1014 for (tbytes = 0; tbytes < length; tbytes += nbytes)
1015 if ((nbytes = read(0, data + tbytes, length - tbytes)) < 0)
/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_dev.h169 SMB_IOC_POINTER(void *, tbytes);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dsendrecv.c510 apr_size_t tbytes; local
512 &tbytes);
513 bytes_sent += tbytes;
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dsendrecv.c506 apr_size_t tbytes; local
508 &tbytes);
509 bytes_sent += tbytes;
/macosx-10.9.5/Librpcsvc-23/
H A Dnfs_prot.x1030 size3 tbytes;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c771 tsize_t tbytes = 0, tile_buffsize = 0; local
810 tbytes = TIFFReadTile(in, tilebuf, col, row, 0, 0);
811 if (tbytes < tilesize && !ignore)
815 (unsigned long) col, (unsigned long) row, (unsigned long)tbytes,
950 tsize_t tbytes = 0, tilesize = TIFFTileSize(in); local
982 tbytes = TIFFReadTile(in, srcbuffs[s], col, row, 0, s);
983 if (tbytes < 0 && !ignore)

Completed in 201 milliseconds