Searched defs:SET_CLIENT_ERROR (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_priv.h | 124 #define SET_CLIENT_ERROR(error_info, a, b, c) \ macro 149 SET_CLIENT_ERROR((error_info_to), (error_info_from).error_no, (error_info_from).sqlstate, (error_info_from).error); \ 153 #define SET_OOM_ERROR(error_info) SET_CLIENT_ERROR((error_info), CR_OUT_OF_MEMORY, UNKNOWN_SQLSTATE, mysqlnd_out_of_memory) 156 #define SET_STMT_ERROR(stmt, a, b, c) SET_CLIENT_ERROR(*(stmt)->error_info, a, b, c)
|
Completed in 3 milliseconds