result_allocated  418 ext/mysql/php_mysql.c 	MySG(result_allocated)--;
result_allocated  528 ext/mysql/php_mysql.c 	mysql_globals->result_allocated = 0;
result_allocated  634 ext/mysql/php_mysql.c 	MySG(result_allocated) = 0;
result_allocated  661 ext/mysql/php_mysql.c 		if (MySG(result_allocated)){
result_allocated  662 ext/mysql/php_mysql.c 			php_error_docref("function.mysql-free-result" TSRMLS_CC, E_WARNING, "%lu result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query()", MySG(result_allocated));
result_allocated 1528 ext/mysql/php_mysql.c 	MySG(result_allocated)++;
result_allocated 1629 ext/mysql/php_mysql.c 	MySG(result_allocated)++;
result_allocated 1667 ext/mysql/php_mysql.c 	MySG(result_allocated)++;
result_allocated 1705 ext/mysql/php_mysql.c 	MySG(result_allocated)++;
result_allocated 1738 ext/mysql/php_mysql.c 	MySG(result_allocated)++;
result_allocated  124 ext/mysql/php_mysql_structs.h 	long result_allocated;