HomeSort by: relevance | last modified time | path
    Searched defs:temp_result (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
dict_mysql.c 519 MYSQL_RES *temp_result; local
524 if ((temp_result = mysql_store_result(host->db)) != 0) {
526 first_result = temp_result;
533 mysql_free_result(temp_result);

Completed in 24 milliseconds