⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lber-types.3

📁 开放源码的ldap系统
💻 3
字号:
.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -