sasl_encode.3 | sasl_encode.3 | |||
---|---|---|---|---|
sasl_encode(10 July 2001) sasl_encode(10 July 20 01) | sasl_encode(3) SASL man pages sasl_encode (3) | |||
NAME | NAME | |||
sasl_encode - Encode data for transport to authenticated host | sasl_encode - Encode data for transport to authenticated host | |||
SYNOPSIS | SYNOPSIS | |||
#include <sasl/sasl.h> | #include <sasl/sasl.h> | |||
int sasl_encode(sasl_conn_t *conn, | int sasl_encode(sasl_conn_t *conn, | |||
const char * input, | const char * input, | |||
unsigned inputlen, | unsigned inputlen, | |||
skipping to change at line 38 | skipping to change at line 38 | |||
sasl_encodev does the same, but for a struct iovec instead of a char ac‐ | sasl_encodev does the same, but for a struct iovec instead of a char ac‐ | |||
ter buffer. | ter buffer. | |||
output contains the encoded data and is allocated/freed by the libra ry. | output contains the encoded data and is allocated/freed by the libra ry. | |||
RETURN VALUE | RETURN VALUE | |||
Returns SASL_OK on success. See sasl_errors(3) for meanings of ot her | Returns SASL_OK on success. See sasl_errors(3) for meanings of ot her | |||
return codes. | return codes. | |||
CONFORMING TO | CONFORMING TO | |||
RFC 2222 | RFC 4422 | |||
SEE ALSO | SEE ALSO | |||
sasl(3), sasl_errors(3), sasl_decode(3) | sasl(3), sasl_errors(3), sasl_decode(3) | |||
SASL man pages SASL sasl_encode(10 July 20 01) | SASL 10 July 2001 sasl_encode (3) | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |