Searched refs:mnd_pemalloc (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_alloc.h | 53 #define mnd_pemalloc(size, pers) mysqlnd_allocator.m_pemalloc((size), (pers) MYSQLND_MEM_C) macro 73 const MYSQLND_STRING ret = {(char*) mnd_pemalloc(str.l + 1, persistent), str.l}; in mnd_dup_cstring()
|
H A D | mysqlnd_result_meta.c | 164 new_meta->zend_hash_keys = mnd_pemalloc(len, persistent); in MYSQLND_METHOD() 177 new_fields[i].root = mnd_pemalloc(orig_fields[i].root_len, persistent); in MYSQLND_METHOD() 211 new_fields[i].def = mnd_pemalloc(orig_fields[i].def_length + 1, persistent); in MYSQLND_METHOD()
|
H A D | mysqlnd_driver.c | 219 stmt->execute_cmd_buffer.buffer = mnd_pemalloc(stmt->execute_cmd_buffer.length, stmt->persistent); in MYSQLND_METHOD()
|
H A D | mysqlnd_protocol_frame_codec.c | 380 pfc->cmd_buffer.buffer = mnd_pemalloc(pfc->cmd_buffer.length, pfc->persistent); in MYSQLND_METHOD()
|
H A D | mysqlnd_auth.c | 106 …conn->authentication_plugin_data.s = mnd_pemalloc(conn->authentication_plugin_data.l, conn->persis… in mysqlnd_run_authentication()
|
H A D | mysqlnd_net.c | 730 net->cmd_buffer.buffer = mnd_pemalloc(net->cmd_buffer.length, net->persistent); in MYSQLND_METHOD()
|
H A D | mysqlnd_wireprotocol.c | 1360 meta->def = mnd_pemalloc(len + 1, packet->persistent_alloc); in php_mysqlnd_rset_field_read() 1371 root_ptr = meta->root = mnd_pemalloc(total_len, packet->persistent_alloc); in php_mysqlnd_rset_field_read()
|
H A D | mysqlnd_result.c | 1303 *row_buffers = mnd_pemalloc((size_t)(free_rows * sizeof(MYSQLND_MEMORY_POOL_CHUNK *)), 0); in MYSQLND_METHOD()
|
H A D | mysqlnd_connection.c | 1869 conn->options->connect_attr = mnd_pemalloc(sizeof(HashTable), conn->persistent);
|
Completed in 36 milliseconds