Home
last modified time | relevance | path

Searched refs:MYSQLND_G (Results 1 – 11 of 11) sorted by relevance

/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_debug.h182 #define DBG_INF(msg) DBG_INF_EX(MYSQLND_G(dbg), (msg))
183 #define DBG_ERR(msg) DBG_ERR_EX(MYSQLND_G(dbg), (msg))
184 #define DBG_INF_FMT(...) DBG_INF_FMT_EX(MYSQLND_G(dbg), __VA_ARGS__)
189 #define DBG_RETURN(value) DBG_RETURN_EX(MYSQLND_G(dbg), (value))
190 #define DBG_VOID_RETURN DBG_VOID_RETURN_EX(MYSQLND_G(dbg))
191 #define DBG_BLOCK_LEAVE DBG_BLOCK_LEAVE_EX(MYSQLND_G(dbg))
199 #define TRACE_ALLOC_ENTER(func_name) DBG_ENTER_EX2(MYSQLND_G(dbg), MYSQLND_G(trace_alloc), (func_na…
200 #define TRACE_ALLOC_BLOCK_ENTER(bname) DBG_BLOCK_ENTER_EX2(MYSQLND_G(dbg), MYSQLND_G(trace_alloc), …
201 #define TRACE_ALLOC_RETURN(value) DBG_RETURN_EX2(MYSQLND_G(dbg), MYSQLND_G(trace_alloc), (value))
202 #define TRACE_ALLOC_VOID_RETURN DBG_VOID_RETURN_EX2(MYSQLND_G(dbg), MYSQLND_G(trace_alloc))
[all …]
H A Dphp_mysqlnd.c114 php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a"); in PHP_MINFO_FUNCTION()
167 MYSQLND_G(net_cmd_buffer_size) = long_value; in PHP_INI_MH()
216 if (MYSQLND_G(debug)) { in PHP_RINIT_FUNCTION()
218 MYSQLND_G(dbg) = NULL; in PHP_RINIT_FUNCTION()
225 dbg->m->set_mode(dbg, MYSQLND_G(debug)); in PHP_RINIT_FUNCTION()
227 MYSQLND_G(dbg) = dbg; in PHP_RINIT_FUNCTION()
228 MYSQLND_G(trace_alloc) = trace_alloc; in PHP_RINIT_FUNCTION()
241 MYSQLND_DEBUG * dbg = MYSQLND_G(dbg); in PHP_RSHUTDOWN_FUNCTION()
242 MYSQLND_DEBUG * trace_alloc = MYSQLND_G(trace_alloc); in PHP_RSHUTDOWN_FUNCTION()
247 MYSQLND_G(dbg) = NULL; in PHP_RSHUTDOWN_FUNCTION()
[all …]
H A Dmysqlnd_alloc.c73 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_emalloc()
92 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pemalloc()
114 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_ecalloc()
134 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pecalloc()
156 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_erealloc()
176 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_perealloc()
199 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_efree()
230 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pefree()
262 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pememdup()
293 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pestrndup()
[all …]
H A Dmysqlnd.h255 MYSQLND_INC_STATISTIC(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic))
258 MYSQLND_DEC_STATISTIC(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic))
261 …MYSQLND_INC_STATISTIC_W_VALUE2(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic1), …
264 MYSQLND_INC_STATISTIC(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic)); \
265 MYSQLND_INC_STATISTIC(MYSQLND_G(collect_statistics), (conn_stats), (statistic));
268 …MYSQLND_INC_STATISTIC_W_VALUE(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic), (v…
269 MYSQLND_INC_STATISTIC_W_VALUE(MYSQLND_G(collect_statistics), (conn_stats), (statistic), (value));
272 …MYSQLND_INC_STATISTIC_W_VALUE2(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic1), …
273 …MYSQLND_INC_STATISTIC_W_VALUE2(MYSQLND_G(collect_statistics), (conn_stats), (statistic1), (value1)…
277 …MYSQLND_INC_STATISTIC_W_VALUE3(MYSQLND_G(collect_statistics), (conn_stats), (statistic1), (value1)…
[all …]
H A Dmysqlnd_auth.c834 MYSQLND_G(sha256_server_public_key); in mysqlnd_sha256_get_rsa_key()
839 MYSQLND_G(sha256_server_public_key)? MYSQLND_G(sha256_server_public_key):"n/a"); in mysqlnd_sha256_get_rsa_key()
1129 MYSQLND_G(sha256_server_public_key); in mysqlnd_caching_sha2_get_key()
1134 MYSQLND_G(sha256_server_public_key)? MYSQLND_G(sha256_server_public_key):"n/a"); in mysqlnd_caching_sha2_get_key()
H A Dmysqlnd_debug.c732 MYSQLND_DEBUG * dbg = MYSQLND_G(dbg); in mysqlnd_debug()
740 MYSQLND_G(dbg) = dbg; in mysqlnd_debug()
H A Dmysqlnd_vio.c703 buf_size = MYSQLND_G(net_read_buffer_size); /* this is long, cast to unsigned int*/ in MYSQLND_METHOD()
706 buf_size = MYSQLND_G(net_read_timeout); /* this is long, cast to unsigned int*/ in MYSQLND_METHOD()
H A Dmysqlnd_protocol_frame_codec.c448 buf_size = MYSQLND_G(net_cmd_buffer_size); /* this is long, cast to unsigned int*/ in MYSQLND_METHOD()
H A Dmysqlnd_result.c1121 pool = mysqlnd_mempool_create(MYSQLND_G(mempool_default_size)); in mysqlnd_result_init()
H A Dmysqlnd_wireprotocol.c1473 if (MYSQLND_G(collect_statistics)) { in php_mysqlnd_rowp_read_binary_protocol()
1556 if (MYSQLND_G(collect_statistics)) { in php_mysqlnd_rowp_read_text_protocol()
H A Dmysqlnd_ps.c267 pool = mysqlnd_mempool_create(MYSQLND_G(mempool_default_size)); in mysqlnd_stmt_skip_metadata()

Completed in 52 milliseconds