lber-types.3
来自「开放源码的ldap系统」· 3 代码 · 共 47 行
3
47 行
.TH LBER_TYPES 3 "12 July 2000" "OpenLDAP LDVERSION".\" $OpenLDAP: pkg/ldap/doc/man/man3/lber-types.3,v 1.2.2.2 2001/05/17 23:20:26 kurt Exp $.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved..\" Copying restrictions apply. See COPYRIGHT/LICENSE..SH NAMEber_int_t, ber_len_t, ber_tag_t \- LBER types.SH SYNOPSIS.nf.ft B#include <lber.h>.ft.fi.LP.nf.ft Btypedef impl_int_t ber_int_t;typedef impl_len_t ber_len_t;typedef impl_tag_t ber_tag_t;.ft.fi.SH DESCRIPTION.LPThe are basic types defined for use with the Lightweight BER library..LP.B ber_int_tis a signed integer of at least 32 bits..LP.B ber_len_tis a unsigned integer of at least 32 bits used to represent a length. It is commonly equivalent to a.BR size_t ..LP.B ber_len_tis a unsigned integer of at least 32 bits used to represent aBER tag. It is commonly equivalent to a.BR unsigned\ long ..SH SEE ALSO.BR lber-encode (3).BR lber-decode (3).BR lber-memory (3).LP.SH ACKNOWLEDGEMENTS.B OpenLDAPis developed and maintained by The OpenLDAP Project (http://www.openldap.org/)..B OpenLDAPis derived from University of Michigan LDAP 3.3 Release.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?