HomeSort by: relevance | last modified time | path
    Searched refs:ber_get_int (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
account_usability.c 84 if (ber_get_int( ber, &usabilityp->seconds_remaining ) == LBER_DEFAULT) goto exit;
103 if (ber_get_int( ber, &more_info.remaining_grace ) == LBER_DEFAULT) goto exit;
106 if (ber_get_int( ber, &more_info.seconds_before_unlock ) == LBER_DEFAULT) goto exit;
ppolicy.c 168 if (ber_get_int( ber, &exp ) == LBER_DEFAULT) goto exit;
171 if (ber_get_int( ber, &grace ) == LBER_DEFAULT) goto exit;
psearchctrl.c 335 tag = ber_get_int( ber, &chgnum );
result.c 597 if ( ber_get_int( ber, &id ) == LBER_ERROR ) {
tls_g.c 515 tag = ber_get_int( ber, &i ); /* Int: Version */
  /src/external/bsd/openldap/lib/liblber/
Makefile 26 lber-decode.3 ber_get_int.3 \
  /src/external/bsd/openldap/dist/libraries/liblber/
decode.c 287 ber_get_int( function
338 return ber_get_int( ber, num );
684 return ber_get_int( ber, boolval );
796 rc = ber_get_int( ber, i );
  /src/external/bsd/openldap/dist/include/
lber.h 276 ber_get_int LDAP_P((
  /src/external/bsd/openldap/dist/servers/lloadd/
operation.c 160 tag = ber_get_int( ber, &op->o_client_msgid );
bind.c 272 tag = ber_get_int( copy, &version );
upstream.c 207 tag = ber_get_int( ber, &needle.o_upstream_msgid );
  /src/external/bsd/openldap/dist/servers/slapd/
schema_init.c 347 tag = ber_get_int( ber, &version );
426 tag = ber_get_int( ber, &version );
541 tag = ber_get_int( ber, &version ); /* X.509 only allows v2 */
629 tag = ber_get_int( ber, &version );
3748 tag = ber_get_int( ber, &i ); /* version */
4244 tag = ber_get_int( ber, &version );
connection.c 1575 if ( (tag = ber_get_int( ber, &msgid )) != LDAP_TAG_MSGID ) {
1577 Debug( LDAP_DEBUG_ANY, "ber_get_int returns 0x%lx\n", tag );

Completed in 46 milliseconds