Searched refs:trace_log_plugin (Results 1 – 2 of 2) sorted by relevance
285 struct st_mysqlnd_plugin_trace_log * trace_log_plugin = mysqlnd_plugin_find("debug_trace"); in PHP_RINIT_FUNCTION() local287 if (trace_log_plugin) { in PHP_RINIT_FUNCTION()288 …MYSQLND_DEBUG * dbg = trace_log_plugin->methods.trace_instance_init(mysqlnd_debug_std_no_trace_fun… in PHP_RINIT_FUNCTION()289 MYSQLND_DEBUG * trace_alloc = trace_log_plugin->methods.trace_instance_init(NULL TSRMLS_CC); in PHP_RINIT_FUNCTION()
752 struct st_mysqlnd_plugin_trace_log * trace_log_plugin = mysqlnd_plugin_find("debug_trace"); in _mysqlnd_debug() local753 if (trace_log_plugin) { in _mysqlnd_debug()754 dbg = trace_log_plugin->methods.trace_instance_init(mysqlnd_debug_std_no_trace_funcs TSRMLS_CC); in _mysqlnd_debug()
Completed in 9 milliseconds