Home
last modified time | relevance | path

Searched refs:MYSQLND_ERROR_INFO (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.h21 …PE(mysqlnd_object_factory) *object_factory, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info…
22 PHPAPI void mysqlnd_pfc_free(MYSQLND_PFC * const pfc, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * e…
H A Dmysqlnd_vio.h21 …PE(mysqlnd_object_factory) *object_factory, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info…
22 PHPAPI void mysqlnd_vio_free(MYSQLND_VIO * const vio, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * e…
H A Dmysqlnd_structs.h131 typedef struct st_mysqlnd_error_info MYSQLND_ERROR_INFO; typedef
132 typedef void (*func_mysqlnd_error_info__reset)(MYSQLND_ERROR_INFO * const info);
915 MYSQLND_ERROR_INFO * error_info;
916 MYSQLND_ERROR_INFO error_info_impl;
1009 MYSQLND_ERROR_INFO * error_info,
1017 MYSQLND_ERROR_INFO * const error_info,
1024 MYSQLND_ERROR_INFO * const error_info,
1034 MYSQLND_ERROR_INFO * error_info,
1174 MYSQLND_ERROR_INFO error_info;
1265 MYSQLND_ERROR_INFO * error_info;
[all …]
H A Dmysqlnd_wireprotocol.h190 MYSQLND_ERROR_INFO error_info;
202 MYSQLND_ERROR_INFO error_info;
225 MYSQLND_ERROR_INFO error_info;
247 MYSQLND_ERROR_INFO error_info;
259 MYSQLND_ERROR_INFO error_info;
H A Dmysqlnd_connection.h43 PHPAPI void mysqlnd_error_info_init(MYSQLND_ERROR_INFO * const info, const bool persistent);
44 PHPAPI void mysqlnd_error_info_free_contents(MYSQLND_ERROR_INFO * const info);
H A Dmysqlnd_protocol_frame_codec.c33 … reset)(MYSQLND_PFC * const pfc, MYSQLND_STATS * const conn_stats, MYSQLND_ERROR_INFO * const erro… in MYSQLND_METHOD()
54 MYSQLND_STATS *conn_stats, MYSQLND_ERROR_INFO *error_info, in write_compressed_packet()
116 MYSQLND_STATS * const conn_stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
217 …ND_VIO * vio, size_t net_payload_size, MYSQLND_STATS * conn_stats, MYSQLND_ERROR_INFO * error_info) in MYSQLND_METHOD()
317 MYSQLND_STATS * const conn_stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
443 …d_pfc, init)(MYSQLND_PFC * const pfc, MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const erro… in MYSQLND_METHOD()
458 …d_pfc, dtor)(MYSQLND_PFC * const pfc, MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const erro… in MYSQLND_METHOD()
502 …PE(mysqlnd_object_factory) *object_factory, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info) in mysqlnd_pfc_init()
515 mysqlnd_pfc_free(MYSQLND_PFC * const pfc, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info) in mysqlnd_pfc_free()
H A Dmysqlnd_vio.c76 MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
105 MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
133 MYSQLND_STATS * const conn_stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
185 MYSQLND_STATS * const conn_stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
267 MYSQLND_STATS * const conn_stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
299 MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
324 MYSQLND_STATS * const conn_stats, MYSQLND_ERROR_INFO * const error_info) in MYSQLND_METHOD()
669 …lose_stream)(MYSQLND_VIO * const net, MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const erro… in MYSQLND_METHOD()
698 …d_vio, init)(MYSQLND_VIO * const net, MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const erro… in MYSQLND_METHOD()
716 …d_vio, dtor)(MYSQLND_VIO * const vio, MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const erro… in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_wireprotocol.c287 MYSQLND_ERROR_INFO * error_info, in mysqlnd_read_packet_header_and_body()
328 MYSQLND_ERROR_INFO * error_info = conn->error_info; in php_mysqlnd_greet_read()
495 MYSQLND_ERROR_INFO * error_info = conn->error_info; in php_mysqlnd_auth_write()
643 MYSQLND_ERROR_INFO * error_info = conn->error_info; in php_mysqlnd_auth_response_read()
757 MYSQLND_ERROR_INFO * error_info = conn->error_info; in php_mysqlnd_change_auth_response_write()
796 MYSQLND_ERROR_INFO * error_info = conn->error_info; in php_mysqlnd_ok_read()
1337 MYSQLND_ERROR_INFO * error_info, in php_mysqlnd_read_row_ex()
2398 MYSQLND_ERROR_INFO * error_info, in MYSQLND_METHOD()
2459 MYSQLND_ERROR_INFO * const error_info, in MYSQLND_METHOD()
2516 MYSQLND_ERROR_INFO * const error_info, in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_driver.c220 …ct_factory, get_pfc)(const bool persistent, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info) in MYSQLND_METHOD()
242 …ct_factory, get_vio)(const bool persistent, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info) in MYSQLND_METHOD()
H A Dmysqlnd_connection.c97 MYSQLND_METHOD(mysqlnd_error_info, reset)(MYSQLND_ERROR_INFO * const info) in MYSQLND_METHOD()
113 MYSQLND_METHOD(mysqlnd_error_info, set_client_error)(MYSQLND_ERROR_INFO * const info, in MYSQLND_METHOD()
150 mysqlnd_error_info_init(MYSQLND_ERROR_INFO * const info, const bool persistent) in mysqlnd_error_info_init()
165 mysqlnd_error_info_free_contents(MYSQLND_ERROR_INFO * const info) in mysqlnd_error_info_free_contents()
/PHP-8.3/ext/mysqli/
H A Dmysqli_api.c482 MYSQLND_ERROR_INFO error_info = *stmt->stmt->data->error_info; in close_stmt_and_copy_errors()
1315 MYSQLND_ERROR_INFO error_info = *mysql->mysql->data->error_info; in PHP_FUNCTION()
H A Dmysqli_nonapi.c546 MYSQLND_ERROR_INFO error_info = *mysql->mysql->data->error_info;

Completed in 73 milliseconds