Home | History | Annotate | Download | only in libldap

Lines Matching refs:attr

41 	char		*attr;
54 /* skip sequence, dn, sequence of, and snag the first attr */
55 if ( ber_scanf( &ber, "{x{{a" /*}}}*/, &attr ) == LBER_ERROR ) {
60 if ( strcasecmp( target, attr ) == 0 )
65 LDAP_FREE(attr);
66 attr = NULL;
68 if ( ber_scanf( &ber, /*{*/ "x}{a" /*}*/, &attr ) == LBER_ERROR ) {
73 if ( strcasecmp( target, attr ) == 0 )
78 LDAP_FREE(attr);
79 attr = NULL;
98 char *attr;
111 /* skip sequence, dn, sequence of, and snag the first attr */
112 if ( ber_scanf( &ber, "{x{{a" /* }}} */, &attr ) == LBER_ERROR ) {
117 if ( strcasecmp( target, attr ) == 0 )
122 LDAP_FREE( attr );
123 attr = NULL;
125 if ( ber_scanf( &ber, /*{*/ "x}{a" /*}*/, &attr ) == LBER_ERROR ) {
130 if ( strcasecmp( target, attr ) == 0 )
134 LDAP_FREE( attr );
135 attr = NULL;