| /forgerock/opendj2/resource/dsml/lib/ |
| H A D | j2ee.jar | ... IOException java.io.InputStream is
byte[] data
int bytes_read
javax.activation.DataContentHandler dch
java.io. ... |
| /forgerock/opendj-b2.6/resource/dsml/lib/ |
| H A D | j2ee.jar | ... IOException java.io.InputStream is
byte[] data
int bytes_read
javax.activation.DataContentHandler dch
java.io. ... |
| H A D | saaj-impl-1.3.jar | com/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ... |
| /forgerock/opendj2.6.2/resource/dsml/lib/ |
| H A D | j2ee.jar | ... IOException java.io.InputStream is
byte[] data
int bytes_read
javax.activation.DataContentHandler dch
java.io. ... |
| /forgerock/opendj2-hg/resource/dsml/lib/ |
| H A D | j2ee.jar | ... IOException java.io.InputStream is
byte[] data
int bytes_read
javax.activation.DataContentHandler dch
java.io. ... |
| /forgerock/opendj2-jel-hg/resource/dsml/lib/ |
| H A D | j2ee.jar | ... IOException java.io.InputStream is
byte[] data
int bytes_read
javax.activation.DataContentHandler dch
java.io. ... |
| H A D | saaj-impl-1.3.jar | com/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ... |
| /forgerock/openam-v13/openam-oauth/samples/StockClient/lib/ |
| H A D | javaee.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ... |
| /forgerock/openam-v13/openam-oauth/samples/StockService/lib/ |
| H A D | javaee.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ... |
| /forgerock/web-agents-v4/source/varnish/ |
| H A D | agent.c | 472 int bytes_read; local 492 bytes_read = HTTP1_Read(req->ctx->req->htc, buf, 494 if (bytes_read <= 0) { 500 content_length -= bytes_read; 501 memcpy(body + total_read, buf, bytes_read); 502 total_read += bytes_read;
|
| /forgerock/web-agents-v4/source/varnish3/ |
| H A D | agent.c | 522 int bytes_read; local 542 bytes_read = HTC_Read(req->ctx->wrk, req->ctx->htc, buf, 544 if (bytes_read <= 0) { 550 content_length -= bytes_read; 551 memcpy(body + total_read, buf, bytes_read); 552 total_read += bytes_read;
|
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
| H A D | softKeystoreUtil.c | 1186 * in the argument "bytes_read" 1191 read_obj_data(int old_fd, char **buf, ssize_t *bytes_read) argument 1227 *bytes_read = nread;
|
| /illumos-gate/usr/src/lib/libsmedia/plugins/scsi/common/ |
| H A D | s_generic.c | 300 int32_t ret_val, bytes_read; local 353 bytes_read = retraw_read->nbytes; 355 return (bytes_read);
|
| /illumos-gate/usr/src/cmd/utmpd/ |
| H A D | utmpd.c | 647 int bytes_read; local 657 if ((bytes_read = read(Pfd, p, sizeof (struct pidrec))) != 663 if (bytes_read > 0)
|
| /illumos-gate/usr/src/cmd/vscan/vscand/ |
| H A D | vs_icap.c | 1169 * Returns: bytes_read (== len unless EOF hit before len bytes read) 1177 int bytes_read = 0; local 1181 bytes_read = read(fd, ptr, resid); 1182 if (bytes_read < 0) { 1188 resid -= bytes_read; 1189 ptr += bytes_read;
|
| /illumos-gate/usr/src/cmd/rmvolmgr/ |
| H A D | rmvolmgr.c | 278 gsize bytes_read; local 281 if (g_io_channel_read_chars(source, buf, 1, &bytes_read, &error) !=
|
| /illumos-gate/usr/src/cmd/gencat/ |
| H A D | gencat.c | 417 int nbytes, bytes_read; local 424 bytes_read = READ(fd, p + nbytes, n - nbytes); 425 if (bytes_read < 0) { 431 } else if (bytes_read == 0) 434 nbytes += bytes_read;
|
| /illumos-gate/usr/src/cmd/hal/hald/ |
| H A D | hald.c | 263 gsize bytes_read; local 267 g_io_channel_read_chars (source, data, 1, &bytes_read, &err)) {
|
| /illumos-gate/usr/src/uts/common/fs/ufs/ |
| H A D | ufs_directio.c | 818 ssize_t resid, bytes_read; local 940 bytes_read = 0; 995 bytes_read += nbytes; 1034 newerror = directio_wait(tail, &bytes_read); 1048 uio->uio_resid -= bytes_read;
|
| /illumos-gate/usr/src/uts/common/io/hxge/ |
| H A D | hxge_rxdma.c | 1662 uint32_t bytes_read; local 1936 bytes_read = rcr_p->rcvd_pkt_bytes; 1961 if (l2_len - bytes_read < bsize) { 1963 &nmp->b_rptr[l2_len - bytes_read]; 1976 l2_len - bytes_read < bsize ? 1977 l2_len - bytes_read : bsize); 1983 bytes_read = nmp->b_wptr - nmp->b_rptr; 1985 bytes_read += nmp->b_wptr - nmp->b_rptr; 2036 rcr_p->rcvd_pkt_bytes = bytes_read;
|
| /illumos-gate/usr/src/uts/common/io/nxge/ |
| H A D | nxge_rxdma.c | 2201 uint32_t bytes_read; local 2584 bytes_read = rcr_p->rcvd_pkt_bytes; 2601 if (l2_len - bytes_read < bsize) { 2603 &nmp->b_rptr[l2_len - bytes_read]; 2616 l2_len - bytes_read < bsize ? 2617 l2_len - bytes_read : bsize); 2635 bytes_read = nmp->b_wptr - nmp->b_rptr; 2637 rdc_stats->ibytes += l2_len - bytes_read < bsize ? 2638 l2_len - bytes_read : bsize; 2639 bytes_read [all...] |
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
| H A D | nvfile.c | 1084 int bytes_read; local 1105 bytes_read = nvf_read(file, (char *)&hdr, sizeof (hdr)); 1106 if (bytes_read != sizeof (hdr)) { 1141 bytes_read = nvf_read(file, buf, hdr.nvfh_size); 1142 if (bytes_read != hdr.nvfh_size) { 1145 if (bytes_read < 0) { 1147 "to read %s bytes:%d", filename, bytes_read); 1151 bytes_read, (longlong_t)hdr.nvfh_size); 1159 bytes_read = nvf_read(file, &overfill, 1); 1161 if (bytes_read > [all...] |
| /illumos-gate/usr/src/uts/sun4v/io/ |
| H A D | ldc.c | 3892 size_t len = 0, bytes_read = 0; local 4007 bytes_read = 0; 4053 bytes_read = 0; 4062 bytes_read = 0; 4116 bytes_read = 0; 4137 bytes_read, ldcp->last_msg_rcd, 4141 bytes_read = 0; 4152 if (len <= (*sizep - bytes_read)) { 4155 bytes_read += len; 4165 curr_head, *sizep, bytes_read [all...] |
| /illumos-gate/usr/src/cmd/luxadm/ |
| H A D | fabric_conf.c | 102 unsigned int bytes_read; local 138 bytes_read = 0; 139 while (bytes_read < filesize) { 141 while (bytes_read < filesize && *tmp_ptr != '\n') { 142 bytes_read++; 148 bytes_read++;
|
| H A D | fcalupdate.c | 137 int fbuf_idx, fd1, bytes_read; local 164 while (!strfound && ((bytes_read = read(fd1, 166 for (fbuf_idx = 0; fbuf_idx < bytes_read;
|