end_ptr           209 source3/lib/ldb/common/qsort.c     char *const end_ptr = &base_ptr[size * (total_elems - 1)];
end_ptr           211 source3/lib/ldb/common/qsort.c     char *thresh = min(end_ptr, base_ptr + max_thresh);
end_ptr           228 source3/lib/ldb/common/qsort.c     while ((run_ptr += size) <= end_ptr)
end_ptr          2862 source3/lib/util.c 	char *end_ptr = ptr + off;
end_ptr          2868 source3/lib/util.c 	if (end_base < buf_base || end_ptr < ptr) {
end_ptr          2872 source3/lib/util.c 	if (end_ptr < end_base) {
end_ptr           341 source3/lib/util_str.c 	const char *end_ptr = base + len;
end_ptr           343 source3/lib/util_str.c 	if (end_ptr < base || !base || !buf || buf >= end_ptr) {
end_ptr           350 source3/lib/util_str.c 		if (buf >= end_ptr) {
end_ptr           208 source4/lib/ldb/common/qsort.c     char *const end_ptr = &base_ptr[size * (total_elems - 1)];
end_ptr           210 source4/lib/ldb/common/qsort.c     char *thresh = min(end_ptr, base_ptr + max_thresh);
end_ptr           227 source4/lib/ldb/common/qsort.c     while ((run_ptr += size) <= end_ptr)