| /PHP_TRUNK/ext/com_dotnet/ |
| H A D | com_com.c | 341 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg TSRMLS_DC) 350 if (silent == 0 && FAILED(hr)) { 586 WORD flags, VARIANT *v, int nargs, zval **args, int silent, int allow_noarg TSRMLS_DC) 615 hr = php_com_invoke_helper(obj, dispid, flags, &disp_params, v, silent, allow_noarg TSRMLS_CC); 340 php_com_invoke_helper(php_com_dotnet_object *obj, DISPID id_member, WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg TSRMLS_DC) argument 585 php_com_do_invoke_by_id(php_com_dotnet_object *obj, DISPID dispid, WORD flags, VARIANT *v, int nargs, zval **args, int silent, int allow_noarg TSRMLS_DC) argument
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_auth.c | 162 const zend_bool silent, 215 auth_packet->silent = silent; 155 mysqlnd_auth_change_user(MYSQLND_CONN_DATA * const conn, const char * const user, const size_t user_len, const char * const passwd, const size_t passwd_len, const char * const db, const size_t db_len, const zend_bool silent, zend_bool use_full_blown_auth_packet, const char * const auth_protocol, zend_uchar * auth_plugin_data, size_t auth_plugin_data_len, char ** switch_to_auth_protocol, size_t * switch_to_auth_protocol_len, zend_uchar ** switch_to_auth_protocol_data, size_t * switch_to_auth_protocol_data_len TSRMLS_DC) argument
|
| H A D | mysqlnd_wireprotocol.h | 105 zend_bool silent; member in struct:st_mysqlnd_packet_auth
|
| H A D | mysqlnd.c | 216 zend_bool silent, enum php_mysqlnd_server_command command, 222 DBG_INF_FMT("silent=%u packet=%u command=%s", silent, ok_packet, mysqlnd_command_to_text[command]); 232 if (!silent) { 279 if (!silent) { 290 if (!silent) { 315 const zend_uchar * const arg, size_t arg_len, zend_bool silent, zend_bool ignore_upsert_status TSRMLS_DC) 321 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); 358 if (!silent) { 514 mysqlnd_run_authentication( MYSQLND_CONN_DATA * conn, const char * const user, const char * const passwd, const size_t passwd_len, const char * const db, const size_t db_len, const zend_uchar * const auth_plugin_data, const size_t auth_plugin_data_len, const char * const auth_protocol, unsigned int charset_no, const MYSQLND_OPTIONS * const options, unsigned long mysql_flags, zend_bool silent, zend_bool is_change_user TSRMLS_DC) argument [all...] |
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | compress.c | 71 int silent; member in struct:__anon17 422 if (compr[method].silent)
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_object_handlers.c | 270 static zend_always_inline struct _zend_property_info *zend_get_property_info_quick(zend_class_entry *ce, zval *member, int silent, const zend_literal *key TSRMLS_DC) /* {{{ */ argument 282 if (!silent) { 306 if (UNEXPECTED((property_info->flags & ZEND_ACC_STATIC) != 0) && !silent) { 332 if (!silent) { 355 ZEND_API struct _zend_property_info *zend_get_property_info(zend_class_entry *ce, zval *member, int silent TSRMLS_DC) /* {{{ */ 357 return zend_get_property_info_quick(ce, member, silent, NULL TSRMLS_CC); 429 int silent; local 431 silent = (type == BP_VAR_IS); 448 /* make zend_get_property_info silent if we have getter - we may want to use it */ 449 property_info = zend_get_property_info_quick(zobj->ce, member, silent || (zob 1239 zend_std_get_static_property(zend_class_entry *ce, const char *property_name, int property_name_len, zend_bool silent, const zend_literal *key TSRMLS_DC) argument [all...] |
| H A D | zend_alloc.c | 1335 static int zend_mm_check_ptr(zend_mm_heap *heap, void *ptr, int silent ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) 1342 if (silent==2) { 1343 silent = 1; 1345 } else if (silent==3) { 1346 silent = 0; 1349 if (!silent) { 1366 if (silent) { 1375 if (!silent) { 1385 if (!silent) { 1394 if (!silent) { 2716 shutdown_memory_manager(int silent, int full_shutdown TSRMLS_DC) argument [all...] |