Searched defs:outbuf (Results 1 - 4 of 4) sorted by relevance
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/connector/coyote/ |
H A D | PECoyoteResponse.java | 66 protected CoyoteWriter createWriter(OutputBuffer outbuf) { argument 67 return new PECoyoteWriter(outbuf);
|
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | gzio.c | 45 Byte *outbuf; /* output buffer */ member in struct:gz_stream 94 s->stream.next_out = s->outbuf = Z_NULL; 133 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE); 135 if (err != Z_OK || s->outbuf == Z_NULL) { 220 s->stream.next_out = s->outbuf; 221 if (fwrite(s->outbuf, 1, Z_BUFSIZE, s->file) != Z_BUFSIZE) { 344 TRYFREE(s->outbuf); 501 s->stream.next_out = s->outbuf; 502 if (fwrite(s->outbuf, 1, Z_BUFSIZE, s->file) != Z_BUFSIZE) { 615 if ((uInt)fwrite(s->outbuf, [all...] |
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/ |
H A D | Response.java | 1847 protected CoyoteWriter createWriter(OutputBuffer outbuf) { argument 1848 return new CoyoteWriter(outbuf);
|
/glassfish-3.1.2/installer/src/cpp/share/launcher/ |
H A D | java_md.unix.c | 251 char *outbuf = ret; local 254 if (!iconv(cd, &inbuf, &inleft, &outbuf, &outleft))
|
Completed in 864 milliseconds