Searched refs:referralsp (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | references.c | 87 char ***referralsp, in ldap_parse_reference() argument 125 if( referralsp != NULL ) { in ldap_parse_reference() 127 *referralsp = refs; in ldap_parse_reference()
|
| H A D | error.c | 244 char ***referralsp, in ldap_parse_result() argument 263 if(referralsp != NULL) *referralsp = NULL; in ldap_parse_result() 388 if( referralsp != NULL) { in ldap_parse_result() 389 *referralsp = ldap_value_dup( ld->ld_referrals ); in ldap_parse_result()
|
| H A D | request.c | 1502 ldap_append_referral( LDAP *ld, char **referralsp, char *s ) in ldap_append_referral() argument 1506 if ( *referralsp == NULL ) { in ldap_append_referral() 1508 *referralsp = (char *)LDAP_MALLOC( strlen( s ) + LDAP_REF_STR_LEN in ldap_append_referral() 1512 *referralsp = (char *)LDAP_REALLOC( *referralsp, in ldap_append_referral() 1513 strlen( *referralsp ) + strlen( s ) + 2 ); in ldap_append_referral() 1516 if ( *referralsp == NULL ) { in ldap_append_referral() 1522 strcpy( *referralsp, LDAP_REF_STR ); in ldap_append_referral() 1524 strcat( *referralsp, "\n" ); in ldap_append_referral() 1526 strcat( *referralsp, s ); in ldap_append_referral()
|
| H A D | ldap-int.h | 815 char **refs, int sref, char **referralsp, int *hadrefp ); 816 LDAP_F (int) ldap_append_referral( LDAP *ld, char **referralsp, char *s );
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap.h | 1406 char ***referralsp, 1643 char ***referralsp,
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | aspell.en.pws | 1124 referralsp
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-ietf-ldapext-ldap-c-api-xx.txt | 2641 char ***referralsp, 2714 referralsp This result parameter will be filled in with the contents 2720 field. If no referrals were returned, *referralsp is set 3175 char ***referralsp, 3195 referralsp This result parameter will be filled in with an allocated 3199 ldap_value_free(). If referralsp is NULL, the referral 3201 *referralsp is set to NULL. 3218 of the referralsp and serverctrlsp result parameters are undefined. 4527 *retdatap, *referralsp, and *serverctrlsp will be set to NULL if no
|