resume_key        247 source3/libsmb/clilist.c 	uint32 resume_key = 0;
resume_key        291 source3/libsmb/clilist.c 			SIVAL(param,6,resume_key); /* ff_resume_key */
resume_key        402 source3/libsmb/clilist.c 							&resume_key,
resume_key       2228 source3/smbd/trans2.c 	uint32 resume_key;
resume_key       2259 source3/smbd/trans2.c 	resume_key = IVAL(params,6);
resume_key       2290 source3/smbd/trans2.c 		requires_resume_key, resume_key, resume_name, continue_bit, info_level));
resume_key        172 source4/libcli/clilist.c 			next_parms.t2fnext.in.resume_key = 0;
resume_key       2509 source4/libcli/raw/interfaces.h 			uint32_t resume_key;
resume_key       2543 source4/libcli/raw/interfaces.h 		uint32_t resume_key;
resume_key       2555 source4/libcli/raw/interfaces.h 		uint32_t resume_key;
resume_key       2568 source4/libcli/raw/interfaces.h 		uint32_t resume_key;
resume_key        307 source4/libcli/raw/rawsearch.c 	SIVAL(tp.in.params.data, 6, io->t2fnext.in.resume_key);
resume_key        504 source4/libcli/raw/rawsearch.c 			data->standard.resume_key = IVAL(blob->data, 0);
resume_key        526 source4/libcli/raw/rawsearch.c 			data->ea_size.resume_key = IVAL(blob->data, 0);
resume_key        549 source4/libcli/raw/rawsearch.c 			data->ea_list.resume_key = IVAL(blob->data, 0);
resume_key        324 source4/ntvfs/posix/pvfs_dirlist.c NTSTATUS pvfs_list_seek_ofs(struct pvfs_dir *dir, uint32_t resume_key, off_t *ofs)
resume_key        331 source4/ntvfs/posix/pvfs_dirlist.c 	if (resume_key == DIR_OFFSET_DOT) {
resume_key        336 source4/ntvfs/posix/pvfs_dirlist.c 	if (resume_key == DIR_OFFSET_DOTDOT) {
resume_key        341 source4/ntvfs/posix/pvfs_dirlist.c 	if (resume_key == DIR_OFFSET_BASE) {
resume_key        354 source4/ntvfs/posix/pvfs_dirlist.c 		if (resume_key == (uint32_t)e->offset) {
resume_key        361 source4/ntvfs/posix/pvfs_dirlist.c 		if (resume_key == (uint32_t)e->offset) {
resume_key        371 source4/ntvfs/posix/pvfs_dirlist.c 		if (resume_key == (uint32_t)dir->offset) {
resume_key        114 source4/ntvfs/posix/pvfs_search.c 		file->standard.resume_key   = dir_index;
resume_key        125 source4/ntvfs/posix/pvfs_search.c 		file->ea_size.resume_key   = dir_index;
resume_key        137 source4/ntvfs/posix/pvfs_search.c 		file->ea_list.resume_key   = dir_index;
resume_key        589 source4/ntvfs/posix/pvfs_search.c 		if (!NT_STATUS_IS_OK(status) && io->t2fnext.in.resume_key) {
resume_key        590 source4/ntvfs/posix/pvfs_search.c 			status = pvfs_list_seek_ofs(dir, io->t2fnext.in.resume_key, 
resume_key        594 source4/ntvfs/posix/pvfs_search.c 		status = pvfs_list_seek_ofs(dir, io->t2fnext.in.resume_key, 
resume_key        723 source4/smb_server/smb/trans2.c 			SIVAL(trans->out.data.data, ofs, file->standard.resume_key);
resume_key        743 source4/smb_server/smb/trans2.c 			SIVAL(trans->out.data.data, ofs, file->ea_size.resume_key);
resume_key        766 source4/smb_server/smb/trans2.c 			SIVAL(trans->out.data.data, ofs, file->ea_list.resume_key);
resume_key        955 source4/smb_server/smb/trans2.c 	search->t2fnext.in.resume_key    = IVAL(trans->in.params.data, 6);
resume_key        126 source4/torture/raw/search.c 	 offsetof(union smb_search_data, standard.resume_key),
resume_key        131 source4/torture/raw/search.c 	 offsetof(union smb_search_data, ea_size.resume_key),
resume_key        583 source4/torture/raw/search.c 			io2.t2fnext.in.resume_key = 0;
resume_key        588 source4/torture/raw/search.c 				io2.t2fnext.in.resume_key = extract_resume_key(&result->list[result->count-1],
resume_key        590 source4/torture/raw/search.c 				if (io2.t2fnext.in.resume_key == 0) {
resume_key        851 source4/torture/raw/search.c 	io2.t2fnext.in.resume_key = 0;
resume_key        881 source4/torture/raw/search.c 	io2.t2fnext.in.resume_key = 0;
resume_key       1208 source4/torture/raw/search.c 	io2.t2fnext.in.resume_key = result.list[i-1].ea_size.resume_key;
resume_key       1231 source4/torture/raw/search.c 			io2.t2fnext.in.resume_key = result.list[i-1].ea_size.resume_key;
resume_key       1328 source4/torture/raw/search.c 	nxt.t2fnext.in.resume_key = result.list[1].ea_list.resume_key;