Lines Matching refs:hret
281 int hret;
284 hret = hash_lookup(options_table, &key, &val);
285 if (hret != HASH_SUCCESS && hret != HASH_ERROR_KEY_NOT_FOUND) {
287 hash_error_string(hret));
290 } else if (hret == HASH_SUCCESS) {
311 hret = hash_enter(options_table, &key, &val);
312 if (hret != HASH_SUCCESS) {
314 hash_error_string(hret));
1594 int hret;
1612 hret = hash_lookup(ctx->gpo_map_options_table, &key, &val);
1613 if (hret != HASH_SUCCESS && hret != HASH_ERROR_KEY_NOT_FOUND) {
1615 hash_error_string(hret));
1621 if (hret == HASH_ERROR_KEY_NOT_FOUND) {