tmp1 1050 ext/ldap/ldap.c zval tmp1, tmp2; tmp1 1089 ext/ldap/ldap.c array_init(&tmp1); tmp1 1106 ext/ldap/ldap.c zend_hash_str_update(Z_ARRVAL(tmp1), php_strtolower(attribute, attr_len), attr_len, &tmp2); tmp1 1107 ext/ldap/ldap.c add_index_string(&tmp1, num_attrib, attribute); tmp1 1121 ext/ldap/ldap.c add_assoc_long(&tmp1, "count", num_attrib); tmp1 1123 ext/ldap/ldap.c add_assoc_string(&tmp1, "dn", dn); tmp1 1130 ext/ldap/ldap.c zend_hash_index_update(Z_ARRVAL_P(return_value), num_entries, &tmp1); tmp1 454 ext/mcrypt/mcrypt.c smart_str tmp1 = {0}; tmp1 459 ext/mcrypt/mcrypt.c smart_str_appends(&tmp1, "none"); tmp1 462 ext/mcrypt/mcrypt.c smart_str_appends(&tmp1, modules[i]); tmp1 463 ext/mcrypt/mcrypt.c smart_str_appendc(&tmp1, ' '); tmp1 465 ext/mcrypt/mcrypt.c smart_str_0(&tmp1); tmp1 486 ext/mcrypt/mcrypt.c php_info_print_table_row(2, "Supported ciphers", ZSTR_VAL(tmp1.s)); tmp1 488 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 824 ext/standard/info.c char **env, *tmp1, *tmp2; tmp1 1009 ext/standard/info.c tmp1 = estrdup(*env); tmp1 1010 ext/standard/info.c if (!(tmp2=strchr(tmp1,'='))) { /* malformed entry? */ tmp1 1011 ext/standard/info.c efree(tmp1); tmp1 1016 ext/standard/info.c php_info_print_table_row(2, tmp1, tmp2); tmp1 1017 ext/standard/info.c efree(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.s) { tmp1 392 sapi/apache2handler/php_functions.c if (tmp1.s->len > 0) { tmp1 393 sapi/apache2handler/php_functions.c tmp1.s->val[tmp1.s->len - 1] = '\0'; tmp1 395 sapi/apache2handler/php_functions.c tmp1.s->val[0] = '\0'; tmp1 433 sapi/apache2handler/php_functions.c php_info_print_table_row(2, "Loaded Modules", tmp1.s->val); tmp1 435 sapi/apache2handler/php_functions.c smart_str_free(&tmp1);