max_count         717 lib/zlib/trees.c     int max_count = 7;         /* max repeat count */
max_count         720 lib/zlib/trees.c     if (nextlen == 0) max_count = 138, min_count = 3;
max_count         725 lib/zlib/trees.c         if (++count < max_count && curlen == nextlen) {
max_count         739 lib/zlib/trees.c             max_count = 138, min_count = 3;
max_count         741 lib/zlib/trees.c             max_count = 6, min_count = 3;
max_count         743 lib/zlib/trees.c             max_count = 7, min_count = 4;
max_count         762 lib/zlib/trees.c     int max_count = 7;         /* max repeat count */
max_count         766 lib/zlib/trees.c     if (nextlen == 0) max_count = 138, min_count = 3;
max_count         770 lib/zlib/trees.c         if (++count < max_count && curlen == nextlen) {
max_count         790 lib/zlib/trees.c             max_count = 138, min_count = 3;
max_count         792 lib/zlib/trees.c             max_count = 6, min_count = 3;
max_count         794 lib/zlib/trees.c             max_count = 7, min_count = 4;
max_count          91 librpc/gen_ndr/cli_lsa.c 			      uint32_t max_count /* [in]  */)
max_count          99 librpc/gen_ndr/cli_lsa.c 	r.in.max_count = max_count;
max_count          15 librpc/gen_ndr/cli_lsa.h 			      uint32_t max_count /* [in]  */);
max_count         771 librpc/gen_ndr/lsa.h 		uint32_t max_count;
max_count        5318 librpc/gen_ndr/ndr_lsa.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->in.max_count));
max_count        5356 librpc/gen_ndr/ndr_lsa.c 		NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->in.max_count));
max_count        5400 librpc/gen_ndr/ndr_lsa.c 		ndr_print_uint32(ndr, "max_count", r->in.max_count);
max_count        4921 source3/smbd/reply.c 	int max_count;
max_count        4932 source3/smbd/reply.c 	max_count = SVAL(req->vwv+0, 0);
max_count        4952 source3/smbd/reply.c 		 start_index, max_count));
max_count        4958 source3/smbd/reply.c 		int num_to_get = ABS(max_count);
max_count        4959 source3/smbd/reply.c 		int first = (max_count>0?start_index:start_index+max_count+1);
max_count        4993 source3/smbd/reply.c 			      (max_count>0?first+count:first-1));
max_count         142 source4/libcli/clilist.c 			first_parms.t2ffirst.in.max_count = max_matches;
max_count         169 source4/libcli/clilist.c 			next_parms.t2fnext.in.max_count = max_matches;
max_count         291 source4/libcli/clilist.c 			first_parms.search_first.in.max_count = num_asked;
max_count         313 source4/libcli/clilist.c 			next_parms.search_next.in.max_count = num_asked;
max_count        2392 source4/libcli/raw/interfaces.h 			uint16_t max_count;
max_count        2408 source4/libcli/raw/interfaces.h 			uint16_t max_count;
max_count        2486 source4/libcli/raw/interfaces.h 			uint16_t max_count;
max_count        2508 source4/libcli/raw/interfaces.h 			uint16_t max_count;
max_count        2717 source4/libcli/raw/interfaces.h 			uint16_t max_count;
max_count          90 source4/libcli/raw/rawsearch.c 	SSVAL(req->out.vwv, VWV(0), io->search_first.in.max_count);
max_count         130 source4/libcli/raw/rawsearch.c 	SSVAL(req->out.vwv, VWV(0), io->search_next.in.max_count);
max_count         170 source4/libcli/raw/rawsearch.c 	SSVAL(req->out.vwv, VWV(0), io->fclose.in.max_count);
max_count         237 source4/libcli/raw/rawsearch.c 	SSVAL(tp.in.params.data, 2, io->t2ffirst.in.max_count);	
max_count         305 source4/libcli/raw/rawsearch.c 	SSVAL(tp.in.params.data, 2, io->t2fnext.in.max_count);
max_count         839 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	uint_t max_count;
max_count         854 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	max_count = io->t2ffirst.in.max_count;
max_count         864 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	if (dir->count < max_count) {
max_count         865 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 		max_count = dir->count;
max_count         868 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	for (i=0; i < max_count;i++) {
max_count         913 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	uint_t max_count;
max_count         957 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	max_count = search->current_index + io->t2fnext.in.max_count;
max_count         959 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	if (max_count > dir->count) {
max_count         960 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 		max_count = dir->count;
max_count         963 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	for (i = search->current_index; i < max_count;i++) {
max_count         828 source4/ntvfs/nbench/vfs_nbench.c 			   io->t2ffirst.in.max_count,
max_count         235 source4/ntvfs/posix/pvfs_search.c 				 uint_t max_count, 
max_count         247 source4/ntvfs/posix/pvfs_search.c 	if (max_count == 0) {
max_count         248 source4/ntvfs/posix/pvfs_search.c 		max_count = 1;
max_count         251 source4/ntvfs/posix/pvfs_search.c 	while ((*reply_count) < max_count) {
max_count         389 source4/ntvfs/posix/pvfs_search.c 	status = pvfs_search_fill(pvfs, req, io->search_first.in.max_count, search, io->generic.data_level,
max_count         418 source4/ntvfs/posix/pvfs_search.c 	uint_t reply_count, max_count;
max_count         423 source4/ntvfs/posix/pvfs_search.c 	max_count = io->search_next.in.max_count;
max_count         442 source4/ntvfs/posix/pvfs_search.c 	status = pvfs_search_fill(pvfs, req, max_count, search, io->generic.data_level,
max_count         471 source4/ntvfs/posix/pvfs_search.c 	uint16_t search_attrib, max_count;
max_count         479 source4/ntvfs/posix/pvfs_search.c 	max_count     = io->t2ffirst.in.max_count;
max_count         529 source4/ntvfs/posix/pvfs_search.c 	status = pvfs_search_fill(pvfs, req, max_count, search, io->generic.data_level,
max_count         604 source4/ntvfs/posix/pvfs_search.c 	status = pvfs_search_fill(pvfs, req, io->t2fnext.in.max_count, search, io->generic.data_level,
max_count         633 source4/ntvfs/posix/pvfs_search.c 	uint16_t max_count;
max_count         708 source4/ntvfs/posix/pvfs_search.c 		max_count = 1;
max_count         710 source4/ntvfs/posix/pvfs_search.c 		max_count = UINT16_MAX;
max_count         713 source4/ntvfs/posix/pvfs_search.c 	status = pvfs_search_fill(pvfs, req, max_count, search, io->data_level,
max_count         736 source4/ntvfs/posix/pvfs_search.c 	uint16_t max_count;
max_count         761 source4/ntvfs/posix/pvfs_search.c 		max_count = 1;
max_count         763 source4/ntvfs/posix/pvfs_search.c 		max_count = UINT16_MAX;
max_count         766 source4/ntvfs/posix/pvfs_search.c 	status = pvfs_search_fill(pvfs, req, max_count, search, io->data_level,
max_count         836 source4/ntvfs/simple/vfs_simple.c 	uint_t max_count;
max_count         851 source4/ntvfs/simple/vfs_simple.c 	max_count = io->t2ffirst.in.max_count;
max_count         861 source4/ntvfs/simple/vfs_simple.c 	if (dir->count < max_count) {
max_count         862 source4/ntvfs/simple/vfs_simple.c 		max_count = dir->count;
max_count         865 source4/ntvfs/simple/vfs_simple.c 	for (i=0; i < max_count;i++) {
max_count         910 source4/ntvfs/simple/vfs_simple.c 	uint_t max_count;
max_count         954 source4/ntvfs/simple/vfs_simple.c 	max_count = search->current_index + io->t2fnext.in.max_count;
max_count         956 source4/ntvfs/simple/vfs_simple.c 	if (max_count > dir->count) {
max_count         957 source4/ntvfs/simple/vfs_simple.c 		max_count = dir->count;
max_count         960 source4/ntvfs/simple/vfs_simple.c 	for (i = search->current_index; i < max_count;i++) {
max_count          55 source4/rpc_server/dcesrv_mgmt.c 	if (r->in.max_count != MGMT_STATS_ARRAY_MAX_SIZE)
max_count          58 source4/rpc_server/dcesrv_mgmt.c 	r->out.statistics->count = r->in.max_count;
max_count          59 source4/rpc_server/dcesrv_mgmt.c 	r->out.statistics->statistics = talloc_array(mem_ctx, uint32_t, r->in.max_count);
max_count         242 source4/rpc_server/lsa/dcesrv_lsa.c 	       r->out.privs->count < r->in.max_count) {
max_count         188 source4/smb_server/smb/search.c 		sn->search_next.in.max_count     = SVAL(req->in.vwv, VWV(0));
max_count         200 source4/smb_server/smb/search.c 		sf->search_first.in.max_count     = SVAL(req->in.vwv, VWV(0));
max_count         273 source4/smb_server/smb/search.c 	sc->fclose.in.max_count        = SVAL(req->in.vwv, VWV(0));
max_count         867 source4/smb_server/smb/trans2.c 	search->t2ffirst.in.max_count     = SVAL(trans->in.params.data, 2);
max_count         953 source4/smb_server/smb/trans2.c 	search->t2fnext.in.max_count     = SVAL(trans->in.params.data, 2);
max_count         924 source4/torture/nbench/nbio.c 	io.t2ffirst.in.max_count = maxcnt;
max_count        1785 source4/torture/ndr/lsa.c 	torture_assert_int_equal(tctx, r->in.max_count, 100, "max count");
max_count          48 source4/torture/raw/chkpath.c 	io.t2ffirst.in.max_count = 1;
max_count          64 source4/torture/raw/search.c 		io.search_first.in.max_count = 1;
max_count          73 source4/torture/raw/search.c 		io.t2ffirst.in.max_count = 1;
max_count          88 source4/torture/raw/search.c 		c.fclose.in.max_count = 1;
max_count         550 source4/torture/raw/search.c 		io.search_first.in.max_count = per_search;
max_count         557 source4/torture/raw/search.c 		io.t2ffirst.in.max_count = per_search;
max_count         575 source4/torture/raw/search.c 			io2.search_next.in.max_count = per_search;
max_count         582 source4/torture/raw/search.c 			io2.t2fnext.in.max_count = per_search;
max_count         836 source4/torture/raw/search.c 	io.t2ffirst.in.max_count = 0;
max_count         850 source4/torture/raw/search.c 	io2.t2fnext.in.max_count = 1;
max_count         880 source4/torture/raw/search.c 	io2.t2fnext.in.max_count = num_files + 3;
max_count        1036 source4/torture/raw/search.c 		io.search_first.in.max_count = 1;
max_count        1069 source4/torture/raw/search.c 		io2.search_next.in.max_count = 1;
max_count        1103 source4/torture/raw/search.c 		io2.search_next.in.max_count = 1;
max_count        1187 source4/torture/raw/search.c 	io.t2ffirst.in.max_count = 100;
max_count        1207 source4/torture/raw/search.c 	io2.t2fnext.in.max_count = 100;
max_count        1310 source4/torture/raw/search.c 	io.t2ffirst.in.max_count = 2;
max_count        1327 source4/torture/raw/search.c 	nxt.t2fnext.in.max_count = 2;
max_count        1736 source4/torture/rpc/lsa.c 	r.in.max_count = 100;
max_count          90 source4/torture/rpc/mgmt.c 	r.in.max_count = MGMT_STATS_ARRAY_MAX_SIZE;
max_count         241 source4/torture/unix/unix_info2.c 	search.t2ffirst.in.max_count = 1;