Searched refs:newstart (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sbin/hastd/
H A Debuf.c217 unsigned char *newstart, *newused; local
224 newstart = malloc(newsize);
225 if (newstart == NULL)
228 newstart + (PAGE_SIZE / 4) + size + (eb->eb_used - eb->eb_start);
232 eb->eb_start = newstart;
234 eb->eb_end = newstart + newsize;
245 unsigned char *newstart; local
252 newstart = realloc(eb->eb_start, newsize);
253 if (newstart == NULL)
256 eb->eb_used = newstart
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Drange_tree.h92 uint64_t newstart, uint64_t newsize);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drange_tree.c473 uint64_t newstart, uint64_t newsize)
481 rs->rs_start = newstart;
482 rs->rs_end = newstart + newsize;
472 range_tree_resize_segment(range_tree_t *rt, range_seg_t *rs, uint64_t newstart, uint64_t newsize) argument
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c1567 sop *newstart = NULL; local
1600 newstart = scan - 1;
1634 start = newstart;
1649 start = newstart;
1667 start = newstart;
1690 start = newstart;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c686 lua_Integer newstart = e-s; local
687 if (e == src) newstart++; /* empty match? go at least one position */
688 lua_pushinteger(L, newstart);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1601 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ local
1619 newstart = scan - 1;
1642 start = newstart;

Completed in 88 milliseconds