/* Copyright (c) 2014-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "hash.h"
#include "str-table.h"
struct str_table {
};
{
return table;
}
{
char *key;
void *value;
}
{
}
{
char *key;
void *value;
unsigned int ref;
ref = 1;
} else {
ref++;
}
return key;
}
{
char *key;
void *value;
unsigned int ref;
i_unreached();
if (--ref > 0)
else {
}
}