Searched refs:ld_matched (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Doption.c113 *(char **)outvalue = ld->ld_matched;
224 if (ld->ld_matched)
225 free(ld->ld_matched);
226 ld->ld_matched = NULL;
228 ld->ld_matched = strdup((char *)invalue);
H A Derror.c278 if ( ld->ld_matched != NULL && *ld->ld_matched != '\0' )
280 ld->ld_matched );
323 if ( ld->ld_matched ) {
324 free( ld->ld_matched );
325 ld->ld_matched = NULL;
330 rc = ber_scanf( &ber, "{iaa}", &along, &ld->ld_matched,
H A Dunbind.c115 if ( ld->ld_matched != NULL )
116 free( ld->ld_matched );
H A Dadd.c262 retcode = ldap_parse_result(ld, res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
H A Ddelete.c195 retcode = ldap_parse_result( ld, res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
H A Dmodify.c237 retcode = ldap_parse_result(ld, res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
H A Drename.c168 retcode = ldap_parse_result( ld, res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
H A Durl.c447 retcode = ldap_parse_result(ld, *res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
476 retcode = ldap_parse_result(ld, *res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
H A Dcompare.c250 retcode = ldap_parse_result( ld, res, &ld->ld_errno, &ld->ld_matched, &ld->ld_error,
H A Dsearch.c845 retcode = ldap_parse_result(ld, *res, &ld->ld_errno, &ld->ld_matched,
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h283 char *ld_matched[MAX_THREAD_ID]; /* thread-specific */ member in struct:ldap
284 #define ld_matched ld_matched[ldap_thr_index()] macro
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c138 if ( ld->ld_matched != NULL )
139 NSLDAPI_FREE( ld->ld_matched );
H A Derror.c429 *m = ld->ld_matched;
462 if ( ld->ld_matched ) {
463 NSLDAPI_FREE( ld->ld_matched );
465 ld->ld_matched = m;
H A Dldap-int.h274 char *ld_matched; member in struct:ldap

Completed in 498 milliseconds