dkim_iter_ctx_free()

[back to index]

SYNOPSIS
#include <dkim.h>
DKIM_STAT dkim_iter_ctx_free(
	DKIM_ITER_CTX *ctx
);
Release resources associated with a nametable iteration context.
DESCRIPTION
Called When dkim_iter_ctx_free() must be passed a table iteration context returned by dkim_nametable_first()
Effects Releases resources that were allocated and assigned to the context ctx when it was returned by dkim_nametable_first(). The context ctx may not be reused.
ARGUMENTS
ArgumentDescription
ctx A DKIM_ITER_CTX context returned by a previous call to dkim_nametable_first().
RETURN VALUES
  • DKIM_STAT_OK -- operation was successful
NOTES None.

Copyright (c) 2005, 2006 Sendmail, Inc. and its suppliers. All rights reserved.
Copyright (c) 2009-2014, 2024 The Trusted Domain Project. All rights reserved.
By using this file, you agree to the terms and conditions set forth in the respective licenses.