MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / strmake

Method strmake

sql/sql_class.h:699–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697 inline char *strdup(const char *str)
698 { return strdup_root(mem_root,str); }
699 inline char *strmake(const char *str, size_t size)
700 { return strmake_root(mem_root,str,size); }
701 inline void *memdup(const void *str, size_t size)
702 { return memdup_root(mem_root,str,size); }
703 inline void *memdup_w_gap(const void *str, size_t size, uint gap)

Callers 11

set_to_stringFunction · 0.80
flagset_to_stringFunction · 0.80
set_body_endMethod · 0.80
get_tokenFunction · 0.80
thd_strmakeFunction · 0.80
execute_init_commandFunction · 0.80
do_checkMethod · 0.80
do_checkMethod · 0.80
session_value_ptrMethod · 0.80
global_value_ptrMethod · 0.80
do_checkMethod · 0.80

Calls 1

strmake_rootFunction · 0.85

Tested by

no test coverage detected