| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | btree_rb.c | 961 int dummy; local 963 memRbtreeNext(pCur, &dummy); 964 assert( dummy == 0 );
|
| H A D | insert.c | 239 SrcList dummy; local 245 dummy.nSrc = 0; 247 if( sqliteExprResolveIds(pParse, &dummy, 0, pList->a[i].pExpr) ){
|
| H A D | select.c | 119 static Token dummy = { 0, 0 }; local 121 if( pB==0 ){ pB = &dummy; zSp1 = 0; } 122 if( pC==0 ){ pC = &dummy; zSp2 = 0; } 157 Token dummy; local 162 dummy.z = zCol; 163 dummy.n = strlen(zCol); 164 dummy.dyn = 0; 165 pE1a = sqliteExpr(TK_ID, 0, 0, &dummy); 166 pE2a = sqliteExpr(TK_ID, 0, 0, &dummy); 167 dummy [all...] |
| /PHP_5_3/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 | 420 char dummy[SAPI_POST_BLOCK_SIZE]; local 423 while((read_bytes = sapi_module.read_post(dummy, sizeof(dummy)-1 TSRMLS_CC)) > 0) {
|
| H A D | rfc1867.c | 215 int dummy = 1; local 218 zend_hash_add(&PG(rfc1867_protected_variables), varname, strlen(varname)+1, &dummy, sizeof(int), NULL);
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_scoreboard.h | 23 char dummy[16]; member in union:fpm_scoreboard_proc_s::__anon523 52 char dummy[16]; member in union:fpm_scoreboard_s::__anon524
|
| /PHP_5_3/sapi/isapi/stresstest/ |
| H A D | stresstest.cpp | 919 char *var, dummy; local 925 dwLen =GetEnvironmentVariable(lpszEnvVar, &dummy, 1);
|
| /PHP_5_3/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_3/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_3/ext/hash/ |
| H A D | hash.c | 594 unsigned char *dummy = emalloc(hash->ops->digest_size); local 595 hash->ops->hash_final(dummy, hash->context); 596 efree(dummy);
|
| /PHP_5_3/ext/readline/ |
| H A D | readline.c | 533 zval dummy; local 536 ZVAL_NULL(&dummy); 540 call_user_function(CG(function_table), NULL, _prepped_callback, &dummy, 1, params TSRMLS_CC); local 543 zval_dtor(&dummy);
|
| /PHP_5_3/ext/session/ |
| H A D | mod_user.c | 87 static char dummy = 0; local 107 PS_SET_MOD_DATA(&dummy);
|
| /PHP_5_3/ext/spl/ |
| H A D | php_spl.c | 226 int dummy = 1; local 251 if (zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1, (void *)&dummy, sizeof(int), NULL)==SUCCESS) { 388 ulong dummy; local 403 zend_hash_get_current_key_ex(SPL_G(autoload_functions), &func_name, &func_name_len, &dummy, 0, &function_pos); local
|
| /PHP_5_3/ext/standard/ |
| H A D | html.c | 1424 void *dummy; local 1472 if (zend_hash_find(Z_ARRVAL_P(return_value), (const char*)ind, written+1, &dummy) == FAILURE) { 1489 if (zend_hash_find(Z_ARRVAL_P(return_value), (const char*)ind, 2, &dummy) == FAILURE) {
|
| /PHP_5_3/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_3/sapi/apache/ |
| H A D | mod_php5.c | 331 static void php_apache_request_shutdown(void *dummy) argument 338 php_request_shutdown(dummy); 770 static void *php_create_dir(pool *p, char *dummy) argument
|
| /PHP_5_3/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_3/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_3/sapi/thttpd/ |
| H A D | thttpd.c | 600 static void *worker_thread(void *dummy) argument
|
| /PHP_5_3/Zend/ |
| H A D | zend.c | 1253 int dummy = 1; local 1254 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); 1055 char dummy = 1; local 1092 if (zend_hash_quick_add(EG(in_autoload), lc_name, lc_length, hash, (void**)&dummy, sizeof(char), NULL) == FAILURE) { 1329 ZEND_API void zend_timeout(int dummy) /* {{{ */ argument
|
| H A D | zend_hash.c | 344 void *dummy = (void *) 1; local 346 return zend_hash_add(ht, arKey, nKeyLength, &dummy, sizeof(void *), NULL);
|
| H A D | zend_language_scanner.c | 411 int dummy = 1; local 417 zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1, (void *)&dummy, sizeof(int), NULL);
|
| /PHP_5_3/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);
|