afc_regexp_set_buffer

Name

afc_regexp_set_buffer  -- Sets buffer for replace operations

Synopsis

int afc_regexp_set_buffer ( RegExp * regexp, int size );

Description

Sets the buffer for all the afc_regexp_replace() operation. At startup, the buffer is set to a default value, but it can be changed at any time using this method.

Inputs

regexp

Pointer to a valid afc_regexp class.

size

New dimension (in bytes) of the buffer

Result

should be AFC_ERR_NO_ERROR

See Also