Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_result_meta.c128 new_meta = result->memory_pool->get_chunk(result->memory_pool, sizeof(MYSQLND_RES_METADATA)); in MYSQLND_METHOD()
135 …new_fields = result->memory_pool->get_chunk(result->memory_pool, (meta->field_count + 1) * sizeof(… in MYSQLND_METHOD()
148 new_fields[i].root = result->memory_pool->get_chunk(result->memory_pool, orig_fields[i].root_len); in MYSQLND_METHOD()
185 …new_fields[i].def = result->memory_pool->get_chunk(result->memory_pool, orig_fields[i].def_length … in MYSQLND_METHOD()
290 ret = result->memory_pool->get_chunk(result->memory_pool, alloc_size); in mysqlnd_result_meta_init()
297 ret->fields = result->memory_pool->get_chunk(result->memory_pool, alloc_size); in mysqlnd_result_meta_init()
H A Dmysqlnd_block_alloc.c47 ret->get_chunk = mysqlnd_mempool_get_chunk; in mysqlnd_mempool_create()
H A Dmysqlnd_result.c1117 ret = pool->get_chunk(pool, alloc_size); in mysqlnd_result_init()
1120 ret->row_data = pool->get_chunk(pool, field_count * sizeof(zval)); in mysqlnd_result_init()
1144 ret = pool->get_chunk(pool, alloc_size); in mysqlnd_result_unbuffered_init()
1160 ret->lengths = pool->get_chunk(pool, field_count * sizeof(size_t)); in mysqlnd_result_unbuffered_init()
1179 ret = pool->get_chunk(pool, alloc_size); in mysqlnd_result_buffered_init()
1196 ret->lengths = pool->get_chunk(pool, field_count * sizeof(size_t)); in mysqlnd_result_buffered_init()
H A Dmysqlnd_wireprotocol.c1242 meta->def = packet->memory_pool->get_chunk(packet->memory_pool, len + 1); in php_mysqlnd_rset_field_read()
1249 root_ptr = meta->root = packet->memory_pool->get_chunk(packet->memory_pool, total_len); in php_mysqlnd_rset_field_read()
1384 buffer->ptr = pool->get_chunk(pool, *data_size + header.size + prealloc_more_bytes); in php_mysqlnd_read_row_ex()
H A Dmysqlnd_structs.h56 void* (*get_chunk)(MYSQLND_MEMORY_POOL * pool, size_t size); member
/php-src/Zend/
H A Dzend_alloc.c1003 get_chunk:
1012 goto get_chunk;

Completed in 81 milliseconds