Home
last modified time | relevance | path

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

/PHP-7.0/ext/mysqli/
H A Dphp_mysqli_structs.h259 MYSQLI_RESOURCE *my_res; \
261 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {\
265 __ptr = (__type)my_res->ptr; \
266 if (__check && my_res->status < __check) { \
274 MYSQLI_RESOURCE *my_res; \
275 if (!(my_res = (MYSQLI_RESOURCE *)(__obj->ptr))) {\
279 __ptr = (__type)my_res->ptr; \
280 if (__check && my_res->status < __check) { \
H A Dmysqli.c204 my_efree(my_res); in mysqli_objects_free_storage()
218 if (my_res && my_res->ptr) { in mysqli_link_free_storage()
225 my_res->status = MYSQLI_STATUS_UNKNOWN; in mysqli_link_free_storage()
245 if (my_res && my_res->ptr) { in mysqli_stmt_free_storage()
246 MY_STMT *stmt = (MY_STMT *)my_res->ptr; in mysqli_stmt_free_storage()
260 if (my_res && my_res->ptr) { in mysqli_result_free_storage()
261 mysql_free_result(my_res->ptr); in mysqli_result_free_storage()
274 if (my_res && my_res->ptr) { in mysqli_warning_free_storage()
276 my_res->ptr = NULL; in mysqli_warning_free_storage()
490 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 21 milliseconds