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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c1506 resize_char_buf(char_buf_t *cb, size_t size) function
1527 * NULL. Initialise the new char_buf_t to 0 and then call resize_char_buf
1542 if (resize_char_buf(cb, size + 1) == PO_FAIL) {
1563 * the data as determined by resize_char_buf.
1575 if (resize_char_buf(cb, new_size + 1) != PO_SUCCESS) {
1589 * the data as determined by resize_char_buf.
1605 if (resize_char_buf(cb, old_len + new_len + 1) !=

Completed in 1847 milliseconds