/* Copyright (c) 2005-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "bsearch-insert-pos.h"
unsigned int *idx_r)
{
const void *p;
int ret;
if (ret > 0)
else if (ret < 0)
else {
return TRUE;
}
}
idx++;
return FALSE;
}
int (*cmp)(const void *, const void *),
unsigned int *idx_r)
{
}