Skip to main content

Name

sieve_return_value_string — Set the return value to a string

Synopsis

#include "sieve/ecsieve.h"

| void **sieve_return_value_string** ( | seng, |   | |   | str, |   | |   | len); |   |

SENG * <var class="pdparam">seng</var>; const char * <var class="pdparam">str</var>; int <var class="pdparam">len</var>;

Description

Set the return value to a string.

Parameters

seng

The Sieve engine state.

str

The string return value.

len

The length of the string.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?