Searched refs:enum_mysqlnd_client_option (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 366 …*func_mysqlnd_vio__set_client_option)(MYSQLND_VIO * const vio, enum_mysqlnd_client_option option, … 475 …_conn_data__set_client_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_client_option option, … 510 …a__set_client_option_2d)(MYSQLND_CONN_DATA * const conn, const enum_mysqlnd_client_option option, … 1089 …*func_mysqlnd_pfc__set_client_option)(MYSQLND_PFC * const pfc, enum_mysqlnd_client_option option, …
|
H A D | mysqlnd_enum_n_def.h | 253 } enum_mysqlnd_client_option; typedef
|
H A D | mysqlnd_protocol_frame_codec.c | 379 MYSQLND_METHOD(mysqlnd_pfc, set_client_option)(MYSQLND_PFC * const pfc, enum_mysqlnd_client_option … in MYSQLND_METHOD()
|
H A D | mysqlnd_vio.c | 348 MYSQLND_METHOD(mysqlnd_vio, set_client_option)(MYSQLND_VIO * const net, enum_mysqlnd_client_option … in MYSQLND_METHOD()
|
H A D | mysqlnd_connection.c | 1383 enum_mysqlnd_client_option option, 1520 const enum_mysqlnd_client_option option,
|
Completed in 46 milliseconds