Searched refs:first_result (Results 1 – 2 of 2) sorted by relevance
443 MYSQL_RES *first_result = 0; in plmysql_query() local499 if (first_result == 0) { in plmysql_query()500 first_result = temp_result; in plmysql_query()538 if (first_result == 0 && dict_mysql->require_result_set) { in plmysql_query()554 if (first_result) { in plmysql_query()555 mysql_free_result(first_result); in plmysql_query()556 first_result = 0; in plmysql_query()569 *result = first_result; in plmysql_query()
567 auto first_result = clobber_group_or_single_def (first); in find_def() local568 if (*insn <= *last_def (first_result)->insn ()) in find_def()571 return { first_result, comparison }; in find_def()