Lines Matching refs:this_func

389 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), set_server_o…  in MYSQLND_METHOD()  local
392 if (PASS == conn->m->local_tx_start(conn, this_func)) { in MYSQLND_METHOD()
399 conn->m->local_tx_end(conn, this_func, ret); in MYSQLND_METHOD()
606 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), connect); local
618 if (PASS != conn->m->local_tx_start(conn, this_func)) {
795 conn->m->local_tx_end(conn, this_func, PASS);
813 conn->m->local_tx_end(conn, this_func, FAIL);
832 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), connect); local
838 if (PASS == conn->m->local_tx_start(conn, this_func)) {
845 conn->m->local_tx_end(conn, this_func, FAIL);
860 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), query); local
865 if (PASS == conn->m->local_tx_start(conn, this_func)) {
874 conn->m->local_tx_end(conn, this_func, ret);
886 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), send_query); local
892 if (type == MYSQLND_SEND_QUERY_IMPLICIT || PASS == conn->m->local_tx_start(conn, this_func))
902 conn->m->local_tx_end(conn, this_func, ret);
915 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), reap_query); local
921 if (type == MYSQLND_REAP_RESULT_IMPLICIT || PASS == conn->m->local_tx_start(conn, this_func))
930 conn->m->local_tx_end(conn, this_func, ret);
943 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), list_method); local
951 if (PASS == conn->m->local_tx_start(conn, this_func)) {
972 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
1021 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), ssl_set); local
1026 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1033 conn->m->local_tx_end(conn, this_func, ret);
1044 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), escape_strin… local
1049 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1056 conn->m->local_tx_end(conn, this_func, PASS);
1067 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), server_dump_… local
1071 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1078 conn->m->local_tx_end(conn, this_func, ret);
1090 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), select_db); local
1096 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1104 conn->m->local_tx_end(conn, this_func, ret);
1115 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), ping); local
1121 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1127 conn->m->local_tx_end(conn, this_func, ret);
1139 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), get_server_s… local
1145 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1151 conn->m->local_tx_end(conn, this_func, ret);
1162 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), kill_connect… local
1168 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1177 conn->m->local_tx_end(conn, this_func, ret);
1188 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), set_charset); local
1201 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1214 conn->m->local_tx_end(conn, this_func, ret);
1227 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), refresh_serv… local
1232 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1239 conn->m->local_tx_end(conn, this_func, ret);
1250 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), shutdown_ser… local
1255 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1262 conn->m->local_tx_end(conn, this_func, ret);
1529 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), next_result); local
1535 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1566 conn->m->local_tx_end(conn, this_func, ret);
1637 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), change_user); local
1644 if (PASS != conn->m->local_tx_start(conn, this_func)) {
1671 conn->m->local_tx_end(conn, this_func, ret);
1686 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), set_client_o… local
1691 if (PASS != conn->m->local_tx_start(conn, this_func)) {
1838 conn->m->local_tx_end(conn, this_func, ret);
1842 conn->m->local_tx_end(conn, this_func, FAIL);
1857 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), set_client_o… local
1862 if (PASS != conn->m->local_tx_start(conn, this_func)) {
1885 conn->m->local_tx_end(conn, this_func, ret);
1889 conn->m->local_tx_end(conn, this_func, FAIL);
1900 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), use_result); local
1906 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1930 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
1942 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), store_result… local
1948 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1988 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
2011 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), set_autocomm… local
2015 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2017 conn->m->local_tx_end(conn, this_func, ret);
2122 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), tx_commit_or… local
2126 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2154 conn->m->local_tx_end(conn, this_func, ret);
2166 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), tx_begin); local
2170 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2216 conn->m->local_tx_end(conn, this_func, ret);
2228 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), tx_savepoint… local
2232 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2248 conn->m->local_tx_end(conn, this_func, ret);
2260 …const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), tx_savepoint… local
2264 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2280 conn->m->local_tx_end(conn, this_func, ret);
2316 MYSQLND_METHOD(mysqlnd_conn_data, local_tx_start)(MYSQLND_CONN_DATA * conn, const size_t this_func)
2326 MYSQLND_METHOD(mysqlnd_conn_data, local_tx_end)(MYSQLND_CONN_DATA * conn, const size_t this_func, c…
2468 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn), close); local
2475 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2492 conn->m->local_tx_end(conn, this_func, ret);