Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqli/
H A Dphp_mysqli_structs.h255 MYSQLI_RESOURCE *my_res; \
257 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {\
261 __ptr = (__type)my_res->ptr; \
262 if (__check && my_res->status < __check) { \
270 MYSQLI_RESOURCE *my_res; \
271 if (!(my_res = (MYSQLI_RESOURCE *)(__obj->ptr))) {\
275 __ptr = (__type)my_res->ptr; \
276 if (__check && my_res->status < __check) { \
H A Dmysqli.c205 my_efree(my_res); in mysqli_objects_free_storage()
219 if (my_res && my_res->ptr) { in mysqli_link_free_storage()
226 my_res->status = MYSQLI_STATUS_UNKNOWN; in mysqli_link_free_storage()
246 if (my_res && my_res->ptr) { in mysqli_stmt_free_storage()
247 MY_STMT *stmt = (MY_STMT *)my_res->ptr; in mysqli_stmt_free_storage()
261 if (my_res && my_res->ptr) { in mysqli_result_free_storage()
262 mysql_free_result(my_res->ptr); in mysqli_result_free_storage()
275 if (my_res && my_res->ptr) { in mysqli_warning_free_storage()
277 my_res->ptr = NULL; in mysqli_warning_free_storage()
491 MYSQLI_RESOURCE *my_res; in mysqli_convert_zv_to_mysqlnd() local
[all …]
H A Dmysqli_nonapi.c659 MYSQLI_RESOURCE *my_res; local
661 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {
665 mysql = (MY_MYSQL*) my_res->ptr;
666 if (MYSQLI_STATUS_VALID && my_res->status < MYSQLI_STATUS_VALID) {
695 MYSQLI_RESOURCE *my_res; local
697 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {
701 mysql = (MY_MYSQL *) my_res->ptr;

Completed in 19 milliseconds