Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqli/
H A Dphp_mysqli_structs.h243 MYSQLI_RESOURCE *my_res; \
245 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {\
249 __ptr = (__type)my_res->ptr; \
250 if (__check && my_res->status < __check) { \
258 MYSQLI_RESOURCE *my_res; \
259 if (!(my_res = (MYSQLI_RESOURCE *)(__obj->ptr))) {\
263 __ptr = (__type)my_res->ptr; \
264 if (__check && my_res->status < __check) { \
H A Dmysqli.c203 my_efree(my_res); in mysqli_objects_free_storage()
217 if (my_res && my_res->ptr) { in mysqli_link_free_storage()
224 my_res->status = MYSQLI_STATUS_UNKNOWN; in mysqli_link_free_storage()
244 if (my_res && my_res->ptr) { in mysqli_stmt_free_storage()
245 MY_STMT *stmt = (MY_STMT *)my_res->ptr; in mysqli_stmt_free_storage()
259 if (my_res && my_res->ptr) { in mysqli_result_free_storage()
260 mysql_free_result(my_res->ptr); in mysqli_result_free_storage()
273 if (my_res && my_res->ptr) { in mysqli_warning_free_storage()
275 my_res->ptr = NULL; in mysqli_warning_free_storage()
483 MYSQLI_RESOURCE *my_res; in mysqli_convert_zv_to_mysqlnd() local
[all …]
H A Dmysqli_nonapi.c714 MYSQLI_RESOURCE *my_res; local
716 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {
720 mysql = (MY_MYSQL*) my_res->ptr;
721 if (MYSQLI_STATUS_VALID && my_res->status < MYSQLI_STATUS_VALID) {
750 MYSQLI_RESOURCE *my_res; local
752 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {
756 mysql = (MY_MYSQL *) my_res->ptr;

Completed in 27 milliseconds