Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_alloc.h51 #define mnd_pemalloc(size, pers) mysqlnd_allocator.m_pemalloc((size), (pers) MYSQLND_MEM_C) macro
71 const MYSQLND_STRING ret = {(char*) mnd_pemalloc(str.l + 1, persistent), str.l}; in mnd_dup_cstring()
H A Dmysqlnd_protocol_frame_codec.c405 pfc->cmd_buffer.buffer = mnd_pemalloc(pfc->cmd_buffer.length, pfc->persistent); in MYSQLND_METHOD()
H A Dmysqlnd_auth.c105 …conn->authentication_plugin_data.s = mnd_pemalloc(conn->authentication_plugin_data.l, conn->persis… in mysqlnd_run_authentication()
H A Dmysqlnd_connection.c1806 conn->options->connect_attr = mnd_pemalloc(sizeof(HashTable), conn->persistent);

Completed in 40 milliseconds