Lines Matching refs:this_func

395 	size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_server_option);  in MYSQLND_METHOD()  local
399 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) { in MYSQLND_METHOD()
404 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC); in MYSQLND_METHOD()
853 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect); local
865 if (PASS != conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1070 conn->m->local_tx_end(conn, this_func, PASS TSRMLS_CC);
1085 conn->m->local_tx_end(conn, this_func, FAIL TSRMLS_CC);
1104 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect); local
1110 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1114 conn->m->local_tx_end(conn, this_func, FAIL TSRMLS_CC);
1170 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, query); local
1175 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1184 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1195 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, send_query); local
1201 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1208 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1220 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, reap_query); local
1227 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1235 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1444 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, list_fields); local
1452 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1504 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS TSRMLS_CC);
1516 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, list_method); local
1524 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1545 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS TSRMLS_CC);
1594 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ssl_set); local
1599 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1606 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1617 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, escape_string); local
1622 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1629 conn->m->local_tx_end(conn, this_func, PASS TSRMLS_CC);
1640 …size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, server_dump_debug_informatio… local
1644 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1647 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1659 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, select_db); local
1665 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1684 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1695 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ping); local
1701 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1709 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1721 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, get_server_statistics); local
1728 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1749 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1760 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, kill_connection); local
1767 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1783 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1794 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_charset); local
1807 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1820 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1833 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, refresh_server); local
1839 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1844 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
1855 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, shutdown_server); local
1861 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1866 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2140 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, next_result); local
2146 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2177 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2246 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, change_user); local
2253 if (PASS != conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2279 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2294 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_client_option); local
2299 if (PASS != conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2446 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2450 conn->m->local_tx_end(conn, this_func, FAIL TSRMLS_CC);
2493 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_client_option_2d); local
2498 if (PASS != conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2523 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2527 conn->m->local_tx_end(conn, this_func, FAIL TSRMLS_CC);
2538 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, use_result); local
2544 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2568 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS TSRMLS_CC);
2580 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, store_result); local
2586 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2608 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS TSRMLS_CC);
2631 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_autocommit); local
2635 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2637 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2742 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_commit_or_rollback); local
2746 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2774 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2786 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_begin); local
2790 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2836 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2848 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_savepoint); local
2852 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2868 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2880 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_savepoint_release); local
2884 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
2900 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
2910 MYSQLND_METHOD(mysqlnd_conn_data, local_tx_start)(MYSQLND_CONN_DATA * conn, size_t this_func TSRMLS…
2921 MYSQLND_METHOD(mysqlnd_conn_data, local_tx_end)(MYSQLND_CONN_DATA * conn, size_t this_func, enum_fu…
3072 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_methods, close); local
3079 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
3096 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);