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

/macosx-10.9.5/text_cmds-87/tr/
H A Dcset.c71 struct csnode *csn, *ncsn; local
80 csn = malloc(sizeof(*cs->cs_root));
81 if (csn == NULL)
83 csn->csn_left = csn->csn_right = NULL;
84 csn->csn_min = csn->csn_max = ch;
85 cs->cs_root = csn;
93 csn = cs->cs_root = cset_splay(cs->cs_root, ch);
98 if (cset_rangecmp(csn, c
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dldapsync.c37 BerVarray csn,
43 if ( csn ) {
44 for (; !BER_BVISNULL( &csn[numcsn] ); numcsn++);
67 len += csn[i].bv_len + 1;
69 len += STRLENOF("rid=123,csn=");
80 ptr = lutil_strcopy( ptr, "csn=" );
82 ptr = lutil_strncopy( ptr, csn[i].bv_val, csn[i].bv_len );
126 struct berval csn = *csnp; local
129 p = ber_bvchr( &csn, '#' );
34 slap_compose_sync_cookie( Operation *op, struct berval *cookie, BerVarray csn, int rid, int sid ) argument
[all...]
H A Dctxcsn.c181 struct berval *csn )
189 Debug( LDAP_DEBUG_SYNC, "slap_queue_csn: queing %p %s\n", csn->bv_val, csn->bv_val, 0 );
193 ber_dupbv( &pending->ce_csn, csn );
195 pending->ce_sid = slap_parse_csn_sid( csn );
207 struct berval *csn,
210 if ( csn == NULL ) return LDAP_OTHER;
212 csn->bv_len = ldap_pvt_csnstr( csn->bv_val, csn
205 slap_get_csn( Operation *op, struct berval *csn, int manage_ctxcsn ) argument
[all...]
H A Dadd.c589 struct berval name, timestamp, csn = BER_BVNULL; local
603 csn = a->a_vals[0];
607 csn.bv_val = csnbuf;
608 csn.bv_len = sizeof(csnbuf);
609 slap_get_csn( op, &csn, manage_ctxcsn );
612 slap_queue_csn( op, &csn );
615 csn = op->o_csn;
617 ptr = ber_bvchr( &csn, '#' );
620 AC_MEMCPY( timebuf, csn.bv_val, timestamp.bv_len );
667 slap_schema.si_ad_entryCSN, &csn, NUL
[all...]
H A Dmodify.c869 struct berval name, timestamp, csn = BER_BVNULL; local
890 csn = (*modtail)->sml_values[0];
905 csn.bv_val = csnbuf;
906 csn.bv_len = sizeof( csnbuf );
907 slap_get_csn( op, &csn, manage_ctxcsn );
911 slap_queue_csn( op, &csn );
916 csn = op->o_csn;
919 ptr = ber_bvchr( &csn, '#' );
922 AC_MEMCPY( timebuf, csn.bv_val, timestamp.bv_len );
952 ber_dupbv( &mod->sml_values[0], &csn );
[all...]
H A Dslapadd.c86 struct berval csn; local
205 csn.bv_len = ldap_pvt_csnstr( csnbuf, sizeof( csnbuf ), csnsid, 0 );
206 csn.bv_val = csnbuf;
249 vals[0] = csn;
H A Dsyncrepl.c731 BerVarray csn = NULL; local
740 slap_schema.si_ad_contextCSN, &csn, ACL_READ );
742 if ( csn ) {
743 si->si_cookieState->cs_vals = csn;
744 for (i=0; !BER_BVISNULL( &csn[i] ); i++);
746 si->si_cookieState->cs_sids = slap_parse_csn_sids( csn, i, NULL );
747 slap_sort_csn_sids( csn, si->si_cookieState->cs_sids, i, NULL );
3341 struct berval csn; local
3455 csn = sc->ctxcsn[m];
3457 csn
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Ddelete.c103 struct berval csn; local
106 csn.bv_val = csnbuf;
107 csn.bv_len = sizeof(csnbuf);
108 slap_get_csn( op, &csn, 1 );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Daccesslog.c579 struct berval csn; /* an arbitrary old CSN */ member in struct:purge_data
602 if ( memcmp( a->a_nvals[0].bv_val, pd->csn.bv_val, len ) > 0 ) {
603 AC_MEMCPY( pd->csn.bv_val, a->a_nvals[0].bv_val, len );
604 pd->csn.bv_len = len;
667 pd.csn.bv_len = sizeof( csnbuf );
668 pd.csn.bv_val = csnbuf;
681 op->o_csn = pd.csn;
704 bv[0] = pd.csn;
H A Dsyncprov.c140 * have been made without updating the csn. */
159 short osid; /* sid of op csn */
604 syncprov_findcsn( Operation *op, find_csn_t mode, struct berval *csn )
677 cf.f_av_value = *csn;
1507 * without a csn. We cannot reliably determine the consumers
1540 /* Keep the list in csn order. */
1631 Debug( LDAP_DEBUG_SYNC, "srs csn %s\n",
1635 Debug( LDAP_DEBUG_SYNC, "log csn %s\n", se->se_csn.bv_val, 0, 0 );
1840 * all the attribute values, as there may be more than one csn
1841 * that changed, and only one can be passed in the csn queu
3111 struct berval csn; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dadd.c932 struct berval csn; local
934 csn.bv_val = buf;
935 csn.bv_len = sizeof( buf );
936 slap_get_csn( op, &csn, 1 );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c1479 struct berval csn; local
1482 csn.bv_val = csnbuf;
1483 csn.bv_len = sizeof( csnbuf );
1484 slap_get_csn( op, &csn, 1 );
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmmix.vim89 syn keyword mmixOpcode csn csz csp csod
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest058-syncrepl-asymmetric2214 $SLAPD -F slapd.d -h $URI1 -c rid=4,csn=0 -d $LVL $TIMING >> $LOG1 2>&1 &
2280 $SLAPD -F slapd.d -h $URI4 -c rid=1,csn=0 -d $LVL $TIMING >> $LOG4 2>&1 &
2333 # syncprov must always select the one with the lowest csn value.

Completed in 151 milliseconds