Searched refs:this_func (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/ext/mysqlnd/
H A Dmysqlnd.c397 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_server_option); local
401 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
406 conn->m->local_tx_end(conn, this_func, ret TSRMLS_CC);
840 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect); local
852 if (PASS != conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1057 conn->m->local_tx_end(conn, this_func, PASS TSRMLS_CC);
1072 conn->m->local_tx_end(conn, this_func, FAIL TSRMLS_CC);
1091 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect); local
1097 if (PASS == conn->m->local_tx_start(conn, this_func TSRMLS_CC)) {
1101 conn->m->local_tx_end(conn, this_func, FAI
1157 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, query); local
1182 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, send_query); local
1205 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, reap_query); local
1416 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, list_fields); local
1488 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, list_method); local
1566 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ssl_set); local
1589 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, escape_string); local
1611 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, server_dump_debug_information); local
1630 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, select_db); local
1666 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ping); local
1692 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, get_server_statistics); local
1731 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, kill_connection); local
1765 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_charset); local
1804 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, refresh_server); local
1826 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, shutdown_server); local
2111 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, next_result); local
2217 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, change_user); local
2266 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_client_option); local
2465 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_client_option_2d); local
2510 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, use_result); local
2552 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, store_result); local
2603 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, set_autocommit); local
2671 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_commit_or_rollback); local
2712 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_begin); local
2769 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_savepoint); local
2801 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_savepoint_release); local
2993 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_methods, close); local
[all...]
H A Dmysqlnd_structs.h492 typedef enum_func_status (*func_mysqlnd_conn_data__local_tx_start)(MYSQLND_CONN_DATA * conn, size_t this_func TSRMLS_DC);
493 typedef enum_func_status (*func_mysqlnd_conn_data__local_tx_end)(MYSQLND_CONN_DATA * conn, size_t this_func, enum_func_status status TSRMLS_DC);

Completed in 13 milliseconds