Searched refs:local_tx_start (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 381 if (PASS == conn->m->local_tx_start(conn, this_func)) { in MYSQLND_METHOD() 606 if (PASS != conn->m->local_tx_start(conn, this_func)) { 826 if (PASS == conn->m->local_tx_start(conn, this_func)) { 853 if (PASS == conn->m->local_tx_start(conn, this_func)) { 932 if (PASS == conn->m->local_tx_start(conn, this_func)) { 1007 if (PASS == conn->m->local_tx_start(conn, this_func)) { 1030 if (PASS == conn->m->local_tx_start(conn, this_func)) { 1052 if (PASS == conn->m->local_tx_start(conn, this_func)) { 1072 if (PASS == conn->m->local_tx_start(conn, this_func)) { 1093 if (PASS == conn->m->local_tx_start(conn, this_func)) { [all …]
|
H A D | mysqlnd_structs.h | 554 func_mysqlnd_conn_data__local_tx_start local_tx_start; in MYSQLND_CLASS_METHODS_TYPE() local
|
Completed in 26 milliseconds