Home
last modified time | relevance | path

Searched refs:seqlength (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetattr.c62 ber_int_t seqlength; in ldap_first_attribute() local
89 if ( ber_scanf( *ber, "{xl{", &seqlength ) != LBER_ERROR && in ldap_first_attribute()
90 ber_set_option( *ber, LBER_OPT_REMAINING_BYTES, &seqlength ) in ldap_first_attribute()