Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c853 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect);
1104 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect);
1170 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, query);
1195 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, send_query);
1220 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, reap_query);
1594 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ssl_set);
1659 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, select_db);
1695 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ping);
2538 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, use_result);
2786 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_begin);
[all …]
H A Dmysqlnd_wireprotocol.c1169 STRUCT_OFFSET(MYSQLND_FIELD, catalog),
1170 STRUCT_OFFSET(MYSQLND_FIELD, catalog_length),
1171 STRUCT_OFFSET(MYSQLND_FIELD, db),
1172 STRUCT_OFFSET(MYSQLND_FIELD, db_length),
1173 STRUCT_OFFSET(MYSQLND_FIELD, table),
1174 STRUCT_OFFSET(MYSQLND_FIELD, table_length),
1175 STRUCT_OFFSET(MYSQLND_FIELD, org_table),
1177 STRUCT_OFFSET(MYSQLND_FIELD, name),
1178 STRUCT_OFFSET(MYSQLND_FIELD, name_length),
1179 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 21 milliseconds