Searched refs:eof (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dtrees.c894 void _tr_stored_block(s, buf, stored_len, eof)
898 int eof; /* true if this is the last block for a file */
900 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
948 void _tr_flush_block(s, buf, stored_len, eof)
952 int eof; /* true if this is the last block for a file */
1008 _tr_stored_block(s, buf, stored_len, eof);
1015 send_bits(s, (STATIC_TREES<<1)+eof, 3);
1021 send_bits(s, (DYN_TREES<<1)+eof, 3);
1035 if (eof) {
1042 s->compressed_len-7*eof));
[all...]
H A Ddeflate.h312 int eof));
315 int eof));
H A Ddeflate.c1393 #define FLUSH_BLOCK_ONLY(s, eof) { \
1398 (eof)); \
1405 #define FLUSH_BLOCK(s, eof) { \
1406 FLUSH_BLOCK_ONLY(s, eof); \
1407 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
/darwin-on-arm/xnu/libsyscall/
H A DMakefile93 -Wnewline-eof \
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c2322 int error = 0, nfsvers, eof = 0; local
2355 error = nmp->nm_funcs->nf_read_rpc_async_finish(np, req, uio, &retlen, &eof);
2378 if (eof || (retlen == 0))
2384 FSDBG_BOT(536, np, eof, uio_resid(uio), error);
2434 int error = 0, lockerror, nfsvers, status, eof = 0; local
2461 nfsm_chain_get_32(error, &nmrep, eof);
2474 if (!eof && !retlen)
2475 eof = 1;
2477 eof = 1;
2479 *eofp = eof;
5351 int i, status, attrflag, fhflag, more_entries = 1, eof, bp_dropped = 0; local
[all...]
H A Dnfs4_vnops.c370 int error = 0, lockerror, nfsvers, numops, status, eof = 0; local
394 nfsm_chain_get_32(error, &nmrep, eof);
405 if (!eof && !retlen)
406 eof = 1;
407 *eofp = eof;
720 int i, status, more_entries = 1, eof, bp_dropped = 0; local
1037 /* Finally, get the eof boolean */
1038 nfsm_chain_get_32(error, &nmrep, eof);
1040 if (eof) {
6923 uint32_t denyMode, rflags, delegation, recall, eof, rle local
[all...]
H A Dnfs_bio.c1651 int error = 0, nfsvers, offset, length, eof = 0, multasyncrpc, finished; local
1691 error = nmp->nm_funcs->nf_read_rpc_async_finish(np, req, auio, &rlen, &eof);
1754 if ((nfsvers == NFS_VER2) || eof || (rlen == 0)) {

Completed in 96 milliseconds