INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- creation procedure; creates a buffer of the specified size
-- creation procedure
-- creation procedure; creates a buffer of the specified size and
-- set blob type
-- creation procedure
-- merge the contents of another BLOB; the current BLOB
-- will be resized if it's be needed
-- copy 'nbytes' from other BLOB starting from 'other_offs'
-- to the current BLOB starting from the 'offs'
-- the current BLOB will be resized if it's be needed
-- resize buffer for data; allocates memory if wasn't before
-- deallocate memory
-- redefined from MEMORY
-- count of bytes in this BLOB
-- ...
-- create string by the contents of this BLOB
-- printable representation
-- ...
-- Set `max_storage_size'.
-- ...
-- ...
-- is this pointer valid?
-- is this size valid?
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |