| 397 | } |
| 398 | |
| 399 | int CForward::PushStringEx(char *buffer, size_t length, int sz_flags, int cp_flags) |
| 400 | { |
| 401 | default_args_.PushString(buffer, length, sz_flags | cp_flags); |
| 402 | if (default_args_.error) |
| 403 | return SetError(SP_ERROR_PARAMS_MAX); |
| 404 | return SP_ERROR_NONE; |
| 405 | } |
| 406 | |
| 407 | void CForward::Cancel() |
| 408 | { |
no test coverage detected