tmp1 1034 ext/ldap/ldap.c zval *tmp1, *tmp2; tmp1 1069 ext/ldap/ldap.c MAKE_STD_ZVAL(tmp1); tmp1 1070 ext/ldap/ldap.c array_init(tmp1); tmp1 1088 ext/ldap/ldap.c zend_hash_update(Z_ARRVAL_P(tmp1), php_strtolower(attribute, attr_len), attr_len+1, (void *) &tmp2, sizeof(zval *), NULL); tmp1 1089 ext/ldap/ldap.c add_index_string(tmp1, num_attrib, attribute, 1); tmp1 1103 ext/ldap/ldap.c add_assoc_long(tmp1, "count", num_attrib); tmp1 1105 ext/ldap/ldap.c add_assoc_string(tmp1, "dn", dn, 1); tmp1 1112 ext/ldap/ldap.c zend_hash_index_update(Z_ARRVAL_P(return_value), num_entries, (void *) &tmp1, sizeof(zval *), NULL); tmp1 483 ext/mcrypt/mcrypt.c smart_str tmp1 = {0}; tmp1 488 ext/mcrypt/mcrypt.c smart_str_appends(&tmp1, "none"); tmp1 491 ext/mcrypt/mcrypt.c smart_str_appends(&tmp1, modules[i]); tmp1 492 ext/mcrypt/mcrypt.c smart_str_appendc(&tmp1, ' '); tmp1 494 ext/mcrypt/mcrypt.c smart_str_0(&tmp1); tmp1 515 ext/mcrypt/mcrypt.c php_info_print_table_row(2, "Supported ciphers", tmp1.c); tmp1 517 ext/mcrypt/mcrypt.c smart_str_free(&tmp1); tmp1 463 ext/standard/crypt_blowfish.c tmp1 = L & 0xFF; \ tmp1 469 ext/standard/crypt_blowfish.c tmp1 = data.ctx.S[3][tmp1]; \ tmp1 475 ext/standard/crypt_blowfish.c tmp3 += tmp1; \ tmp1 482 ext/standard/crypt_blowfish.c tmp1 = L & 0xFF; \ tmp1 483 ext/standard/crypt_blowfish.c tmp1 <<= 2; \ tmp1 490 ext/standard/crypt_blowfish.c tmp1 = BF_INDEX(data.ctx.S[3], tmp1); \ tmp1 496 ext/standard/crypt_blowfish.c tmp3 += tmp1; \ tmp1 670 ext/standard/crypt_blowfish.c BF_word tmp1, tmp2, tmp3, tmp4; tmp1 745 ext/standard/crypt_blowfish.c tmp1 = data.binary.salt[0]; tmp1 750 ext/standard/crypt_blowfish.c data.ctx.P[i] ^= tmp1; tmp1 755 ext/standard/crypt_blowfish.c data.ctx.P[16] ^= tmp1; tmp1 903 ext/standard/info.c char **env, *tmp1, *tmp2; tmp1 1089 ext/standard/info.c tmp1 = estrdup(*env); tmp1 1090 ext/standard/info.c if (!(tmp2=strchr(tmp1,'='))) { /* malformed entry? */ tmp1 1091 ext/standard/info.c efree(tmp1); tmp1 1096 ext/standard/info.c php_info_print_table_row(2, tmp1, tmp2); tmp1 1097 ext/standard/info.c efree(tmp1); tmp1 327 sapi/apache2filter/php_functions.c smart_str tmp1 = {0}; tmp1 334 sapi/apache2filter/php_functions.c smart_str_appendl(&tmp1, s, (p - s)); tmp1 336 sapi/apache2filter/php_functions.c smart_str_appends(&tmp1, s); tmp1 338 sapi/apache2filter/php_functions.c smart_str_appendc(&tmp1, ' '); tmp1 340 sapi/apache2filter/php_functions.c if ((tmp1.len - 1) >= 0) { tmp1 341 sapi/apache2filter/php_functions.c tmp1.c[tmp1.len - 1] = '\0'; tmp1 348 sapi/apache2filter/php_functions.c php_info_print_table_row(2, "Loaded Modules", tmp1.c); tmp1 349 sapi/apache2filter/php_functions.c smart_str_free(&tmp1); tmp1 369 sapi/apache2handler/php_functions.c smart_str tmp1 = {0}; tmp1 385 sapi/apache2handler/php_functions.c smart_str_appendl(&tmp1, s, (p - s)); tmp1 387 sapi/apache2handler/php_functions.c smart_str_appends(&tmp1, s); tmp1 389 sapi/apache2handler/php_functions.c smart_str_appendc(&tmp1, ' '); tmp1 391 sapi/apache2handler/php_functions.c if ((tmp1.len - 1) >= 0) { tmp1 392 sapi/apache2handler/php_functions.c tmp1.c[tmp1.len - 1] = '\0'; tmp1 429 sapi/apache2handler/php_functions.c php_info_print_table_row(2, "Loaded Modules", tmp1.c); tmp1 431 sapi/apache2handler/php_functions.c smart_str_free(&tmp1);