large_file_format 6933 source3/include/proto.h 		    bool large_file_format);
large_file_format 6935 source3/include/proto.h 			bool large_file_format);
large_file_format 6937 source3/include/proto.h 			 bool large_file_format, bool *err);
large_file_format  291 source3/smbd/blocking.c 	bool large_file_format = (locktype & LOCKING_ANDX_LARGE_FILES);
large_file_format  296 source3/smbd/blocking.c 		+ ((large_file_format ? 20 : 10)*num_ulocks);
large_file_format  312 source3/smbd/blocking.c 		lock_pid = get_lock_pid( data, i, large_file_format);
large_file_format  313 source3/smbd/blocking.c 		count = get_lock_count( data, i, large_file_format);
large_file_format  314 source3/smbd/blocking.c 		offset = get_lock_offset( data, i, large_file_format, &err);
large_file_format  382 source3/smbd/blocking.c 	bool large_file_format = (locktype & LOCKING_ANDX_LARGE_FILES);
large_file_format  387 source3/smbd/blocking.c 		+ ((large_file_format ? 20 : 10)*num_ulocks);
large_file_format  398 source3/smbd/blocking.c 		lock_pid = get_lock_pid( data, blr->lock_num, large_file_format);
large_file_format  399 source3/smbd/blocking.c 		count = get_lock_count( data, blr->lock_num, large_file_format);
large_file_format  400 source3/smbd/blocking.c 		offset = get_lock_offset( data, blr->lock_num, large_file_format, &err);
large_file_format 6764 source3/smbd/reply.c 		    bool large_file_format)
large_file_format 6766 source3/smbd/reply.c 	if(!large_file_format)
large_file_format 6777 source3/smbd/reply.c 			bool large_file_format)
large_file_format 6781 source3/smbd/reply.c 	if(!large_file_format) {
large_file_format 6850 source3/smbd/reply.c 			 bool large_file_format, bool *err)
large_file_format 6856 source3/smbd/reply.c 	if(!large_file_format) {
large_file_format 6912 source3/smbd/reply.c 	bool large_file_format;
large_file_format 6930 source3/smbd/reply.c 	large_file_format = (locktype & LOCKING_ANDX_LARGE_FILES)?True:False;
large_file_format 7021 source3/smbd/reply.c 	    (num_ulocks + num_locks) * (large_file_format ? 20 : 10)) {
large_file_format 7030 source3/smbd/reply.c 		lock_pid = get_lock_pid( data, i, large_file_format);
large_file_format 7031 source3/smbd/reply.c 		count = get_lock_count( data, i, large_file_format);
large_file_format 7032 source3/smbd/reply.c 		offset = get_lock_offset( data, i, large_file_format, &err);
large_file_format 7071 source3/smbd/reply.c 	data += ((large_file_format ? 20 : 10)*num_ulocks);
large_file_format 7079 source3/smbd/reply.c 		lock_pid = get_lock_pid( data, i, large_file_format);
large_file_format 7080 source3/smbd/reply.c 		count = get_lock_count( data, i, large_file_format);
large_file_format 7081 source3/smbd/reply.c 		offset = get_lock_offset( data, i, large_file_format, &err);
large_file_format 7213 source3/smbd/reply.c 			lock_pid = get_lock_pid( data, i, large_file_format);
large_file_format 7214 source3/smbd/reply.c 			count = get_lock_count( data, i, large_file_format);
large_file_format 7215 source3/smbd/reply.c 			offset = get_lock_offset( data, i, large_file_format,