Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_result.c1328 …uint64_t total_allocated_rows = free_rows = next_extend = next_extend * 11 / 10; /* extend with 10… in MYSQLND_METHOD() local
1330 total_allocated_rows += set->row_count; in MYSQLND_METHOD()
1333 if (total_allocated_rows * sizeof(MYSQLND_MEMORY_POOL_CHUNK *) > SIZE_MAX) { in MYSQLND_METHOD()
1338 …new_row_buffers = mnd_perealloc(*row_buffers, (size_t)(total_allocated_rows * sizeof(MYSQLND_MEMOR… in MYSQLND_METHOD()

Completed in 12 milliseconds