Home
last modified time | relevance | path

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

/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd.c880 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect);
1131 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, connect);
1198 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, query);
1223 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, send_query);
1248 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, reap_query);
1621 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ssl_set);
1686 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, select_db);
1722 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, ping);
2570 size_t this_func = STRUCT_OFFSET(struct st_mysqlnd_conn_data_methods, use_result);
2836 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 22 milliseconds