max_offset         65 lib/compression/lzxpress.c 	uint32_t max_offset, best_offset;
max_offset         96 lib/compression/lzxpress.c 		max_offset = uncompressed_pos;
max_offset        103 lib/compression/lzxpress.c 		max_offset = MIN(0x1FFF, max_offset);
max_offset        106 lib/compression/lzxpress.c 		for (offset = 1; (uint32_t)offset <= max_offset; offset++) {
max_offset         48 libcli/nbt/nbtname.c 					    uint32_t *max_offset)
max_offset         60 libcli/nbt/nbtname.c 			*max_offset = MAX(*max_offset, *offset);
max_offset         70 libcli/nbt/nbtname.c 			*max_offset = MAX(*max_offset, *offset + 2);
max_offset         72 libcli/nbt/nbtname.c 			*max_offset = MAX(*max_offset, *offset);
max_offset         88 libcli/nbt/nbtname.c 		*max_offset = MAX(*max_offset, *offset);
max_offset        102 libcli/nbt/nbtname.c 	uint32_t max_offset = offset;
max_offset        115 libcli/nbt/nbtname.c 		NDR_CHECK(ndr_pull_component(ndr, &component, &offset, &max_offset));
max_offset        134 libcli/nbt/nbtname.c 	ndr->offset = max_offset;
max_offset         60 source3/smbd/notify.c 				uint32 max_offset,
max_offset        114 source3/smbd/notify.c 		if (prs_offset(ps) > max_offset) {
max_offset        117 source3/smbd/notify.c 				   "marshall %d bytes\n", (int)max_offset,