Home
last modified time | relevance | path

Searched refs:SET_OOM_ERROR (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c551 SET_OOM_ERROR(stmt->error_info); in mysqlnd_stmt_execute_prepare_param_types()
655 SET_OOM_ERROR(stmt->error_info); in mysqlnd_stmt_execute_calculate_param_values_size()
670 SET_OOM_ERROR(stmt->error_info); in mysqlnd_stmt_execute_calculate_param_values_size()
705 SET_OOM_ERROR(stmt->error_info); in mysqlnd_stmt_execute_calculate_param_values_size()
815 SET_OOM_ERROR(stmt->error_info); in mysqlnd_stmt_execute_store_params()
841 SET_OOM_ERROR(stmt->error_info); in mysqlnd_stmt_execute_store_params()
857 SET_OOM_ERROR(stmt->error_info); in mysqlnd_stmt_execute_store_params()
H A Dmysqlnd_ps.c114 SET_OOM_ERROR(conn->error_info); in MYSQLND_METHOD()
179 SET_OOM_ERROR(conn->error_info); in MYSQLND_METHOD()
185 SET_OOM_ERROR(conn->error_info); in MYSQLND_METHOD()
446 SET_OOM_ERROR(conn->error_info); in MYSQLND_METHOD()
1056 SET_OOM_ERROR(stmt->error_info); in MYSQLND_METHOD()
1057 SET_OOM_ERROR(conn->error_info); in MYSQLND_METHOD()
1513 SET_OOM_ERROR(conn->error_info); in MYSQLND_METHOD()
H A Dmysqlnd_result.c295 SET_OOM_ERROR(conn->error_info); in mysqlnd_query_read_result_set_header()
667 SET_OOM_ERROR(conn->error_info); in MYSQLND_METHOD()
710 SET_OOM_ERROR(conn->error_info); in MYSQLND_METHOD()
770 SET_OOM_ERROR(conn->error_info); in MYSQLND_METHOD()
H A Dmysqlnd_connection.c678 SET_OOM_ERROR(conn->error_info);
692 SET_OOM_ERROR(conn->error_info);
701 SET_OOM_ERROR(conn->error_info);
1782 SET_OOM_ERROR(conn->error_info);
1828 SET_OOM_ERROR(conn->error_info);
1858 SET_OOM_ERROR(conn->error_info);
1883 SET_OOM_ERROR(conn->error_info);
H A Dmysqlnd_structs.h127 #define SET_OOM_ERROR(info) SET_CLIENT_ERROR((info), CR_OUT_OF_MEMORY, UNKNOWN_SQLSTATE, mys… macro

Completed in 37 milliseconds