Searched refs:plugin (Results 1 – 13 of 13) sorted by relevance
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_plugin.c | 71 struct st_mysqlnd_typeii_plugin_example * plugin = (struct st_mysqlnd_typeii_plugin_example *) p; in mysqlnd_example_plugin_end() local 73 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() 138 PHPAPI unsigned int mysqlnd_plugin_register_ex(struct st_mysqlnd_plugin_header * plugin) in mysqlnd_plugin_register_ex() argument 140 if (plugin) { in mysqlnd_plugin_register_ex() 141 if (plugin->plugin_api_version == MYSQLND_PLUGIN_API_VERSION) { in mysqlnd_plugin_register_ex() 142 …ash_str_update_ptr(&mysqlnd_registered_plugins, plugin->plugin_name, strlen(plugin->plugin_name), … in mysqlnd_plugin_register_ex() 145 plugin->plugin_name, MYSQLND_PLUGIN_API_VERSION, plugin->plugin_api_version); in mysqlnd_plugin_register_ex() 157 void * plugin; in mysqlnd_plugin_find() local 158 if ((plugin = zend_hash_str_find_ptr(&mysqlnd_registered_plugins, name, strlen(name))) != NULL) { in mysqlnd_plugin_find() [all …]
|
H A D | mysqlnd.h | 70 PHPAPI unsigned int mysqlnd_plugin_register_ex(struct st_mysqlnd_plugin_header * plugin);
|
H A D | mysqlnd_structs.h | 1306 enum_func_status (*plugin_shutdown)(void * plugin);
|
/PHP-7.3/Zend/tests/ |
H A D | bug39438.phpt | 17 'category' => 'plugin',
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | mysqli_auth_pam.phpt | 2 PAM auth plugin 30 die("SKIP Server PAM plugin not installed");
|
H A D | mysqli_pam_sha256.phpt | 14 die("skip SHA256 auth plugin not built-in to mysqlnd"); 35 die("skip SHA-256 server plugin unavailable");
|
H A D | mysqli_pam_sha256_public_key_ini.phpt | 14 die("skip SHA256 auth plugin not built-in to mysqlnd"); 35 die("skip SHA-256 server plugin unavailable");
|
H A D | mysqli_pam_sha256_public_key_option.phpt | 14 die("skip SHA256 auth plugin not built-in to mysqlnd"); 35 die("skip SHA-256 server plugin unavailable");
|
H A D | mysqli_pam_sha256_public_key_option_invalid.phpt | 14 die("skip SHA256 auth plugin not built-in to mysqlnd"); 35 die("skip SHA-256 server plugin unavailable");
|
/PHP-7.3/ |
H A D | README.STREAMS | 57 IGNORE_URL - do not use plugin wrappers
|
H A D | NEWS | 1241 . Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 24110 0 belong =0x4AFB0001 QL plugin-ROM data,
|
H A D | magic私はガラスを食べられます | 24110 0 belong =0x4AFB0001 QL plugin-ROM data,
|
Completed in 134 milliseconds