Lines Matching refs:this_func

396 	size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_server_option);  in MYSQLND_METHOD()  local
400 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) { in MYSQLND_METHOD()
405 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC); in MYSQLND_METHOD()
880 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect); local
892 if (PASS != conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1097 conn->m->local_tx_end(conn, this_func, PASS TSRMLS_CC);
1112 conn->m->local_tx_end(conn, this_func, FAIL TSRMLS_CC);
1131 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect); local
1137 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1141 conn->m->local_tx_end(conn, this_func, FAIL TSRMLS_CC);
1198 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, query); local
1203 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1212 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1223 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, send_query); local
1229 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1236 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1248 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, reap_query); local
1255 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1263 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1472 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, list_fields); local
1480 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1531 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS TSRMLS_CC);
1543 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, list_method); local
1551 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1572 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS TSRMLS_CC);
1621 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ssl_set); local
1626 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1633 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1644 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, escape_string); local
1649 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1656 conn->m->local_tx_end(conn, this_func, PASS TSRMLS_CC);
1667 …size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, server_dump_debug_informatio… local
1671 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1674 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1686 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, select_db); local
1692 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1711 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1722 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ping); local
1728 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1736 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1748 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, get_server_statistics); local
1755 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1776 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1787 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, kill_connection); local
1794 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1810 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1821 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_charset); local
1834 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1847 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1860 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, refresh_server); local
1866 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1871 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1882 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, shutdown_server); local
1888 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1893 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2170 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, next_result); local
2176 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2207 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2278 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, change_user); local
2285 if (PASS != conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2311 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2326 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_client_option); local
2331 if (PASS != conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2478 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2482 conn->m->local_tx_end(conn, this_func, FAIL TSRMLS_CC);
2525 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_client_option_2d); local
2530 if (PASS != conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2555 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2559 conn->m->local_tx_end(conn, this_func, FAIL TSRMLS_CC);
2570 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, use_result); local
2576 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2600 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS TSRMLS_CC);
2612 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, store_result); local
2618 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2658 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS TSRMLS_CC);
2681 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_autocommit); local
2685 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2687 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2792 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_commit_or_rollback); local
2796 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2824 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2836 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_begin); local
2840 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2886 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2898 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_savepoint); local
2902 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2918 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2930 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_savepoint_release); local
2934 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2950 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2986 MYSQLND_METHOD(mysqlnd_conn_data, local_tx_start)(MYSQLND_CONN_DATA * conn, size_t this_func TSRMLS…
2997 MYSQLND_METHOD(mysqlnd_conn_data, local_tx_end)(MYSQLND_CONN_DATA * conn, size_t this_func, enum_fu…
3151 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_methods, close); local
3158 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
3175 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);