Searched refs:octet_str (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dldapsync.c110 if ( !BER_BVISNULL( &cookie->octet_str )) {
111 ch_free( cookie->octet_str.bv_val );
112 BER_BVZERO( &cookie->octet_str );
268 if ( cookie->octet_str.bv_len <= STRLENOF( "rid=" ) )
277 end = cookie->octet_str.bv_val + cookie->octet_str.bv_len;
279 for ( next=cookie->octet_str.bv_val; next < end; ) {
379 struct berval octet_str = BER_BVNULL; local
385 octet_str.bv_len = snprintf( csnbuf, LDAP_PVT_CSNSTR_BUFSIZE + 4,
388 octet_str
[all...]
H A Dsyncrepl.c455 if ( !BER_BVISNULL( &si->si_syncCookie.octet_str ) )
458 abs(si->si_type), &si->si_syncCookie.octet_str, rhint );
591 ch_free( si->si_syncCookie.octet_str.bv_val );
592 slap_compose_sync_cookie( NULL, &si->si_syncCookie.octet_str,
723 si->si_syncCookie.octet_str = sc->octet_str;
767 slap_compose_sync_cookie( NULL, &si->si_syncCookie.octet_str,
772 ch_free( si->si_syncCookie.octet_str.bv_val );
773 BER_BVZERO( &si->si_syncCookie.octet_str );
776 if ( BER_BVISNULL( &si->si_syncCookie.octet_str ))
[all...]
H A Dmain.c503 ber_str2bv( optarg, 0, 1, &scp->octet_str );
H A Dslap.h1774 struct berval octet_str; member in struct:sync_cookie
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dsyncprov.c3359 ber_dupbv_x( &sr->sr_state.octet_str, &cookie, op->o_tmpmemctx );

Completed in 165 milliseconds