Searched defs:baseTarget (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c250 check_lang_match( const char *target, const char *baseTarget, argument
340 char *baseTarget = NULL; local
373 baseTarget = (char *)NSLDAPI_MALLOC( len + 1 );
374 if (baseTarget == NULL) {
377 memcpy( baseTarget, target, len );
378 baseTarget[len] = 0;
400 if ( check_base_match( (const char *)baseTarget, attr ) ) {
401 int thisMatch = check_lang_match( target, baseTarget,
426 NSLDAPI_FREE( baseTarget );

Completed in 80 milliseconds