CORD_iter5        489 gc/cord/cordbscs.c     	        return(CORD_iter5(conc -> right, i - left_len, f1, f2,
CORD_iter5        493 gc/cord/cordbscs.c     	if (CORD_iter5(conc -> left, i, f1, f2, client_data)) {
CORD_iter5        496 gc/cord/cordbscs.c     	return(CORD_iter5(conc -> right, 0, f1, f2, client_data));
CORD_iter5        514 gc/cord/cordbscs.c     return(CORD_iter5(x, 0, f1, CORD_NO_FN, client_data));
CORD_iter5         70 gc/cord/cordtest.c     if (CORD_iter5(x, 64*1024-1, test_fn, CORD_NO_FN, (void *)13) == 0) {
CORD_iter5         99 gc/cord/cordtest.c     if (CORD_iter5(x, 64*1024-1, test_fn, CORD_NO_FN, (void *)13) == 0) {
CORD_iter5        133 gc/cord/cordxtra.c     (void)CORD_iter5(x, i, CORD_fill_proc, CORD_batched_fill_proc, &fd);
CORD_iter5        281 gc/cord/cordxtra.c     if (CORD_iter5(x, 0, CORD_put_proc, CORD_batched_put_proc, f)) {
CORD_iter5        331 gc/cord/cordxtra.c     if (CORD_iter5(x, i, CORD_chr_proc, CORD_batched_chr_proc, &d)) {
CORD_iter5        133 gc/include/cord.h int CORD_iter5(CORD x, size_t i, CORD_iter_fn f1,
CORD_iter5        138 gc/include/cord.h # define CORD_iter(x, f1, cd) CORD_iter5(x, 0, f1, CORD_NO_FN, cd)