| /src/external/bsd/openldap/dist/servers/slapd/ |
| ldapsync.c | 112 if ( cookie->sids ) { 113 ch_free( cookie->sids ); 114 cookie->sids = NULL; 223 * bv_len order. Stuff our sids into the bv_len. 226 slap_sort_csn_sids( BerVarray csns, int *sids, int numcsns, void *memctx ) 235 a.a_nvals[i].bv_len = sids[i]; 243 sids[i] = a.a_nvals[i].bv_len; 261 ck->sids = ch_realloc( ck->sids, ck->numcsns * sizeof(int)); 264 ck->sids[i] = ck->sids[i-1] [all...] |
| syncrepl.c | 807 si->si_ridtxt, i, sc1->sids[i], sc1->ctxcsn[i].bv_val ); 811 si->si_ridtxt, i, sc2->sids[i], sc2->ctxcsn[i].bv_val ); 814 /* see if they cover the same SIDs */ 817 if ( sc1->sids[i] != sc2->sids[i] ) { 822 /* SIDs are the same, take fast path */ 840 if ( i < ei && sc1->sids[i] == -1 ) { 844 if ( j >= ej || (i < ei && sc1->sids[i] < sc2->sids[j] )) { 845 newsids[k] = sc1->sids[i] [all...] |
| slap.h | 1787 int *sids; member in struct:sync_cookie
|
| /src/tests/crypto/opencrypto/ |
| h_ioctl.c | 131 u_int32_t sids[COUNT]; local 133 memset(sids, 0, sizeof(sids)); 136 sf.sesid = sids;
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/ |
| flask_op.h | 65 /* IN: transition SIDs and class */ 78 * OUT: number of SIDs returned */ 81 /* IN: user to enumerate SIDs */ 84 XEN_GUEST_HANDLE(uint32) sids; member in union:xen_flask_userlist::__anon6701
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| syncprov.c | 149 int numcsns, *sids; member in struct:syncprov_accesslog_deletes 1928 if ( sid == srs->sr_state.sids[i] ) { 1945 if ( sid == uuid_progress->sids[i] ) { 2016 BerVarray ctxcsn, int numcsns, int *sids, 2104 if ( se->se_sid == srs->sr_state.sids[k] ) { 2115 if ( se->se_sid == sids[k] ) { 2247 BerVarray ctxcsn, int numcsns, int *sids, 2262 .sids = sids, 2309 * - the consumer's cookie (srs->sr_state.ctxcsn) has the same sids in th 3135 int i, *sids, numcsns; local [all...] |
| /src/external/bsd/openldap/dist/tests/progs/ |
| slapd-watcher.c | 147 "[-s <sids>] " 577 char **sids = NULL; local 601 sids = ldap_str2charray( optarg, "," ); 626 if ( sids ) { 627 for (i=0; sids[i]; i++ ); 629 fprintf(stderr, "Number of sids doesn't equal number of server URLs\n"); 644 if ( sids || numservers > 1 ) { 646 if ( sids ) 647 servers[i].sid = atoi(sids[i]);
|