Home
last modified time | relevance | path

Searched refs:mnd_malloc (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_alloc.h60 #define mnd_malloc(size) mysqlnd_allocator.m_malloc((size) MYSQLND_MEM_C) macro
H A Dmysqlnd_protocol_frame_codec.c122 zend_uchar * decompressed_data = mnd_malloc(decompressed_size); in MYSQLND_METHOD()
H A Dmysqlnd_result.c742 *row = mnd_malloc(field_count * sizeof(char *)); in MYSQLND_METHOD()
1033 *row = mnd_malloc(field_count * sizeof(char *)); in MYSQLND_METHOD()
H A Dmysqlnd_net.c419 zend_uchar * decompressed_data = mnd_malloc(decompressed_size); in MYSQLND_METHOD()
H A Dmysqlnd_ps.c469 char * tmp_swap = mnd_malloc(real_size); in MYSQLND_METHOD()

Completed in 23 milliseconds