Home
last modified time | relevance | path

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

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd.c877 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect);
1128 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect);
1195 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, query);
1221 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, send_query);
1246 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, reap_query);
1619 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ssl_set);
1684 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, select_db);
1720 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ping);
2537 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, use_result);
2803 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, tx_begin);
[all …]
H A Dmysqlnd_wireprotocol.c1204 STRUCT_OFFSET(MYSQLND_FIELD, catalog),
1205 STRUCT_OFFSET(MYSQLND_FIELD, catalog_length),
1206 STRUCT_OFFSET(MYSQLND_FIELD, db),
1207 STRUCT_OFFSET(MYSQLND_FIELD, db_length),
1208 STRUCT_OFFSET(MYSQLND_FIELD, table),
1209 STRUCT_OFFSET(MYSQLND_FIELD, table_length),
1210 STRUCT_OFFSET(MYSQLND_FIELD, org_table),
1212 STRUCT_OFFSET(MYSQLND_FIELD, name),
1213 STRUCT_OFFSET(MYSQLND_FIELD, name_length),
1214 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 19 milliseconds