Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ get_ptr_compare
Function
get_ptr_compare
mysys/ptr_cmp.c:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
#ifdef __sun
63
qsort2_cmp get_ptr_compare (size_t size __attribute__((unused)))
64
{
65
return (qsort2_cmp) native_compare;
66
}
67
#else
68
qsort2_cmp get_ptr_compare (size_t size)
69
{
Callers
2
init
Method · 0.85
my_string_ptr_sort
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected