Skip to main content

sieve_return_value_append_string

Last updated March 2020

Name

sieve_return_value_append_string — Append a string to the return value

Synopsis

#include "sieve/ecsieve.h"

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

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

Description

Append a string to the return value.

Parameters

seng

The Sieve engine state.

str

The string value to append.

len

The length of the appended string value.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?