MCPcopy Create free account
hub / github.com/MariaDB/server / alloced_length

Method alloced_length

sql/sql_string.h:466–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 }
465 bool is_alloced() const { return alloced; }
466 inline uint32 alloced_length() const { return Alloced_length;}
467 inline uint32 extra_allocation() const { return extra_alloc;}
468 inline void extra_allocation(size_t len) { extra_alloc= (uint32)len; }
469 inline void mark_as_const() { Alloced_length= 0;}

Callers 15

store_server_fieldsFunction · 0.45
get_field_buffer_sizeMethod · 0.45
realloc_resultMethod · 0.45
val_strMethod · 0.45
alloc_bufferFunction · 0.45
val_strMethod · 0.45
initMethod · 0.45
json_unescape_to_stringFunction · 0.45
json_escape_to_stringFunction · 0.45
net_store_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected