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

Method write_at_position

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

Source from the content-addressed store, hash-verified

409 }
410
411 void write_at_position(uint32 position, uint32 value)
412 {
413 DBUG_ASSERT(str_length >= position + 4);
414 int4store(Ptr + position,value);
415 }
416
417 void qs_append(const LEX_CSTRING *ls)
418 {

Callers 6

init_from_wktMethod · 0.45
init_from_jsonMethod · 0.45
init_from_opresultMethod · 0.45
simplifyMethod · 0.45
add_operands_to_opMethod · 0.45
complete_shapeMethod · 0.45

Calls 1

int4storeFunction · 0.85

Tested by

no test coverage detected