Home
last modified time | relevance | path

Searched defs:silent (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dfsmagic.c94 int silent = ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION); in file_fsmagic() local
/php-src/ext/com_dotnet/
H A Dcom_com.c333 WORD flags, DISPPARAMS *disp_params, VARIANT *v, bool silent, bool allow_noarg) in php_com_invoke_helper()
585 WORD flags, VARIANT *v, int nargs, zval *args, bool silent, bool allow_noarg) in php_com_do_invoke_by_id()
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c443 …har *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, bool silent) { in phpdbg_parse_variable()
447 …parse_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, bool silent, void *arg) { in phpdbg_parse_variable_with_arg()
H A Dphpdbg_watch.c1326 …ar *input, size_t len, HashTable *parent, size_t i, phpdbg_watch_parse_struct *info, bool silent) {
/php-src/ext/spl/
H A Dspl_directory.c1867 static zend_result spl_filesystem_file_read_ex(spl_filesystem_object *intern, bool silent, zend_lon… in spl_filesystem_file_read_ex()
1915 static inline zend_result spl_filesystem_file_read(spl_filesystem_object *intern, bool silent, bool… in spl_filesystem_file_read()
1931 …ect *intern, char delimiter, char enclosure, int escape, zval *return_value, bool silent) /* {{{ */ in spl_filesystem_file_read_csv()
1960 …filesystem_file_read_line_ex(zval * this_ptr, spl_filesystem_object *intern, bool silent) /* {{{ */ in spl_filesystem_file_read_line_ex()
2002 …pl_filesystem_file_read_line(zval * this_ptr, spl_filesystem_object *intern, bool silent) /* {{{ */ in spl_filesystem_file_read_line()
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c48 const bool silent, in mysqlnd_run_authentication()
371 const bool silent, in mysqlnd_auth_change_user()
H A Dmysqlnd.h97 #define mysqlnd_change_user(conn, user, passwd, db, silent) ((conn)->data)->m->change_user((con… argument
98 #define mysqlnd_change_user_ex(conn, user, passwd, db, silent, passwd_len) ((conn)->data)->m->chang… argument
H A Dmysqlnd_wireprotocol.h95 bool silent; member
H A Dmysqlnd_wireprotocol.c613 const unsigned int silent = packet->silent; in php_mysqlnd_auth_write() local
/php-src/Zend/
H A Dzend_object_handlers.c315 …_t zend_get_property_offset(zend_class_entry *ce, zend_string *member, int silent, void **cache_sl… in zend_get_property_offset()
421 …info *zend_get_property_info(const zend_class_entry *ce, zend_string *member, int silent) /* {{{ */ in zend_get_property_info()
H A Dzend_API.c5033 …ty_ex(zend_class_entry *scope, zend_object *object, zend_string *name, bool silent, zval *rv) /* {… in zend_read_property_ex()
5047 …try *scope, zend_object *object, const char *name, size_t name_length, bool silent, zval *rv) /* {… in zend_read_property()
5059 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, bool silent in zend_read_static_property_ex()
5072 …atic_property(zend_class_entry *scope, const char *name, size_t name_length, bool silent) /* {{{ */ in zend_read_static_property()
H A Dzend_alloc.c2267 void zend_mm_shutdown(zend_mm_heap *heap, bool full, bool silent)
2771 ZEND_API void shutdown_memory_manager(bool silent, bool full_shutdown)
/php-src/ext/standard/
H A Darray.c6197 …_keys(php_random_algo_with_state engine, zval *input, zend_long num_req, zval *retval, bool silent)

Completed in 98 milliseconds