Home
last modified time | relevance | path

Searched refs:plugin_header (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/php73/php-7.3.33/ext/mysqlnd/
H A Dmysqlnd_plugin.c73 mysqlnd_stats_end(plugin->plugin_header.plugin_stats.values, 1); in mysqlnd_example_plugin_end()
74 plugin->plugin_header.plugin_stats.values = NULL; in mysqlnd_example_plugin_end()
85 mysqlnd_example_plugin.plugin_header.plugin_stats.values = mysqlnd_plugin_example_stats; in mysqlnd_example_plugin_register()
110 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_plugin_end_apply_func() local
111 if (plugin_header->m.plugin_shutdown) { in mysqlnd_plugin_end_apply_func()
112 plugin_header->m.plugin_shutdown(plugin_header); in mysqlnd_plugin_end_apply_func()
H A Dphp_mysqlnd.c58 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_minfo_dump_plugin_stats() local
59 if (plugin_header->plugin_stats.values) { in mysqlnd_minfo_dump_plugin_stats()
62 snprintf(buf, sizeof(buf), "%s statistics", plugin_header->plugin_name); in mysqlnd_minfo_dump_plugin_stats()
64 …mysqlnd_fill_stats_hash(plugin_header->plugin_stats.values, plugin_header->plugin_stats.names, &va… in mysqlnd_minfo_dump_plugin_stats()
82 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_minfo_dump_loaded_plugins() local
83 if (plugin_header->plugin_name) { in mysqlnd_minfo_dump_loaded_plugins()
87 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
/dports/www/mod_php81/php-8.1.1/ext/mysqlnd/
H A Dmysqlnd_plugin.c71 mysqlnd_stats_end(plugin->plugin_header.plugin_stats.values, 1); in mysqlnd_example_plugin_end()
72 plugin->plugin_header.plugin_stats.values = NULL; in mysqlnd_example_plugin_end()
83 mysqlnd_example_plugin.plugin_header.plugin_stats.values = mysqlnd_plugin_example_stats; in mysqlnd_example_plugin_register()
108 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_plugin_end_apply_func() local
109 if (plugin_header->m.plugin_shutdown) { in mysqlnd_plugin_end_apply_func()
110 plugin_header->m.plugin_shutdown(plugin_header); in mysqlnd_plugin_end_apply_func()
H A Dphp_mysqlnd.c47 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_minfo_dump_loaded_plugins() local
48 if (plugin_header->plugin_name) { in mysqlnd_minfo_dump_loaded_plugins()
52 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
/dports/lang/php74/php-7.4.27/ext/mysqlnd/
H A Dmysqlnd_plugin.c73 mysqlnd_stats_end(plugin->plugin_header.plugin_stats.values, 1); in mysqlnd_example_plugin_end()
74 plugin->plugin_header.plugin_stats.values = NULL; in mysqlnd_example_plugin_end()
85 mysqlnd_example_plugin.plugin_header.plugin_stats.values = mysqlnd_plugin_example_stats; in mysqlnd_example_plugin_register()
110 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_plugin_end_apply_func() local
111 if (plugin_header->m.plugin_shutdown) { in mysqlnd_plugin_end_apply_func()
112 plugin_header->m.plugin_shutdown(plugin_header); in mysqlnd_plugin_end_apply_func()
H A Dphp_mysqlnd.c59 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_minfo_dump_loaded_plugins() local
60 if (plugin_header->plugin_name) { in mysqlnd_minfo_dump_loaded_plugins()
64 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
/dports/lang/php81/php-8.1.1/ext/mysqlnd/
H A Dmysqlnd_plugin.c71 mysqlnd_stats_end(plugin->plugin_header.plugin_stats.values, 1); in mysqlnd_example_plugin_end()
72 plugin->plugin_header.plugin_stats.values = NULL; in mysqlnd_example_plugin_end()
83 mysqlnd_example_plugin.plugin_header.plugin_stats.values = mysqlnd_plugin_example_stats; in mysqlnd_example_plugin_register()
108 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_plugin_end_apply_func() local
109 if (plugin_header->m.plugin_shutdown) { in mysqlnd_plugin_end_apply_func()
110 plugin_header->m.plugin_shutdown(plugin_header); in mysqlnd_plugin_end_apply_func()
H A Dphp_mysqlnd.c47 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_minfo_dump_loaded_plugins() local
48 if (plugin_header->plugin_name) { in mysqlnd_minfo_dump_loaded_plugins()
52 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
/dports/lang/php80/php-8.0.15/ext/mysqlnd/
H A Dmysqlnd_plugin.c71 mysqlnd_stats_end(plugin->plugin_header.plugin_stats.values, 1); in mysqlnd_example_plugin_end()
72 plugin->plugin_header.plugin_stats.values = NULL; in mysqlnd_example_plugin_end()
83 mysqlnd_example_plugin.plugin_header.plugin_stats.values = mysqlnd_plugin_example_stats; in mysqlnd_example_plugin_register()
108 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_plugin_end_apply_func() local
109 if (plugin_header->m.plugin_shutdown) { in mysqlnd_plugin_end_apply_func()
110 plugin_header->m.plugin_shutdown(plugin_header); in mysqlnd_plugin_end_apply_func()
H A Dphp_mysqlnd.c47 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_minfo_dump_loaded_plugins() local
48 if (plugin_header->plugin_name) { in mysqlnd_minfo_dump_loaded_plugins()
52 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
/dports/www/mod_php73/php-7.3.33/ext/mysqlnd/
H A Dmysqlnd_plugin.c73 mysqlnd_stats_end(plugin->plugin_header.plugin_stats.values, 1); in mysqlnd_example_plugin_end()
74 plugin->plugin_header.plugin_stats.values = NULL; in mysqlnd_example_plugin_end()
85 mysqlnd_example_plugin.plugin_header.plugin_stats.values = mysqlnd_plugin_example_stats; in mysqlnd_example_plugin_register()
110 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_plugin_end_apply_func() local
111 if (plugin_header->m.plugin_shutdown) { in mysqlnd_plugin_end_apply_func()
112 plugin_header->m.plugin_shutdown(plugin_header); in mysqlnd_plugin_end_apply_func()
H A Dphp_mysqlnd.c58 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_minfo_dump_plugin_stats() local
59 if (plugin_header->plugin_stats.values) { in mysqlnd_minfo_dump_plugin_stats()
62 snprintf(buf, sizeof(buf), "%s statistics", plugin_header->plugin_name); in mysqlnd_minfo_dump_plugin_stats()
64 …mysqlnd_fill_stats_hash(plugin_header->plugin_stats.values, plugin_header->plugin_stats.names, &va… in mysqlnd_minfo_dump_plugin_stats()
82 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_minfo_dump_loaded_plugins() local
83 if (plugin_header->plugin_name) { in mysqlnd_minfo_dump_loaded_plugins()
87 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
/dports/www/mod_php80/php-8.0.15/ext/mysqlnd/
H A Dmysqlnd_plugin.c71 mysqlnd_stats_end(plugin->plugin_header.plugin_stats.values, 1); in mysqlnd_example_plugin_end()
72 plugin->plugin_header.plugin_stats.values = NULL; in mysqlnd_example_plugin_end()
83 mysqlnd_example_plugin.plugin_header.plugin_stats.values = mysqlnd_plugin_example_stats; in mysqlnd_example_plugin_register()
108 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_plugin_end_apply_func() local
109 if (plugin_header->m.plugin_shutdown) { in mysqlnd_plugin_end_apply_func()
110 plugin_header->m.plugin_shutdown(plugin_header); in mysqlnd_plugin_end_apply_func()
H A Dphp_mysqlnd.c47 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_minfo_dump_loaded_plugins() local
48 if (plugin_header->plugin_name) { in mysqlnd_minfo_dump_loaded_plugins()
52 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
/dports/www/mod_php74/php-7.4.27/ext/mysqlnd/
H A Dmysqlnd_plugin.c73 mysqlnd_stats_end(plugin->plugin_header.plugin_stats.values, 1); in mysqlnd_example_plugin_end()
74 plugin->plugin_header.plugin_stats.values = NULL; in mysqlnd_example_plugin_end()
85 mysqlnd_example_plugin.plugin_header.plugin_stats.values = mysqlnd_plugin_example_stats; in mysqlnd_example_plugin_register()
110 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_plugin_end_apply_func() local
111 if (plugin_header->m.plugin_shutdown) { in mysqlnd_plugin_end_apply_func()
112 plugin_header->m.plugin_shutdown(plugin_header); in mysqlnd_plugin_end_apply_func()
H A Dphp_mysqlnd.c59 struct st_mysqlnd_plugin_header * plugin_header = (struct st_mysqlnd_plugin_header *)Z_PTR_P(el); in mysqlnd_minfo_dump_loaded_plugins() local
60 if (plugin_header->plugin_name) { in mysqlnd_minfo_dump_loaded_plugins()
64 smart_str_appends(buffer, plugin_header->plugin_name); in mysqlnd_minfo_dump_loaded_plugins()
/dports/x11-toolkits/color-widgets-qt5/Qt-Color-Widgets-f2eca13bbc836cec09daae02579f10d5e85e71e8/color_widgets_designer_plugin/
H A Dnew_plugin56 read_arg plugin_header "Plugin Header" "$(class_to_header "$plugin")"
57 read_arg plugin_source "Plugin Source" "$(header_to_source "$plugin_header")"
67 echo " Plugin Header: $plugin_header"
166 header_guard="COLOR_WIDGETS_$(header_to_guard "$plugin_header")"
167 cat >"$plugin_path/$plugin_header" <<PLUGIN
230 -e "\\~# add new headers above this line~i\\$plugin_header" \
234 -e "\\~// add new plugin headers above this line~i#include \"$plugin_header\"" \
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/doc/manuals/plugins/
H A Dphase_detector.php1 <?php plugin_header(); ?>
H A Dfilter_analyzer.php2 plugin_header();
H A Dlatency_meter.php2 plugin_header();
H A Dnonlinear_convolver.php2 plugin_header();
H A Doscillator.php2 plugin_header();
H A Dtest_plugin.php2 plugin_header();
H A Dprofiler.php2 plugin_header();
H A Dslap_delay.php2 plugin_header();

1234