tmp_str 117 ext/mysqli/mysqli_api.c smart_str tmp_str = {0, 0, 0}; tmp_str 118 ext/mysqli/mysqli_api.c mysqli_tx_cor_options_to_string(conn, &tmp_str, mode); tmp_str 119 ext/mysqli/mysqli_api.c smart_str_0(&tmp_str); tmp_str 127 ext/mysqli/mysqli_api.c name_esc? name_esc:"", tmp_str.c? tmp_str.c:""); tmp_str 128 ext/mysqli/mysqli_api.c smart_str_free(&tmp_str); tmp_str 1072 ext/mysqli/mysqli_nonapi.c smart_str tmp_str = {0, 0, 0}; tmp_str 1074 ext/mysqli/mysqli_nonapi.c if (tmp_str.len) { tmp_str 1075 ext/mysqli/mysqli_nonapi.c smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); tmp_str 1077 ext/mysqli/mysqli_nonapi.c smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1); tmp_str 1084 ext/mysqli/mysqli_nonapi.c if (tmp_str.len) { tmp_str 1085 ext/mysqli/mysqli_nonapi.c smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); tmp_str 1087 ext/mysqli/mysqli_nonapi.c smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1); tmp_str 1089 ext/mysqli/mysqli_nonapi.c if (tmp_str.len) { tmp_str 1090 ext/mysqli/mysqli_nonapi.c smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); tmp_str 1092 ext/mysqli/mysqli_nonapi.c smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1); tmp_str 1095 ext/mysqli/mysqli_nonapi.c smart_str_0(&tmp_str); tmp_str 1101 ext/mysqli/mysqli_nonapi.c name_esc? name_esc:"", tmp_str.c? tmp_str.c:""); tmp_str 1103 ext/mysqli/mysqli_nonapi.c smart_str_free(&tmp_str); tmp_str 2798 ext/mysqlnd/mysqlnd.c smart_str tmp_str = {0, 0, 0}; tmp_str 2799 ext/mysqlnd/mysqlnd.c conn->m->tx_cor_options_to_string(conn, &tmp_str, flags TSRMLS_CC); tmp_str 2800 ext/mysqlnd/mysqlnd.c smart_str_0(&tmp_str); tmp_str 2809 ext/mysqlnd/mysqlnd.c name_esc? name_esc:"", tmp_str.c? tmp_str.c:""); tmp_str 2810 ext/mysqlnd/mysqlnd.c smart_str_free(&tmp_str); tmp_str 2842 ext/mysqlnd/mysqlnd.c smart_str tmp_str = {0, 0, 0}; tmp_str 2844 ext/mysqlnd/mysqlnd.c if (tmp_str.len) { tmp_str 2845 ext/mysqlnd/mysqlnd.c smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); tmp_str 2847 ext/mysqlnd/mysqlnd.c smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1); tmp_str 2853 ext/mysqlnd/mysqlnd.c smart_str_free(&tmp_str); tmp_str 2856 ext/mysqlnd/mysqlnd.c if (tmp_str.len) { tmp_str 2857 ext/mysqlnd/mysqlnd.c smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); tmp_str 2859 ext/mysqlnd/mysqlnd.c smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1); tmp_str 2861 ext/mysqlnd/mysqlnd.c if (tmp_str.len) { tmp_str 2862 ext/mysqlnd/mysqlnd.c smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); tmp_str 2864 ext/mysqlnd/mysqlnd.c smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1); tmp_str 2867 ext/mysqlnd/mysqlnd.c smart_str_0(&tmp_str); tmp_str 2872 ext/mysqlnd/mysqlnd.c unsigned int query_len = mnd_sprintf(&query, 0, "START TRANSACTION%s %s", name_esc? name_esc:"", tmp_str.c? tmp_str.c:""); tmp_str 2873 ext/mysqlnd/mysqlnd.c smart_str_free(&tmp_str); tmp_str 585 ext/mysqlnd/mysqlnd_alloc.c smart_str tmp_str = {0, 0, 0}; tmp_str 597 ext/mysqlnd/mysqlnd_alloc.c smart_str_appendc(&tmp_str, *p); tmp_str 600 ext/mysqlnd/mysqlnd_alloc.c ret = (persistent) ? __zend_malloc(tmp_str.len + sizeof(size_t)) : _emalloc(REAL_SIZE(tmp_str.len + sizeof(size_t)) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC); tmp_str 601 ext/mysqlnd/mysqlnd_alloc.c memcpy(FAKE_PTR(ret), tmp_str.c, tmp_str.len); tmp_str 604 ext/mysqlnd/mysqlnd_alloc.c *(size_t *) ret = tmp_str.len; tmp_str 607 ext/mysqlnd/mysqlnd_alloc.c smart_str_free(&tmp_str); tmp_str 166 ext/mysqlnd/php_mysqlnd.c smart_str tmp_str = {0, 0, 0}; tmp_str 167 ext/mysqlnd/php_mysqlnd.c mysqlnd_plugin_apply_with_argument(mysqlnd_minfo_dump_loaded_plugins, &tmp_str); tmp_str 168 ext/mysqlnd/php_mysqlnd.c smart_str_0(&tmp_str); tmp_str 169 ext/mysqlnd/php_mysqlnd.c php_info_print_table_row(2, "Loaded plugins", tmp_str.c); tmp_str 170 ext/mysqlnd/php_mysqlnd.c smart_str_free(&tmp_str); tmp_str 172 ext/mysqlnd/php_mysqlnd.c mysqlnd_minfo_dump_api_plugins(&tmp_str TSRMLS_CC); tmp_str 173 ext/mysqlnd/php_mysqlnd.c smart_str_0(&tmp_str); tmp_str 174 ext/mysqlnd/php_mysqlnd.c php_info_print_table_row(2, "API Extensions", tmp_str.c); tmp_str 175 ext/mysqlnd/php_mysqlnd.c smart_str_free(&tmp_str); tmp_str 2318 ext/standard/string.c zval **tmp_str = NULL, **tmp_from = NULL, **tmp_repl = NULL, **tmp_len= NULL; tmp_str 2450 ext/standard/string.c while (zend_hash_get_current_data_ex(Z_ARRVAL_PP(str), (void **) &tmp_str, &pos_str) == SUCCESS) { tmp_str 2456 ext/standard/string.c if(Z_TYPE_PP(tmp_str) != IS_STRING) { tmp_str 2457 ext/standard/string.c dummy = **tmp_str; tmp_str 2462 ext/standard/string.c orig_str = *tmp_str; tmp_str 2591 ext/standard/string.c if(Z_TYPE_PP(tmp_str) != IS_STRING) { tmp_str 358 ext/standard/var.c char *key, *tmp_str; tmp_str 361 ext/standard/var.c tmp_str = php_str_to_str_ex(key, key_len, "\0", 1, "' . \"\\0\" . '", 12, &tmp_len, 0, NULL); tmp_str 366 ext/standard/var.c smart_str_appendl(buf, tmp_str, tmp_len); tmp_str 370 ext/standard/var.c efree(tmp_str); tmp_str 419 ext/standard/var.c char *tmp_str, *tmp_str2; tmp_str 439 ext/standard/var.c tmp_len = spprintf(&tmp_str, 0,"%.*H", PG(serialize_precision), Z_DVAL_PP(struc)); tmp_str 440 ext/standard/var.c smart_str_appendl(buf, tmp_str, tmp_len); tmp_str 441 ext/standard/var.c efree(tmp_str); tmp_str 444 ext/standard/var.c tmp_str = php_addcslashes(Z_STRVAL_PP(struc), Z_STRLEN_PP(struc), &tmp_len, 0, "'\\", 2 TSRMLS_CC); tmp_str 445 ext/standard/var.c tmp_str2 = php_str_to_str_ex(tmp_str, tmp_len, "\0", 1, "' . \"\\0\" . '", 12, &tmp_len2, 0, NULL); tmp_str 452 ext/standard/var.c efree(tmp_str);