Home | History | Annotate | Download | only in slapd

Lines Matching refs:ber_scanf

72 	rtag = ber_scanf( ber, "{t" /*"}"*/, &tag );
75 Debug( LDAP_DEBUG_ANY, " get_mra ber_scanf\n" );
82 rtag = ber_scanf( ber, "m", &rule_text );
84 Debug( LDAP_DEBUG_ANY, " get_mra ber_scanf for mr\n" );
90 rtag = ber_scanf( ber, "t", &tag );
92 Debug( LDAP_DEBUG_ANY, " get_mra ber_scanf\n" );
100 rtag = ber_scanf( ber, "m", &type );
102 Debug( LDAP_DEBUG_ANY, " get_mra ber_scanf for ad\n" );
108 rtag = ber_scanf( ber, "t", &tag );
110 Debug( LDAP_DEBUG_ANY, " get_mra ber_scanf\n" );
118 Debug( LDAP_DEBUG_ANY, " get_mra ber_scanf missing value\n" );
124 rtag = ber_scanf( ber, "m", &value );
127 Debug( LDAP_DEBUG_ANY, " get_mra ber_scanf\n" );
136 rtag = ber_scanf( ber, /*"{"*/ "b}", &ma.ma_dnattrs );
138 rtag = ber_scanf( ber, /*"{"*/ "}" );
142 Debug( LDAP_DEBUG_ANY, " get_mra ber_scanf\n" );