Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_result_meta.c332 new_meta->zend_hash_keys = mnd_pemalloc(len, persistent); in MYSQLND_METHOD()
345 new_fields[i].root = mnd_pemalloc(orig_fields[i].root_len, persistent); in MYSQLND_METHOD()
375 new_fields[i].def = mnd_pemalloc(orig_fields[i].def_length + 1, persistent); in MYSQLND_METHOD()
H A Dmysqlnd_alloc.h74 #define mnd_pemalloc(size, pers) mysqlnd_allocator.m_pemalloc((size), (pers) MYSQLND_MEM_C) macro
H A Dmysqlnd_driver.c217 stmt->execute_cmd_buffer.buffer = mnd_pemalloc(stmt->execute_cmd_buffer.length, stmt->persistent); in MYSQLND_METHOD()
H A Dmysqlnd_net.c664 net->cmd_buffer.buffer = mnd_pemalloc(net->cmd_buffer.length, net->persistent); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c1236 meta->def = mnd_pemalloc(len + 1, packet->persistent_alloc); in php_mysqlnd_rset_field_read()
1248 root_ptr = meta->root = mnd_pemalloc(total_len, packet->persistent_alloc); in php_mysqlnd_rset_field_read()
H A Dmysqlnd.c563 conn->auth_plugin_data = mnd_pemalloc(conn->auth_plugin_data_len, conn->persistent); in mysqlnd_connect_run_authentication()
2204 conn->auth_plugin_data = mnd_pemalloc(conn->auth_plugin_data_len, conn->persistent);

Completed in 45 milliseconds