Home
last modified time | relevance | path

Searched refs:tmp_buff_size (Results 1 – 22 of 22) sorted by relevance

/dports/games/tuxracer/tuxracer-0.61/src/
H A Dos_util.c77 int tmp_buff_size = BUFF_LEN; in get_os_version() local
96 if ( !append_to_buff( &ptr, &tmp_buff_size, in get_os_version()
104 if ( !append_to_buff( &ptr, &tmp_buff_size, in get_os_version()
125 tmp_buff_size -= len; in get_os_version()
136 if ( !append_to_buff( &ptr, &tmp_buff_size, in get_os_version()
142 if ( !append_to_buff( &ptr, &tmp_buff_size, in get_os_version()
149 if ( !append_to_buff( &ptr, &tmp_buff_size, in get_os_version()
157 if ( !append_to_buff( &ptr, &tmp_buff_size, in get_os_version()
163 if ( !append_to_buff( &ptr, &tmp_buff_size, in get_os_version()
172 len = snprintf(ptr, tmp_buff_size, " (Build %d)", in get_os_version()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmesh_remap.c610 size_t tmp_buff_size = MREMAP_DEFAULT_BUFSIZE; in BKE_mesh_remap_calc_verts_from_mesh() local
611 float(*vcos)[3] = MEM_mallocN(sizeof(*vcos) * tmp_buff_size, __func__); in BKE_mesh_remap_calc_verts_from_mesh()
612 int *indices = MEM_mallocN(sizeof(*indices) * tmp_buff_size, __func__); in BKE_mesh_remap_calc_verts_from_mesh()
613 float *weights = MEM_mallocN(sizeof(*weights) * tmp_buff_size, __func__); in BKE_mesh_remap_calc_verts_from_mesh()
636 &tmp_buff_size, in BKE_mesh_remap_calc_verts_from_mesh()
674 &tmp_buff_size, in BKE_mesh_remap_calc_verts_from_mesh()
689 &tmp_buff_size, in BKE_mesh_remap_calc_verts_from_mesh()
H A Dcustomdata.c4955 size_t tmp_buff_size = 32; in CustomData_data_transfer() local
4964 tmp_data_src = MEM_malloc_arrayN(tmp_buff_size, sizeof(*tmp_data_src), __func__); in CustomData_data_transfer()
4994 if (UNLIKELY(sources_num > tmp_buff_size)) { in CustomData_data_transfer()
4995 tmp_buff_size = (size_t)sources_num; in CustomData_data_transfer()
4996 tmp_data_src = MEM_reallocN((void *)tmp_data_src, sizeof(*tmp_data_src) * tmp_buff_size); in CustomData_data_transfer()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dhandler.cc4175 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
4182 tmp_buff_size, in ha_init_key_cache()
4199 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
4205 tmp_buff_size, in ha_resize_key_cache()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dhandler.cc5318 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
5327 tmp_buff_size, in ha_init_key_cache()
5346 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
5353 tmp_buff_size, in ha_resize_key_cache()
5390 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_repartition_key_cache() local
5398 tmp_buff_size, in ha_repartition_key_cache()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dhandler.cc5318 size_t tmp_buff_size= (size_t) key_cache->param_buff_size;
5327 tmp_buff_size,
5346 size_t tmp_buff_size= (size_t) key_cache->param_buff_size;
5353 tmp_buff_size,
5390 size_t tmp_buff_size= (size_t) key_cache->param_buff_size;
5398 tmp_buff_size,
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dhandler.cc5255 size_t tmp_buff_size= (size_t) key_cache->param_buff_size;
5264 tmp_buff_size,
5283 size_t tmp_buff_size= (size_t) key_cache->param_buff_size;
5290 tmp_buff_size,
5327 size_t tmp_buff_size= (size_t) key_cache->param_buff_size;
5335 tmp_buff_size,
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dhandler.cc5255 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
5264 tmp_buff_size, in ha_init_key_cache()
5283 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
5290 tmp_buff_size, in ha_resize_key_cache()
5327 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_repartition_key_cache() local
5335 tmp_buff_size, in ha_repartition_key_cache()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dhandler.cc5624 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
5633 tmp_buff_size, in ha_init_key_cache()
5652 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
5659 tmp_buff_size, in ha_resize_key_cache()
5696 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_repartition_key_cache() local
5704 tmp_buff_size, in ha_repartition_key_cache()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dhandler.cc5624 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
5633 tmp_buff_size, in ha_init_key_cache()
5652 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
5659 tmp_buff_size, in ha_resize_key_cache()
5696 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_repartition_key_cache() local
5704 tmp_buff_size, in ha_repartition_key_cache()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dhandler.cc5284 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
5291 tmp_buff_size, in ha_init_key_cache()
5308 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
5314 tmp_buff_size, in ha_resize_key_cache()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dhandler.cc5143 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
5150 tmp_buff_size, in ha_init_key_cache()
5167 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
5173 tmp_buff_size, in ha_resize_key_cache()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dhandler.cc5638 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
5645 tmp_buff_size, in ha_init_key_cache()
5662 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
5668 tmp_buff_size, in ha_resize_key_cache()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dhandler.cc5638 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
5645 tmp_buff_size, in ha_init_key_cache()
5662 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
5668 tmp_buff_size, in ha_resize_key_cache()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dhandler.cc5563 size_t tmp_buff_size = (size_t)key_cache->param_buff_size; in ha_init_key_cache() local
5568 return !init_key_cache(key_cache, tmp_block_size, tmp_buff_size, in ha_init_key_cache()
5582 size_t tmp_buff_size = (size_t)key_cache->param_buff_size; in ha_resize_key_cache() local
5589 tmp_buff_size, division_limit, age_threshold); in ha_resize_key_cache()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dhandler.cc5577 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
5584 tmp_buff_size, in ha_init_key_cache()
5601 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
5609 tmp_buff_size, in ha_resize_key_cache()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dhandler.cc6007 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
6014 tmp_buff_size, in ha_init_key_cache()
6031 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
6039 tmp_buff_size, in ha_resize_key_cache()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dhandler.cc5677 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
5684 tmp_buff_size, in ha_init_key_cache()
5701 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
5709 tmp_buff_size, in ha_resize_key_cache()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dhandler.cc6007 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
6014 tmp_buff_size, in ha_init_key_cache()
6031 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
6039 tmp_buff_size, in ha_resize_key_cache()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dhandler.cc6007 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
6014 tmp_buff_size, in ha_init_key_cache()
6031 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
6039 tmp_buff_size, in ha_resize_key_cache()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dhandler.cc5638 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
5645 tmp_buff_size, in ha_init_key_cache()
5662 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
5668 tmp_buff_size, in ha_resize_key_cache()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dhandler.cc5577 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_init_key_cache() local
5584 tmp_buff_size, in ha_init_key_cache()
5601 size_t tmp_buff_size= (size_t) key_cache->param_buff_size; in ha_resize_key_cache() local
5609 tmp_buff_size, in ha_resize_key_cache()