Searched refs:rep (Results 1 - 25 of 269) sorted by relevance

1234567891011

/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dfree.c37 krb5_free_kdc_rep(krb5_context context, krb5_kdc_rep *rep) argument
39 free_KDC_REP(&rep->kdc_rep);
40 free_EncTGSRepPart(&rep->enc_part);
41 free_KRB_ERROR(&rep->error);
42 memset(rep, 0, sizeof(*rep));
/macosx-10.10/BerkeleyDB-21/db/rep/
H A Drep_elect.c23 #define IS_PHASE1_DONE(rep) \
24 ((rep)->sites >= (rep)->nsites && (rep)->w_priority > 0)
26 #define I_HAVE_WON(rep, winner) \
27 ((rep)->votes >= (rep)->nvotes && winner == (rep)->eid)
57 REP *rep; local
80 rep
508 REP *rep; local
719 REP *rep; local
980 REP *rep; local
1103 REP *rep; local
[all...]
H A Drep_region.c32 REP *rep; local
42 if ((ret = __env_alloc(infop, sizeof(REP), &rep)) != 0)
44 memset(rep, 0, sizeof(*rep));
52 env, MTX_REP_REGION, 0, &rep->mtx_region)) != 0)
62 env, MTX_REP_DATABASE, 0, &rep->mtx_clientdb)) != 0)
66 env, MTX_REP_CHKPT, 0, &rep->mtx_ckp)) != 0)
70 env, MTX_REP_EVENT, 0, &rep->mtx_event)) != 0)
73 rep->newmaster_event_gen = 0;
74 rep
130 REP *rep; local
[all...]
H A Drep_verify.c40 REP *rep; local
46 rep = db_rep->region;
51 if (!F_ISSET(rep, REP_F_RECOVER_VERIFY))
69 MUTEX_LOCK(env, rep->mtx_clientdb);
71 MUTEX_UNLOCK(env, rep->mtx_clientdb);
85 if ((ret = __rep_log_backup(env, rep, logc, &lsn)) == 0) {
86 MUTEX_LOCK(env, rep->mtx_clientdb);
89 lp->wait_ts = rep->request_gap;
90 MUTEX_UNLOCK(env, rep->mtx_clientdb);
99 STAT(rep
139 REP *rep; local
275 REP *rep; local
329 REP *rep; local
459 REP *rep; local
[all...]
H A Drep_record.c33 #define MASTER_ONLY(rep, rp) do { \
34 if (!F_ISSET(rep, REP_F_MASTER)) { \
44 #define CLIENT_ONLY(rep, rp) do { \
45 if (!F_ISSET(rep, REP_F_CLIENT)) { \
75 if (F_ISSET(rep, REP_F_CLIENT)) { \
76 STAT(rep->stat.st_client_svc_req++); \
78 STAT(rep->stat.st_client_svc_miss++); \
79 ret = __rep_skip_msg(env, rep, eid, rp->rectype);\
94 STAT(rep->stat.st_msgs_recover++); \
95 ret = __rep_skip_msg(env, rep, ei
153 REP *rep; local
966 REP *rep; local
1372 REP *rep; local
1617 REP *rep; local
1689 REP *rep; local
1851 REP *rep; local
2054 REP *rep; local
2196 REP *rep; local
2221 REP *rep; local
[all...]
H A Drep_method.c105 REP *rep; local
125 rep = db_rep->region;
126 if (FLD_ISSET(rep->config, mapped))
156 REP *rep; local
182 rep = db_rep->region;
188 if (F_ISSET(rep, REP_F_START_CALLED)) {
201 MUTEX_LOCK(env, rep->mtx_clientdb);
203 orig = rep->config;
205 FLD_SET(rep->config, mapped);
207 FLD_CLR(rep
326 REP *rep; local
748 REP *rep; local
918 REP *rep; local
1163 REP *rep; local
1206 REP *rep; local
1245 REP *rep; local
1276 REP *rep; local
1302 REP *rep; local
1325 REP *rep; local
1349 REP *rep; local
1426 REP *rep; local
1485 REP *rep; local
1534 REP *rep; local
1591 REP *rep; local
1632 REP *rep; local
1660 REP *rep; local
1777 REP *rep; local
[all...]
H A Drep_stat.c67 REP *rep; local
72 rep = db_rep->region;
87 dolock = FLD_ISSET(rep->flags, REP_F_RECOVER_MASK) ? 0 : 1;
88 memcpy(stats, &rep->stat, sizeof(*stats));
91 if (F_ISSET(rep, REP_F_EPHASE1))
93 else if (F_ISSET(rep, REP_F_EPHASE2))
96 stats->st_election_nsites = rep->sites;
97 stats->st_election_cur_winner = rep->winner;
98 stats->st_election_priority = rep->w_priority;
99 stats->st_election_gen = rep
438 REP *rep; local
[all...]
H A Drep_lease.c34 REP *rep; local
42 rep = db_rep->region;
52 timespecadd(&mytime, &rep->lease_duration);
58 if (IN_ELECTION(rep)) {
62 if (timespeccmp(&mytime, &rep->grant_expire, >))
63 rep->grant_expire = mytime;
77 (void)__rep_send_message(env, rep->master_id, REP_LEASE_GRANT,
95 REP *rep; local
99 rep = db_rep->region;
106 return (timespeccmp(&mytime, &rep
124 REP *rep; local
167 REP *rep; local
272 REP *rep; local
377 REP *rep; local
424 REP *rep; local
465 REP *rep; local
[all...]
H A Drep_util.c68 REP *rep; local
76 rep = db_rep->region;
88 MUTEX_LOCK(env, rep->mtx_clientdb);
90 MUTEX_UNLOCK(env, rep->mtx_clientdb);
92 MUTEX_LOCK(env, rep->mtx_clientdb);
105 STAT(rep->stat.st_bulk_overflows++);
110 MUTEX_UNLOCK(env, rep->mtx_clientdb);
124 STAT(rep->stat.st_bulk_fills++);
126 MUTEX_UNLOCK(env, rep->mtx_clientdb);
145 MUTEX_UNLOCK(env, rep
216 REP *rep; local
331 REP *rep; local
[all...]
H A Drep_backup.c527 REP *rep; local
532 rep = db_rep->region;
551 if (F_ISSET(rep, REP_F_MASTER))
588 REP *rep; local
599 rep = db_rep->region;
607 use_bulk = FLD_ISSET(rep->config, REP_C_BULK);
653 repth.gbytes = rep->gbytes;
654 repth.bytes = rep->bytes;
706 if (F_ISSET(rep, REP_F_MASTER)) {
836 REP *rep; local
1328 REP *rep; local
1479 REP *rep; local
[all...]
H A Drep_log.c33 REP *rep; local
45 rep = db_rep->region;
61 use_bulk = FLD_ISSET(rep->config, REP_C_BULK);
68 repth.gbytes = rep->gbytes;
69 repth.bytes = rep->bytes;
81 if (ret == DB_NOTFOUND && F_ISSET(rep, REP_F_MASTER))
114 ret = __rep_chk_newfile(env, logc, rep, rp, eid);
123 if (ret == DB_NOTFOUND && F_ISSET(rep, REP_F_MASTER)) {
147 if (rep->version < DB_REPVERSION_47)
169 (F_ISSET(rep, REP_F_MASTE
228 REP *rep; local
334 REP *rep; local
375 REP *rep; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Durep.h57 * @param rep A pointer to "this" UReplaceable object.
61 int32_t (*length)(const UReplaceable* rep);
66 * returned by (*length)(rep). See unistr.h for a description of
69 * @param rep A pointer to "this" UReplaceable object.
74 UChar (*charAt)(const UReplaceable* rep,
82 * @param rep A pointer to "this" UReplaceable object.
87 UChar32 (*char32At)(const UReplaceable* rep,
95 * @param rep A pointer to "this" UReplaceable object.
106 void (*replace)(UReplaceable* rep,
116 * @param rep
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Carbon/
H A DCarbonUtils.m102 NSBitmapImageRep* rep = NULL;
110 rep = [reps objectAtIndex:i];
115 if ( rep )
117 //CGColorSpaceRef csync = (CGColorSpaceRef)[rep valueForProperty:NSImageColorSyncProfileData];
121 [rep getBitmapDataPlanes:planes];
123 image = _NSCreateImageRef( planes, [rep pixelsWide], [rep pixelsHigh],
124 [rep bitsPerSample], [rep samplesPerPixel], [rep bitsPerPixe
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecImport.cpp45 SecImportRep *rep,
51 if((rep->mExternType == kSecItemTypeUnknown) && (itemType != kSecItemTypeUnknown)) {
52 rep->mExternType = itemType;
54 if((rep->mExternFormat == kSecFormatUnknown) && (inputFormat != kSecFormatUnknown)) {
55 rep->mExternFormat = inputFormat;
59 if(rep->mExternType == kSecItemTypeUnknown) {
61 if(rep->mExternFormat == kSecFormatUnknown) {
67 format = rep->mExternFormat;
76 rep->mExternType = kSecItemTypeAggregate;
79 rep
44 impExpInferTypeAndFormat( SecImportRep *rep, CFStringRef fileStr, SecExternalFormat inputFormat, SecExternalItemType itemType) argument
205 SecImportRep *rep = NULL; local
[all...]
H A DSecExport.cpp58 SecExportRep *rep; local
66 rep = SecExportRep::vend(certRef);
67 CFArrayAppendValue(exportReps, rep);
76 rep = SecExportRep::vend(keyRef);
77 CFArrayAppendValue(exportReps, rep);
83 SecExportRep *rep = SecExportRep::vend(thing); local
85 (int)rep->externType());
86 CFArrayAppendValue(exportReps, rep);
87 if(rep->externType() == kSecItemTypeCertificate) {
124 SecExportRep *rep local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImport.cpp45 SecImportRep *rep,
51 if((rep->mExternType == kSecItemTypeUnknown) && (itemType != kSecItemTypeUnknown)) {
52 rep->mExternType = itemType;
54 if((rep->mExternFormat == kSecFormatUnknown) && (inputFormat != kSecFormatUnknown)) {
55 rep->mExternFormat = inputFormat;
59 if(rep->mExternType == kSecItemTypeUnknown) {
61 if(rep->mExternFormat == kSecFormatUnknown) {
67 format = rep->mExternFormat;
76 rep->mExternType = kSecItemTypeAggregate;
79 rep
44 impExpInferTypeAndFormat( SecImportRep *rep, CFStringRef fileStr, SecExternalFormat inputFormat, SecExternalItemType itemType) argument
205 SecImportRep *rep = NULL; local
[all...]
H A DSecExport.cpp58 SecExportRep *rep; local
66 rep = SecExportRep::vend(certRef);
67 CFArrayAppendValue(exportReps, rep);
76 rep = SecExportRep::vend(keyRef);
77 CFArrayAppendValue(exportReps, rep);
83 SecExportRep *rep = SecExportRep::vend(thing); local
85 (int)rep->externType());
86 CFArrayAppendValue(exportReps, rep);
87 if(rep->externType() == kSecItemTypeCertificate) {
124 SecExportRep *rep local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImport.cpp45 SecImportRep *rep,
51 if((rep->mExternType == kSecItemTypeUnknown) && (itemType != kSecItemTypeUnknown)) {
52 rep->mExternType = itemType;
54 if((rep->mExternFormat == kSecFormatUnknown) && (inputFormat != kSecFormatUnknown)) {
55 rep->mExternFormat = inputFormat;
59 if(rep->mExternType == kSecItemTypeUnknown) {
61 if(rep->mExternFormat == kSecFormatUnknown) {
67 format = rep->mExternFormat;
76 rep->mExternType = kSecItemTypeAggregate;
79 rep
44 impExpInferTypeAndFormat( SecImportRep *rep, CFStringRef fileStr, SecExternalFormat inputFormat, SecExternalItemType itemType) argument
205 SecImportRep *rep = NULL; local
[all...]
H A DSecExport.cpp58 SecExportRep *rep; local
66 rep = SecExportRep::vend(certRef);
67 CFArrayAppendValue(exportReps, rep);
76 rep = SecExportRep::vend(keyRef);
77 CFArrayAppendValue(exportReps, rep);
83 SecExportRep *rep = SecExportRep::vend(thing); local
85 (int)rep->externType());
86 CFArrayAppendValue(exportReps, rep);
87 if(rep->externType() == kSecItemTypeCertificate) {
124 SecExportRep *rep local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGDesiredIdentifiers.cpp55 void DesiredIdentifiers::addLazily(StringImpl* rep) argument
57 m_addedIdentifiers.append(rep);
74 StringImpl* rep = m_addedIdentifiers[i]; local
75 ASSERT(rep->hasAtLeastOneRef());
76 commonData->dfgIdentifiers.append(Identifier(&vm, rep));
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dbzero.s78 rep
82 rep
96 rep
100 rep
H A Dbcopy.s70 rep
74 rep
101 rep
105 rep
117 rep
123 rep
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dsed0.c77 commands->rep = alloc_reptr(commands);
78 if (commands->rep == NULL)
81 commands->rep->ad1 = commands->respace;
181 sed_reptr_t *rep; local
184 rep = lpt->chain;
185 while (rep->lb1) {
188 next = rep->lb1;
189 rep->lb1 = address;
190 rep = next;
192 rep
[all...]
/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dconnect.c46 krb5_data request, rep; local
50 krb5_data_zero(&rep);
81 ret = kcm_dispatch(kcm_context, &peercred, &request, &rep);
87 (*complete)(cctx, ret, &rep);
88 krb5_data_free(&rep);
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Doptjoin.c54 register Optpass_f rep; local
66 err = rep = 0;
112 if (!rep || opt_info.index != last_index || opt_info.offset != last_offset)
113 rep = fun;
114 else if (fun == rep)

Completed in 568 milliseconds

1234567891011