Searched refs:mnd_pemalloc (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c | 259 new_meta->zend_hash_keys = mnd_pemalloc(len, persistent); in MYSQLND_METHOD() 272 new_fields[i].root = mnd_pemalloc(orig_fields[i].root_len, persistent); in MYSQLND_METHOD() 302 new_fields[i].def = mnd_pemalloc(orig_fields[i].def_length + 1, persistent); in MYSQLND_METHOD()
|
H A D | mysqlnd_alloc.h | 74 #define mnd_pemalloc(size, pers) mysqlnd_allocator.m_pemalloc((size), (pers) MYSQLND_MEM_C) macro
|
H A D | mysqlnd_driver.c | 220 stmt->execute_cmd_buffer.buffer = mnd_pemalloc(stmt->execute_cmd_buffer.length, stmt->persistent); in MYSQLND_METHOD()
|
H A D | mysqlnd_wireprotocol.c | 1300 meta->def = mnd_pemalloc(len + 1, packet->persistent_alloc); in php_mysqlnd_rset_field_read() 1312 root_ptr = meta->root = mnd_pemalloc(total_len, packet->persistent_alloc); in php_mysqlnd_rset_field_read()
|
H A D | mysqlnd_net.c | 732 net->cmd_buffer.buffer = mnd_pemalloc(net->cmd_buffer.length, net->persistent); in MYSQLND_METHOD()
|
H A D | mysqlnd.c | 622 conn->auth_plugin_data = mnd_pemalloc(conn->auth_plugin_data_len, conn->persistent); in mysqlnd_run_authentication() 2537 conn->options->connect_attr = mnd_pemalloc(sizeof(HashTable), conn->persistent);
|
H A D | mysqlnd_result.c | 1383 *row_buffers = mnd_pemalloc((size_t)(free_rows * sizeof(MYSQLND_MEMORY_POOL_CHUNK *)), 0); in MYSQLND_METHOD()
|
Completed in 37 milliseconds