| /PHP_5_4/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_5_4/sapi/fpm/fpm/ |
| H A D | fpm_scoreboard.h | 23 char dummy[16]; member in union:fpm_scoreboard_proc_s::__anon540 52 char dummy[16]; member in union:fpm_scoreboard_s::__anon541
|
| /PHP_5_4/sapi/isapi/stresstest/ |
| H A D | stresstest.cpp | 919 char *var, dummy; local 925 dwLen =GetEnvironmentVariable(lpszEnvVar, &dummy, 1);
|
| /PHP_5_4/ext/gd/libgd/ |
| H A D | gd_webp.c | 65 unsigned char dummy[1024]; local 73 n = gdGetBuf(dummy, 1024, infile);
|
| /PHP_5_4/Zend/ |
| 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.c | 1309 int dummy = 1; local 1310 zend_hash_add(&EG(included_files), file_handle->opened_path, strlen(file_handle->opened_path) + 1, (void *)&dummy, sizeof(int), NULL);
|
| H A D | zend_execute_API.c | 59 static void zend_handle_sigsegv(int dummy) /* {{{ */ argument 83 original_sigsegv_handler(dummy); 1044 char dummy = 1; local 1091 if (zend_hash_quick_add(EG(in_autoload), lc_name, lc_length, hash, (void**)&dummy, sizeof(char), NULL) == FAILURE) { 1334 ZEND_API void zend_timeout(int dummy) /* {{{ */ argument
|
| H A D | zend_language_scanner.c | 630 int dummy = 1; local 636 zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1, (void *)&dummy, sizeof(int), NULL);
|
| /PHP_5_4/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_5_4/ext/date/lib/ |
| H A D | parse_tz.c | 398 timelib_sll dummy; local 400 if ((to = fetch_timezone_offset(tz, ts, &dummy))) {
|
| /PHP_5_4/ext/hash/ |
| H A D | hash.c | 602 unsigned char *dummy = emalloc(hash->ops->digest_size); local 603 hash->ops->hash_final(dummy, hash->context); 604 efree(dummy);
|
| /PHP_5_4/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_5_4/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_5_4/ext/soap/ |
| H A D | php_encoding.c | 1388 xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); local 1389 xmlNodeSetContent(dummy, BAD_CAST(model->u.element->fixed)); 1390 val = master_to_zval(model->u.element->encode, dummy TSRMLS_CC); 1391 xmlFreeNode(dummy); 1393 xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); local 1394 xmlNodeSetContent(dummy, BAD_CAST(model->u.element->def)); 1395 val = master_to_zval(model->u.element->encode, dummy TSRMLS_CC); 1396 xmlFreeNode(dummy); 1413 xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); local 1414 xmlNodeSetContent(dummy, BAD_CAS 1418 xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); local 1618 xmlNodePtr dummy, text; local 2010 xmlNodePtr dummy; local 3122 xmlNodePtr dummy = master_to_xml(list_enc, *tmp, SOAP_LITERAL, ret TSRMLS_CC); local 3152 xmlNodePtr dummy; local [all...] |
| /PHP_5_4/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_5_4/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_5_4/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_5_4/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_5_4/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_5_4/sapi/apache_hooks/ |
| H A D | mod_php5.c | 450 static void php_apache_request_shutdown(void *dummy) argument 457 php_request_shutdown(dummy); 836 static void *php_create_server(pool *p, char *dummy) argument 852 static void *php_create_dir(pool *p, char *dummy) argument 991 static CONST_PREFIX char *php_set_uri_handler(cmd_parms *cmd, void *dummy, char *arg1) argument 998 static CONST_PREFIX char *php_set_uri_handler_code(cmd_parms *cmd, void *dummy, char *arg1) argument 1097 static CONST_PREFIX char *php_set_require(cmd_parms *cmd, void *dummy, char *arg1) argument
|
| /PHP_5_4/sapi/thttpd/ |
| H A D | thttpd.c | 600 static void *worker_thread(void *dummy) argument
|
| /PHP_5_4/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...] |