Home
last modified time | relevance | path

Searched refs:silent (Results 1 – 25 of 30) sorted by relevance

12

/PHP-8.0/ext/fileinfo/libmagic/
H A Dfsmagic.c94 int silent = ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION); in file_fsmagic() local
114 if (!mime && !silent) { in file_fsmagic()
177 } else if (silent) { in file_fsmagic()
187 } else if (silent) { in file_fsmagic()
208 } else if (silent) { in file_fsmagic()
231 } else if (silent) { in file_fsmagic()
245 if (!silent && !mime && did && ret == 0) { in file_fsmagic()
253 if (ret == 1 && silent) in file_fsmagic()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_auth.h51 const zend_bool silent,
95 const zend_bool silent,
H A Dmysqlnd.h96 …ge_user(conn, user, passwd, db, silent) ((conn)->data)->m->change_user((conn)->data, (user), (… argument
97 …_ex(conn, user, passwd, db, silent, passwd_len) ((conn)->data)->m->change_user((conn)->data, (user… argument
H A Dmysqlnd_auth.c48 const zend_bool silent, in mysqlnd_run_authentication() argument
136 ret = mysqlnd_auth_change_user(conn, user, strlen(user), passwd, passwd_len, db, db_len, silent, in mysqlnd_run_authentication()
376 const zend_bool silent, in mysqlnd_auth_change_user() argument
423 auth_packet.silent = silent; in mysqlnd_auth_change_user()
H A Dmysqlnd_structs.h327 …hange_user)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING payload, const zend_bool silent);
461 …conn, const char * user, const char * passwd, const char * db, zend_bool silent, size_t passwd_len…
496 …and, const zend_uchar * const arg, const size_t arg_len, const zend_bool silent, const zend_bool i…
497 … * const conn, const enum mysqlnd_packet_type ok_packet, const zend_bool silent, const enum php_my…
1037 const zend_bool silent,
1061 const zend_bool silent,
H A Dmysqlnd_wireprotocol.h95 zend_bool silent; member
H A Dmysqlnd_wireprotocol.c626 const unsigned int silent = packet->silent; in php_mysqlnd_auth_write() local
628 ret = conn->command->change_user(conn, payload, silent); in php_mysqlnd_auth_write()
2520 const zend_bool silent, in MYSQLND_METHOD()
2533 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD()
2565 if (!silent && error_info->error_no != CR_SERVER_GONE_ERROR) { in MYSQLND_METHOD()
2680 const zend_bool silent, in MYSQLND_METHOD()
2692 DBG_INF_FMT("silent=%u packet=%u command=%s", silent, ok_packet, mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
2706 if (!silent && error_info->error_no == CR_MALFORMED_PACKET) { in MYSQLND_METHOD()
H A Dmysqlnd_commands.c341 …change_user)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING payload, const zend_bool silent) in MYSQLND_METHOD()
348 …d(conn->payload_decoder_factory, COM_CHANGE_USER, (const zend_uchar*) payload.s, payload.l, silent, in MYSQLND_METHOD()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_utils.h89 …*input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, zend_bool silent);
90 …e_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, zend_bool silent, void *arg);
H A Dphpdbg_utils.c427 …input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, zend_bool silent) { in phpdbg_parse_variable() argument
428 …nt, i, (phpdbg_parse_var_with_arg_func) phpdbg_parse_variable_arg_wrapper, NULL, silent, callback); in phpdbg_parse_variable()
431 …_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, zend_bool silent, void *arg) { in phpdbg_parse_variable_with_arg() argument
502 phpdbg_parse_variable_with_arg(input, len, Z_OBJPROP_P(zv), i, callback, step_cb, silent, arg); in phpdbg_parse_variable_with_arg()
511 phpdbg_parse_variable_with_arg(input, len, Z_ARRVAL_P(zv), i, callback, step_cb, silent, arg); in phpdbg_parse_variable_with_arg()
531 if (!silent) { in phpdbg_parse_variable_with_arg()
/PHP-8.0/Zend/tests/
H A Dinclude_stat_is_quiet.phpt2 Stats executed during include path resolution should be silent
/PHP-8.0/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h95 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg);
99 WORD flags, VARIANT *v, int nargs, zval *args, int silent, int allow_noarg);
H A Dcom_com.c334 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg) in php_com_invoke_helper() argument
343 if (silent == 0 && FAILED(hr)) { in php_com_invoke_helper()
590 WORD flags, VARIANT *v, int nargs, zval *args, int silent, int allow_noarg) in php_com_do_invoke_by_id() argument
619 hr = php_com_invoke_helper(obj, dispid, flags, &disp_params, v, silent, allow_noarg); in php_com_do_invoke_by_id()
/PHP-8.0/ext/mysqli/tests/
H A Dgh9841.phpt37 // now make sure the errors are thrown when not using silent mode
H A Dmysqli_change_user_old.phpt90 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
H A Dmysqli_change_user.phpt74 /* silent protocol change if no db which requires workaround in mysqlnd/libmysql
/PHP-8.0/ext/spl/
H A Dspl_directory.c287 static int spl_filesystem_file_open(spl_filesystem_object *intern, int use_include_path, int silent in spl_filesystem_file_open() argument
1859 static zend_result spl_filesystem_file_read_ex(spl_filesystem_object *intern, bool silent, zend_lon… in spl_filesystem_file_read_ex() argument
1867 if (!silent) { in spl_filesystem_file_read_ex()
1907 static inline zend_result spl_filesystem_file_read(spl_filesystem_object *intern, bool silent) in spl_filesystem_file_read() argument
1910 return spl_filesystem_file_read_ex(intern, silent, line_add); in spl_filesystem_file_read()
1941 …_filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern, int silent) /* {{{ */ in spl_filesystem_file_read_line_ex() argument
1954 if (!silent) { in spl_filesystem_file_read_line_ex()
1979 return spl_filesystem_file_read(intern, silent); in spl_filesystem_file_read_line_ex()
2015 static int spl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, int silent in spl_filesystem_file_read_line() argument
2017 int ret = spl_filesystem_file_read_line_ex(this_ptr, intern, silent); in spl_filesystem_file_read_line()
[all …]
/PHP-8.0/Zend/
H A Dzend_object_handlers.c270 … zend_get_property_offset(zend_class_entry *ce, zend_string *member, int silent, void **cache_slot… in zend_get_property_offset() argument
286 if (!silent) { in zend_get_property_offset()
331 if (!silent) { in zend_get_property_offset()
347 if (!silent) { in zend_get_property_offset()
376 …perty_info *zend_get_property_info(zend_class_entry *ce, zend_string *member, int silent) /* {{{ */ in zend_get_property_info() argument
386 if (!silent) { in zend_get_property_info()
422 if (!silent) { in zend_get_property_info()
438 if (!silent) { in zend_get_property_info()
H A Dzend_alloc.h226 ZEND_API void shutdown_memory_manager(bool silent, bool full_shutdown);
250 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, bool full_shutdown, bool silent);
H A Dzend_object_handlers.h196 …_zend_property_info *zend_get_property_info(zend_class_entry *ce, zend_string *member, int silent);
H A Dzend_API.c4351 …nd_class_entry *scope, zend_object *object, zend_string *name, zend_bool silent, zval *rv) /* {{{ … in zend_read_property_ex() argument
4358 value = object->handlers->read_property(object, name, silent?BP_VAR_IS:BP_VAR_R, NULL, rv); in zend_read_property_ex()
4365 …pe, zend_object *object, const char *name, size_t name_length, zend_bool silent, zval *rv) /* {{{ … in zend_read_property() argument
4371 value = zend_read_property_ex(scope, object, str, silent, rv); in zend_read_property()
4377 …end_read_static_property_ex(zend_class_entry *scope, zend_string *name, zend_bool silent) /* {{{ */ in zend_read_static_property_ex() argument
4383 property = zend_std_get_static_property(scope, name, silent ? BP_VAR_IS : BP_VAR_R); in zend_read_static_property_ex()
4390 …property(zend_class_entry *scope, const char *name, size_t name_length, zend_bool silent) /* {{{ */ in zend_read_static_property() argument
4393 zval *property = zend_read_static_property_ex(scope, key, silent); in zend_read_static_property()
H A Dzend_alloc.c2206 void zend_mm_shutdown(zend_mm_heap *heap, bool full, bool silent) argument
2214 if (silent) {
2239 if (!silent) {
2719 ZEND_API void shutdown_memory_manager(bool silent, bool full_shutdown) argument
2721 zend_mm_shutdown(AG(mm_heap), full_shutdown, silent);
H A Dzend_API.h406 …ty_ex(zend_class_entry *scope, zend_object *object, zend_string *name, zend_bool silent, zval *rv);
407 …try *scope, zend_object *object, const char *name, size_t name_length, zend_bool silent, zval *rv);
409 …I zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, zend_bool silent);
410 …d_static_property(zend_class_entry *scope, const char *name, size_t name_length, zend_bool silent);
/PHP-8.0/build/
H A DMakefile.global20 -@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch2041 int silent = ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION);
2103 - } else if (silent) {
2121 - } else if (silent) {
2167 - } else if (silent) {
2210 - } else if (silent) {
2249 - } else if (silent) {
2281 - } else if (silent) {

Completed in 140 milliseconds

12