Home
last modified time | relevance | path

Searched refs:STRUCT_OFFSET (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.c632 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect);
988 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect);
1052 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, query);
1077 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, send_query);
1102 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, reap_query);
1470 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ssl_set);
1534 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, select_db);
1570 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ping);
2434 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, use_result);
2545 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_commit);
[all …]
H A Dmysqlnd_wireprotocol.c1105 STRUCT_OFFSET(MYSQLND_FIELD, catalog),
1106 STRUCT_OFFSET(MYSQLND_FIELD, catalog_length),
1107 STRUCT_OFFSET(MYSQLND_FIELD, db),
1108 STRUCT_OFFSET(MYSQLND_FIELD, db_length),
1109 STRUCT_OFFSET(MYSQLND_FIELD, table),
1110 STRUCT_OFFSET(MYSQLND_FIELD, table_length),
1111 STRUCT_OFFSET(MYSQLND_FIELD, org_table),
1113 STRUCT_OFFSET(MYSQLND_FIELD, name),
1114 STRUCT_OFFSET(MYSQLND_FIELD, name_length),
1115 STRUCT_OFFSET(MYSQLND_FIELD, org_name),
[all …]
H A Dmysqlnd_portability.h18 #define STRUCT_OFFSET(t, f) ((size_t)(char *)&((t *)0)->f) macro

Completed in 18 milliseconds