sasl_utf8verify - encode base64 string
cc [ flag ... ] file ... -lsasl [ library ... ] #include <sasl/saslutil.h> int sasl_utf8verify(const char *str, unsigned len);
Use the sasl_utf8verify() interface to verify that a string is valid UTF-8 and does not contain NULL, a carriage return, or a linefeed. If len ==0, strlen(str) will be used.
str
len
sasl_utf8verify() returns an integer that corresponds to a SASL error code.
SASL_OK
SASL_BADPROT
See attributes(5) for descriptions of the following attributes:
|
attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |