|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"#include "mysqlnd.h"#include "mysqlnd_priv.h"#include "mysqlnd_debug.h"#include "mysqlnd_wireprotocol.h"#include "mysqlnd_statistics.h"#include "zend_smart_str.h"Go to the source code of this file.
Macros | |
| #define | MYSQLND_DEBUG_MEMORY 1 |
| #define | __zend_orig_filename "/unknown/unknown" |
| #define | __zend_orig_lineno 0 |
| #define | EXTRA_SIZE ZEND_MM_ALIGNED_SIZE(sizeof(size_t)) |
| #define | REAL_SIZE(s) |
| #define | REAL_PTR(p) |
| #define | FAKE_PTR(p) |
| #define | SMART_STR_START_SIZE 2048 |
Variables | |
| PHPAPI const char * | mysqlnd_debug_std_no_trace_funcs [] |
| PHPAPI struct st_mysqlnd_allocator_methods | mysqlnd_allocator |
| #define __zend_orig_filename "/unknown/unknown" |
Definition at line 60 of file mysqlnd_alloc.c.
| #define __zend_orig_lineno 0 |
Definition at line 61 of file mysqlnd_alloc.c.
| #define EXTRA_SIZE ZEND_MM_ALIGNED_SIZE(sizeof(size_t)) |
Definition at line 64 of file mysqlnd_alloc.c.
Definition at line 67 of file mysqlnd_alloc.c.
| #define MYSQLND_DEBUG_MEMORY 1 |
Definition at line 25 of file mysqlnd_alloc.c.
Definition at line 66 of file mysqlnd_alloc.c.
Definition at line 65 of file mysqlnd_alloc.c.
| #define SMART_STR_START_SIZE 2048 |
Definition at line 325 of file mysqlnd_alloc.c.
| PHPAPI struct st_mysqlnd_allocator_methods mysqlnd_allocator |
Definition at line 458 of file mysqlnd_alloc.c.
| PHPAPI const char* mysqlnd_debug_std_no_trace_funcs[] |
Definition at line 39 of file mysqlnd_alloc.c.