Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqli/
H A Dphp_mysqli_structs.h268 MYSQLI_RESOURCE *my_res; \
270 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {\
274 __ptr = (__type)my_res->ptr; \
275 if (__check && my_res->status < __check) { \
283 MYSQLI_RESOURCE *my_res; \
284 if (!(my_res = (MYSQLI_RESOURCE *)(__obj->ptr))) {\
288 __ptr = (__type)my_res->ptr; \
289 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.c661 MYSQLI_RESOURCE *my_res; local
663 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {
667 mysql = (MY_MYSQL*) my_res->ptr;
668 if (MYSQLI_STATUS_VALID && my_res->status < MYSQLI_STATUS_VALID) {
701 MYSQLI_RESOURCE *my_res; local
703 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {
707 mysql = (MY_MYSQL *) my_res->ptr;

Completed in 21 milliseconds