Home
last modified time | relevance | path

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

/PHP-5.6/ext/mysqli/
H A Dphp_mysqli_structs.h256 MYSQLI_RESOURCE *my_res; \
258 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {\
262 __ptr = (__type)my_res->ptr; \
263 if (__check && my_res->status < __check) { \
271 MYSQLI_RESOURCE *my_res; \
272 if (!(my_res = (MYSQLI_RESOURCE *)(__obj->ptr))) {\
276 __ptr = (__type)my_res->ptr; \
277 if (__check && my_res->status < __check) { \
H A Dmysqli.c212 my_efree(my_res); in mysqli_objects_free_storage()
228 if (my_res && my_res->ptr) { in mysqli_link_free_storage()
235 my_res->status = MYSQLI_STATUS_UNKNOWN; in mysqli_link_free_storage()
256 if (my_res && my_res->ptr) { in mysqli_stmt_free_storage()
257 MY_STMT *stmt = (MY_STMT *)my_res->ptr; in mysqli_stmt_free_storage()
272 if (my_res && my_res->ptr) { in mysqli_result_free_storage()
273 mysql_free_result(my_res->ptr); in mysqli_result_free_storage()
287 if (my_res && my_res->ptr) { in mysqli_warning_free_storage()
289 my_res->ptr = NULL; in mysqli_warning_free_storage()
539 MYSQLI_RESOURCE * my_res; in mysqli_convert_zv_to_mysqlnd() local
[all …]
H A Dmysqli_nonapi.c674 MYSQLI_RESOURCE *my_res; local
676 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {
680 mysql = (MY_MYSQL*) my_res->ptr;
681 if (MYSQLI_STATUS_VALID && my_res->status < MYSQLI_STATUS_VALID) {
714 MYSQLI_RESOURCE *my_res; local
716 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {
720 mysql = (MY_MYSQL *) my_res->ptr;

Completed in 13 milliseconds