| /PHP_TRUNK/main/ |
| H A D | alloca.c | 106 static char *addr = NULL; /* Address of first `dummy', once known. */ 107 auto char dummy; /* To get stack address. */ local 111 addr = ADDRESS_FUNCTION (dummy); 118 if (ADDRESS_FUNCTION (dummy) > addr)
|
| H A D | SAPI.c | 502 char dummy[SAPI_POST_BLOCK_SIZE]; local 505 while((read_bytes = sapi_module.read_post(dummy, sizeof(dummy)-1 TSRMLS_CC)) > 0) {
|
| H A D | rfc1867.c | 147 int dummy = 1; local 150 zend_hash_add(&PG(rfc1867_protected_variables), varname, strlen(varname)+1, &dummy, sizeof(int), NULL);
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_scoreboard.h | 23 char dummy[16]; member in union:fpm_scoreboard_proc_s::__anon553 52 char dummy[16]; member in union:fpm_scoreboard_s::__anon554
|
| /PHP_TRUNK/sapi/isapi/stresstest/ |
| H A D | stresstest.cpp | 919 char *var, dummy; local 925 dwLen =GetEnvironmentVariable(lpszEnvVar, &dummy, 1);
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_webp.c | 65 unsigned char dummy[1024]; local 73 n = gdGetBuf(dummy, 1024, infile);
|
| /PHP_TRUNK/ext/intl/timezone/ |
| H A D | timezone_methods.cpp | 250 zval **dummy, **zvoffset; local 251 arg3isnull = zend_get_parameters_ex(3, &dummy, &dummy, &zvoffset) 540 int dummy = 0; local 545 &locale_str, &dummy) == FAILURE) {
|
| /PHP_TRUNK/ext/com_dotnet/ |
| H A D | com_handlers.c | 267 DISPID dummy; local 276 if (FAILED(php_com_get_id_of_name(obj, name, len, &dummy TSRMLS_CC))) {
|
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_tz.c | 398 timelib_sll dummy; local 400 if ((to = fetch_timezone_offset(tz, ts, &dummy))) {
|
| /PHP_TRUNK/ext/hash/ |
| H A D | hash.c | 737 unsigned char *dummy = emalloc(hash->ops->digest_size); local 738 hash->ops->hash_final(dummy, hash->context); 739 efree(dummy);
|
| /PHP_TRUNK/ext/iconv/ |
| H A D | iconv.c | 1163 int dummy; local 1245 encoded = (char *) php_base64_encode((unsigned char *) buf, (int)(out_size - out_left), &dummy); 1246 encoded_len = (size_t)dummy; 1726 int dummy; local 1730 decoded_text = (char *)php_base64_decode((unsigned char*)encoded_text, (int)encoded_text_len, &dummy); 1731 decoded_text_len = (size_t)dummy;
|
| /PHP_TRUNK/ext/readline/ |
| H A D | readline.c | 548 zval dummy; local 551 ZVAL_NULL(&dummy); 555 call_user_function(CG(function_table), NULL, _prepped_callback, &dummy, 1, params TSRMLS_CC); local 558 zval_dtor(&dummy);
|
| /PHP_TRUNK/ext/spl/ |
| H A D | php_spl.c | 257 int dummy = 1; local 282 if (zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1, (void *)&dummy, sizeof(int), NULL)==SUCCESS) { 419 ulong dummy; local 434 zend_hash_get_current_key_ex(SPL_G(autoload_functions), &func_name, &func_name_len, &dummy, 0, &function_pos); local
|
| /PHP_TRUNK/main/streams/ |
| H A D | cast.c | 201 off_t dummy; local 203 stream->ops->seek(stream, stream->position, SEEK_SET, &dummy TSRMLS_CC);
|
| /PHP_TRUNK/sapi/apache/ |
| H A D | mod_php5.c | 326 static void php_apache_request_shutdown(void *dummy) argument 333 php_request_shutdown(dummy); 766 static void *php_create_dir(pool *p, char *dummy) argument
|
| /PHP_TRUNK/sapi/apache2filter/ |
| H A D | apache_config.c | 57 static const char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value, int status) argument 59 php_conf_rec *d = dummy; 62 phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->config))); 77 static const char *php_apache_value_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) argument 79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); 82 static const char *php_apache_admin_value_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) argument 84 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); 87 static const char *real_flag_hnd(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2, int status) argument 98 return real_value_hnd(cmd, dummy, arg1, bool_val, status); 101 static const char *php_apache_flag_handler(cmd_parms *cmd, void *dummy, cons argument 106 php_apache_admin_flag_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) argument 162 apply_config(void *dummy) argument 201 create_php_config(apr_pool_t *p, char *dummy) argument [all...] |
| /PHP_TRUNK/sapi/apache2handler/ |
| H A D | apache_config.c | 57 static const char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value, int status) argument 59 php_conf_rec *d = dummy; 62 phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->config))); 77 static const char *php_apache_value_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) argument 79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); 82 static const char *php_apache_admin_value_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) argument 84 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); 87 static const char *real_flag_hnd(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2, int status) argument 98 return real_value_hnd(cmd, dummy, arg1, bool_val, status); 101 static const char *php_apache_flag_handler(cmd_parms *cmd, void *dummy, cons argument 106 php_apache_admin_flag_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) argument 184 apply_config(void *dummy) argument 224 create_php_config(apr_pool_t *p, char *dummy) argument [all...] |
| /PHP_TRUNK/sapi/thttpd/ |
| H A D | thttpd.c | 600 static void *worker_thread(void *dummy) argument
|
| /PHP_TRUNK/ext/phar/ |
| H A D | dirstream.c | 154 void *dummy = (char *) 1; local 156 return zend_hash_update(ht, arKey, nKeyLength, (void *) &dummy, sizeof(void *), NULL);
|
| H A D | util.c | 734 * Create a new dummy file slot within a writeable phar for a newly created file 925 phar_entry_data dummy; local 958 dummy.internal_file = entry; 959 dummy.phar = phar; 960 dummy.zero = entry->offset; 961 dummy.fp = phar_get_pharfp(phar TSRMLS_CC); 962 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1 TSRMLS_CC)) { 976 dummy.internal_file = entry; 977 dummy.phar = phar; 978 dummy [all...] |
| /PHP_TRUNK/ext/intl/calendar/ |
| H A D | calendar_methods.cpp | 54 int dummy; local 60 &zv_timezone, &locale_str, &dummy) == FAILURE) { 543 zval *dummy; /* we know it's null */ local 545 getThis(), "O|z", &object, Calendar_ce_ptr, &dummy) == FAILURE) {
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_execute_API.c | 60 static void zend_handle_sigsegv(int dummy) /* {{{ */ argument 84 original_sigsegv_handler(dummy); 1026 char dummy = 1; local 1073 if (zend_hash_quick_add(EG(in_autoload), lc_name, lc_length, hash, (void**)&dummy, sizeof(char), NULL) == FAILURE) { 1316 ZEND_API void zend_timeout(int dummy) /* {{{ */ argument
|
| H A D | zend_hash.c | 361 void *dummy = (void *) 1; local 363 return zend_hash_add(ht, arKey, nKeyLength, &dummy, sizeof(void *), NULL);
|
| H A D | zend_language_scanner.c | 632 int dummy = 1; local 638 zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1, (void *)&dummy, sizeof(int), NULL);
|
| /PHP_TRUNK/ext/intl/breakiterator/ |
| H A D | breakiterator_methods.cpp | 49 int dummy; local 55 &locale_str, &dummy) == FAILURE) {
|