Home
last modified time | relevance | path

Searched refs:result_allocated (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/mysql/
H A Dphp_mysql_structs.h124 long result_allocated; variable
H A Dphp_mysql.c418 MySG(result_allocated)--; in _free_mysql_result()
528 mysql_globals->result_allocated = 0; in PHP_INI_END()
634 MySG(result_allocated) = 0; in PHP_RINIT_FUNCTION()
661 if (MySG(result_allocated)){ in PHP_RSHUTDOWN_FUNCTION()
662 …free_result to free result sets which were requested using mysql_query()", MySG(result_allocated)); in PHP_RSHUTDOWN_FUNCTION()
1526 MySG(result_allocated)++;
1627 MySG(result_allocated)++;
1665 MySG(result_allocated)++;
1703 MySG(result_allocated)++;
1736 MySG(result_allocated)++;

Completed in 12 milliseconds