Home
last modified time | relevance | path

Searched refs:options (Results 201 – 225 of 508) sorted by path

12345678910>>...21

/php-src/ext/mysqli/tests/
H A Dmysqli_insert_id_variation.phpt28 $link->options(MYSQLI_OPT_LOCAL_INFILE, false);
H A Dmysqli_options.phpt84 // invalid options do not generate errors
H A Dmysqli_options_init_command.phpt18 /* TODO: test more options */
H A Dmysqli_pam_sha256_public_key_option.phpt95 if (!($link->options(MYSQLI_SERVER_PUBLIC_KEY, $file))) {
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt94 if (!($link->options(MYSQLI_SERVER_PUBLIC_KEY, $file))) {
/php-src/ext/mysqlnd/
H A Dmysqlnd.h198 #define mysqlnd_refresh(conn, options) ((conn)->data)->m->refresh_server((conn)->data, (options)) argument
H A Dmysqlnd_auth.c301 auth_packet.connect_attr = conn->options->connect_attr; in mysqlnd_auth_handshake()
425 auth_packet.connect_attr = conn->options->connect_attr; in mysqlnd_auth_change_user()
H A Dmysqlnd_commands.c227 MYSQLND_METHOD(mysqlnd_command, refresh)(MYSQLND_CONN_DATA * const conn, const uint8_t options) in MYSQLND_METHOD()
235 int1store(bits, options); in MYSQLND_METHOD()
630 conn->options, mysql_flags)) in MYSQLND_METHOD()
H A Dmysqlnd_connection.c224 if (conn->options->charset_name) { in MYSQLND_METHOD()
232 if (conn->options->num_commands) { in MYSQLND_METHOD()
241 if (conn->options->cfg_file) { in MYSQLND_METHOD()
243 conn->options->cfg_file = NULL; in MYSQLND_METHOD()
245 if (conn->options->cfg_section) { in MYSQLND_METHOD()
249 if (conn->options->connect_attr) { in MYSQLND_METHOD()
476 vio->data->options.ssl_cert || in MYSQLND_METHOD()
477 vio->data->options.ssl_ca || in MYSQLND_METHOD()
485 if (conn->options->connect_attr && zend_hash_num_elements(conn->options->connect_attr)) { in MYSQLND_METHOD()
1441 conn->options->init_commands[conn->options->num_commands] = new_command;
[all …]
H A Dmysqlnd_driver.c127 data->options = &(data->options_impl); in MYSQLND_METHOD()
H A Dmysqlnd_libmysql_compat.h71 #define mysql_refresh(conn, options) mysqlnd_refresh((conn), (options)) argument
H A Dmysqlnd_loaddata.c152 …bool is_local_infile_enabled = (conn->options->flags & CLIENT_LOCAL_FILES) == CLIENT_LOCAL_FILE… in mysqlnd_handle_local_infile()
153 const char* local_infile_directory = conn->options->local_infile_directory; in mysqlnd_handle_local_infile()
H A Dmysqlnd_ps.c805 conn->options->int_and_float_native, in mysqlnd_fetch_stmt_row_cursor()
H A Dmysqlnd_result.c453 row_packet->fields_metadata, conn->options->int_and_float_native, conn->stats); in MYSQLND_METHOD()
571 conn->options->int_and_float_native, in MYSQLND_METHOD()
H A Dmysqlnd_structs.h314 …_status (*func_mysqlnd_execute_com_refresh)(MYSQLND_CONN_DATA * const conn, const uint8_t options);
444 …_status (*func_mysqlnd_conn_data__refresh_server)(MYSQLND_CONN_DATA * const conn, uint8_t options);
845 MYSQLND_VIO_OPTIONS options; member
937 MYSQLND_SESSION_OPTIONS * options; member
H A Dmysqlnd_vio.c365 if (net->data->options.ssl_key) { in MYSQLND_METHOD()
383 if (net->data->options.ssl_ca) { in MYSQLND_METHOD()
521 if (net->data->options.ssl_key) { in MYSQLND_METHOD()
528 if (net->data->options.ssl_cert) { in MYSQLND_METHOD()
532 if (!net->data->options.ssl_key) { in MYSQLND_METHOD()
538 if (net->data->options.ssl_ca) { in MYSQLND_METHOD()
641 if (net->data->options.ssl_key) { in MYSQLND_METHOD()
643 net->data->options.ssl_key = NULL; in MYSQLND_METHOD()
645 if (net->data->options.ssl_cert) { in MYSQLND_METHOD()
649 if (net->data->options.ssl_ca) { in MYSQLND_METHOD()
[all …]
/php-src/ext/odbc/
H A Dconfig.m491 dnl configure options
/php-src/ext/opcache/jit/
H A Dzend_jit.h110 const char *options; member
/php-src/ext/opcache/tests/jit/
H A Dgh12585.phpt19 int $options = 0,
22 parent::__construct($start, $interval, $recurrences, $options);
/php-src/ext/opcache/
H A Dzend_accelerator_module.c330 … , "disable", PHP_INI_ALL, OnUpdateJit, options, ze…
845 add_assoc_string(&directives, "opcache.jit", JIT_G(options));
/php-src/ext/openssl/
H A Dopenssl.c7709 const char *tag, int tag_len, zend_long options, int enc) /* {{{ */ argument
7770 if (options & OPENSSL_ZERO_PADDING) {
7824 zend_long options, argument
7858 &iv, &iv_len, &free_iv, NULL, tag_len, options, 1) == FAILURE ||
7864 if (options & OPENSSL_RAW_DATA) {
7914 zend_long options = 0, tag_len = 16; local
7921 &password, &password_len, &options, &iv, &iv_len, &tag, &aad, &aad_len, &tag_len) == FAILURE) {
7937 zend_long options, argument
7970 if (!(options & OPENSSL_RAW_DATA)) {
7983 &iv, &iv_len, &free_iv, tag, tag_len, options, 0) == FAILURE ||
[all …]
H A Dopenssl.stub.php488 function openssl_pkey_new(?array $options = null): OpenSSLAsymmetricKey|false {}
H A Dopenssl_arginfo.h57 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "[]")
65 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "[]")
91 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 1, "null")
99 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 1, "null")
114 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 1, "null")
121 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 1, "null")
128 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 1, "null")
333 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "0")
344 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "0")
H A Dphp_openssl.h131 zend_long options,
139 zend_long options,
/php-src/ext/openssl/tests/
H A Dbug52093.phpt18 $options = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
20 $csr = openssl_csr_new($dn, $privkey, $options);
21 $cert = openssl_csr_sign($csr, null, $privkey, 365, $options, PHP_INT_MAX);

Completed in 126 milliseconds

12345678910>>...21