start_pos         217 source3/lib/ldb/common/ldb_ldif.c 			const char *buf, size_t length, int start_pos)
start_pos         225 source3/lib/ldb/common/ldb_ldif.c 		if (i != (length-1) && (i + start_pos) % 77 == 0) {
start_pos         242 source3/lib/ldb/common/ldb_ldif.c 			   const char *buf, int len, int start_pos)
start_pos         251 source3/lib/ldb/common/ldb_ldif.c 	ret = fold_string(fprintf_fn, private_data, b, strlen(b), start_pos);
start_pos         224 source3/utils/smbget.c static void print_progress(const char *name, time_t start, time_t now, off_t start_pos, off_t pos, off_t total)
start_pos         232 source3/utils/smbget.c 	if(now - start)avg = 1.0 * (pos - start_pos) / (now - start);
start_pos         216 source4/lib/ldb/common/ldb_ldif.c 			const char *buf, size_t length, int start_pos)
start_pos         224 source4/lib/ldb/common/ldb_ldif.c 		if (i != (length-1) && (i + start_pos) % 77 == 0) {
start_pos         241 source4/lib/ldb/common/ldb_ldif.c 			   const char *buf, int len, int start_pos)
start_pos         250 source4/lib/ldb/common/ldb_ldif.c 	ret = fold_string(fprintf_fn, private_data, b, strlen(b), start_pos);