Home
last modified time | relevance | path

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

/PHP-5.3/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_debug.h217 #define mnd_pemalloc(size, pers) mysqlnd_allocator.m_pemalloc((size), (pers) MYSQLND_MEM_C) macro
H A Dmysqlnd_result.c1148 …set->row_buffers = mnd_pemalloc((size_t)(free_rows * sizeof(MYSQLND_MEMORY_POOL_CHUNK *)), to_cach… in MYSQLND_METHOD()
1224 set->data = mnd_pemalloc((size_t)(set->row_count * meta->field_count * sizeof(zval *)), to_cache); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c1014 meta->def = mnd_pemalloc(len + 1, packet->persistent_alloc); in php_mysqlnd_rset_field_read()
1026 root_ptr = meta->root = mnd_pemalloc(total_len, packet->persistent_alloc); in php_mysqlnd_rset_field_read()
H A Dmysqlnd_net.c600 net->cmd_buffer.buffer = mnd_pemalloc(net->cmd_buffer.length, net->persistent); in MYSQLND_METHOD()
H A Dmysqlnd.c477 …conn->scramble = auth_packet->server_scramble_buf = mnd_pemalloc(SCRAMBLE_LENGTH, conn->persistent… in mysqlnd_connect_run_authentication()
H A Dmysqlnd_ps.c2375 stmt->execute_cmd_buffer.buffer = mnd_pemalloc(stmt->execute_cmd_buffer.length, stmt->persistent); in _mysqlnd_stmt_init()

Completed in 38 milliseconds