Lines Matching refs:MYSQLND_MEM_D

70 static void * _mysqlnd_emalloc(size_t size MYSQLND_MEM_D)  in _mysqlnd_emalloc()  argument
89 static void * _mysqlnd_pemalloc(size_t size, bool persistent MYSQLND_MEM_D) in _mysqlnd_pemalloc() argument
111 static void * _mysqlnd_ecalloc(unsigned int nmemb, size_t size MYSQLND_MEM_D) in _mysqlnd_ecalloc() argument
131 static void * _mysqlnd_pecalloc(unsigned int nmemb, size_t size, bool persistent MYSQLND_MEM_D) in _mysqlnd_pecalloc() argument
153 static void * _mysqlnd_erealloc(void *ptr, size_t new_size MYSQLND_MEM_D) in _mysqlnd_erealloc() argument
173 static void * _mysqlnd_perealloc(void *ptr, size_t new_size, bool persistent MYSQLND_MEM_D) in _mysqlnd_perealloc() argument
196 static void _mysqlnd_efree(void *ptr MYSQLND_MEM_D) in _mysqlnd_efree() argument
227 static void _mysqlnd_pefree(void *ptr, bool persistent MYSQLND_MEM_D) in _mysqlnd_pefree() argument
259 …atic char * _mysqlnd_pememdup(const char * const ptr, size_t length, bool persistent MYSQLND_MEM_D) in _mysqlnd_pememdup() argument
290 …tic char * _mysqlnd_pestrndup(const char * const ptr, size_t length, bool persistent MYSQLND_MEM_D) in _mysqlnd_pestrndup() argument
331 static char * _mysqlnd_pestrdup(const char * const ptr, bool persistent MYSQLND_MEM_D) in _mysqlnd_pestrdup() argument
366 static void * mysqlnd_zend_mm_emalloc(size_t size MYSQLND_MEM_D) in mysqlnd_zend_mm_emalloc() argument
374 static void * mysqlnd_zend_mm_pemalloc(size_t size, bool persistent MYSQLND_MEM_D) in mysqlnd_zend_mm_pemalloc() argument
382 static void * mysqlnd_zend_mm_ecalloc(unsigned int nmemb, size_t size MYSQLND_MEM_D) in mysqlnd_zend_mm_ecalloc() argument
390 …tic void * mysqlnd_zend_mm_pecalloc(unsigned int nmemb, size_t size, bool persistent MYSQLND_MEM_D) in mysqlnd_zend_mm_pecalloc() argument
398 static void * mysqlnd_zend_mm_erealloc(void *ptr, size_t new_size MYSQLND_MEM_D) in mysqlnd_zend_mm_erealloc() argument
406 static void * mysqlnd_zend_mm_perealloc(void *ptr, size_t new_size, bool persistent MYSQLND_MEM_D) in mysqlnd_zend_mm_perealloc() argument
414 static void mysqlnd_zend_mm_efree(void * ptr MYSQLND_MEM_D) in mysqlnd_zend_mm_efree() argument
422 static void mysqlnd_zend_mm_pefree(void * ptr, bool persistent MYSQLND_MEM_D) in mysqlnd_zend_mm_pefree() argument
430 …ar * mysqlnd_zend_mm_pememdup(const char * const ptr, size_t length, bool persistent MYSQLND_MEM_D) in mysqlnd_zend_mm_pememdup() argument
442 …r * mysqlnd_zend_mm_pestrndup(const char * const ptr, size_t length, bool persistent MYSQLND_MEM_D) in mysqlnd_zend_mm_pestrndup() argument
450 static char * mysqlnd_zend_mm_pestrdup(const char * const ptr, bool persistent MYSQLND_MEM_D) in mysqlnd_zend_mm_pestrdup() argument