| /webstack/webstack/branches/CoolStack12Rtm/src/squid-2.6.16/src/ |
| HttpReply.c | 51 static void httpReplyInit(HttpReply * rep); 52 static void httpReplyClean(HttpReply * rep); 53 static void httpReplyDoDestroy(HttpReply * rep); 54 static void httpReplyHdrCacheInit(HttpReply * rep); 55 static void httpReplyHdrCacheClean(HttpReply * rep); 56 static int httpReplyParseStep(HttpReply * rep, const char *parse_start, int atEnd); 57 static int httpReplyParseError(HttpReply * rep); 59 static time_t httpReplyHdrExpirationTime(const HttpReply * rep); 74 HttpReply *rep = memAllocate(MEM_HTTP_REPLY); local 75 debug(58, 7) ("creating rep: %p\n", rep) 207 HttpReply *rep = httpReplyCreate(); local [all...] |
| /webstack/webstack/trunk/src/squid-2.6.16/src/ |
| HttpReply.c | 51 static void httpReplyInit(HttpReply * rep); 52 static void httpReplyClean(HttpReply * rep); 53 static void httpReplyDoDestroy(HttpReply * rep); 54 static void httpReplyHdrCacheInit(HttpReply * rep); 55 static void httpReplyHdrCacheClean(HttpReply * rep); 56 static int httpReplyParseStep(HttpReply * rep, const char *parse_start, int atEnd); 57 static int httpReplyParseError(HttpReply * rep); 59 static time_t httpReplyHdrExpirationTime(const HttpReply * rep); 74 HttpReply *rep = memAllocate(MEM_HTTP_REPLY); local 75 debug(58, 7) ("creating rep: %p\n", rep) 207 HttpReply *rep = httpReplyCreate(); local [all...] |
| /webstack/webstack/trunk/src/squid/src/ |
| HttpReply.c | 51 static void httpReplyInit(HttpReply * rep); 52 static void httpReplyClean(HttpReply * rep); 53 static void httpReplyDoDestroy(HttpReply * rep); 54 static void httpReplyHdrCacheInit(HttpReply * rep); 55 static void httpReplyHdrCacheClean(HttpReply * rep); 56 static int httpReplyParseStep(HttpReply * rep, const char *parse_start, int atEnd); 57 static int httpReplyParseError(HttpReply * rep); 59 static time_t httpReplyHdrExpirationTime(const HttpReply * rep); 74 HttpReply *rep = memAllocate(MEM_HTTP_REPLY); local 75 debug(58, 7) ("creating rep: %p\n", rep) 202 HttpReply *rep = httpReplyCreate(); local [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/db-4.5.20/rep/ |
| rep_elect.c | 24 #define IS_PHASE1_DONE(rep) \ 25 ((rep)->sites >= (rep)->nsites && (rep)->w_priority > 0) 27 #define I_HAVE_WON(rep, winner) \ 28 ((rep)->votes >= (rep)->nvotes && winner == (rep)->eid) 30 static void __rep_cmp_vote __P((DB_ENV *, REP *, int, DB_LSN *, 34 static int __rep_tally __P((DB_ENV *, REP *, int, int *, u_int32_t, roff_t)) 55 REP *rep; local 409 REP *rep; local 603 REP *rep; local 866 REP *rep; local 957 REP *rep; local [all...] |
| rep_verify.c | 40 REP *rep; local 46 rep = db_rep->region; 69 if ((ret = __rep_log_backup(dbenv, rep, logc, &lsn)) == 0) { 70 MUTEX_LOCK(dbenv, rep->mtx_clientdb); 73 lp->wait_recs = rep->request_gap; 74 MUTEX_UNLOCK(dbenv, rep->mtx_clientdb); 91 rep->stat.st_outdated++; 97 F_CLR(rep, REP_F_RECOVER_VERIFY); 98 if (FLD_ISSET(rep->config, REP_C_NOAUTOINIT) | 135 REP *rep; local 214 REP *rep; local 267 REP *rep; local 348 REP *rep; local [all...] |
| rep_stat.c | 66 REP *rep; local 71 rep = db_rep->region; 86 dolock = FLD_ISSET(rep->flags, REP_F_RECOVER_MASK) ? 0 : 1; 87 memcpy(stats, &rep->stat, sizeof(*stats)); 90 if (F_ISSET(rep, REP_F_EPHASE1)) 92 else if (F_ISSET(rep, REP_F_EPHASE2)) 95 stats->st_election_nsites = rep->sites; 96 stats->st_election_cur_winner = rep->winner; 97 stats->st_election_priority = rep->w_priority 411 REP *rep; local [all...] |
| rep_backup.c | 23 static int __rep_filedone __P((DB_ENV *, int, REP *, __rep_fileinfo_args *, 29 static int __rep_log_setup __P((DB_ENV *, REP *)); 32 static int __rep_page_gap __P((DB_ENV *, REP *, __rep_fileinfo_args *, 36 static int __rep_queue_filedone __P((DB_ENV *, REP *, __rep_fileinfo_args *)); 41 static int __rep_write_page __P((DB_ENV *, REP *, __rep_fileinfo_args *)); 544 REP *rep; local 552 rep = db_rep->region; 596 if (F_ISSET(rep, REP_F_MASTER)) 629 REP *rep local 857 REP *rep; local 1184 REP *rep; local 1311 REP *rep; local [all...] |
| rep_region.c | 17 static int __rep_egen_init __P((DB_ENV *, REP *)); 32 REP *rep; local 42 if ((ret = __db_shalloc(infop, sizeof(REP), 0, &rep)) != 0) 44 memset(rep, 0, sizeof(*rep)); 52 dbenv, MTX_REP_REGION, 0, &rep->mtx_region)) != 0) 62 dbenv, MTX_REP_DATABASE, 0, &rep->mtx_clientdb)) != 0) 65 rep->tally_off = INVALID_ROFF [all...] |
| rep_util.c | 50 * are protected by the REP->mtx_clientdb. 65 REP *rep; local 74 rep = db_rep->region; 86 MUTEX_LOCK(dbenv, rep->mtx_clientdb); 88 MUTEX_UNLOCK(dbenv, rep->mtx_clientdb); 90 MUTEX_LOCK(dbenv, rep->mtx_clientdb); 103 rep->stat.st_bulk_overflows++; 108 MUTEX_UNLOCK(dbenv, rep->mtx_clientdb); 122 rep->stat.st_bulk_fills++ 213 REP *rep; local 330 REP *rep; local 514 REP *rep; local 739 REP *rep; local 796 REP *rep; local 842 REP *rep; local 931 REP *rep; local 1008 REP *rep; local 1065 REP *rep; local 1104 REP *rep; local 1164 REP *rep; local 1209 REP *rep; local 1239 REP *rep; local 1372 REP *rep; local [all...] |
| rep_method.c | 87 REP *rep; local 105 rep = db_rep->region; 106 if (FLD_ISSET(rep->config, mapped)) 134 REP *rep; local 156 rep = db_rep->region; 157 MUTEX_LOCK(dbenv, rep->mtx_clientdb); 159 orig = rep->config; 161 FLD_SET(rep->config, mapped) 269 REP *rep; local 580 REP *rep; local 746 REP *rep; local 974 REP *rep; local 1011 REP *rep; local 1045 REP *rep; local 1074 REP *rep; local 1098 REP *rep; local 1122 REP *rep; local 1143 REP *rep; local 1187 REP *rep; local 1237 REP *rep; local 1282 REP *rep; local 1329 REP *rep; local 1409 REP *rep; local [all...] |
| rep_record.c | 29 static int __rep_skip_msg __P((DB_ENV *, REP *, int, u_int32_t)); 33 #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)) { \ 63 if (F_ISSET(rep, REP_F_CLIENT)) { \ 64 rep->stat.st_client_svc_req++; \ 66 rep->stat.st_client_svc_miss++; \ 67 ret = __rep_skip_msg(dbenv, rep, *eidp, rp->rectype);\ 82 rep->stat.st_msgs_recover++; 140 REP *rep; local 656 REP *rep; local 919 REP *rep; local 1338 REP *rep; local 1525 REP *rep; local [all...] |
| /webstack/webstack/trunk/src/db-4.5.20/rep/ |
| rep_elect.c | 24 #define IS_PHASE1_DONE(rep) \ 25 ((rep)->sites >= (rep)->nsites && (rep)->w_priority > 0) 27 #define I_HAVE_WON(rep, winner) \ 28 ((rep)->votes >= (rep)->nvotes && winner == (rep)->eid) 30 static void __rep_cmp_vote __P((DB_ENV *, REP *, int, DB_LSN *, 34 static int __rep_tally __P((DB_ENV *, REP *, int, int *, u_int32_t, roff_t)) 55 REP *rep; local 409 REP *rep; local 603 REP *rep; local 866 REP *rep; local 957 REP *rep; local [all...] |
| rep_verify.c | 40 REP *rep; local 46 rep = db_rep->region; 69 if ((ret = __rep_log_backup(dbenv, rep, logc, &lsn)) == 0) { 70 MUTEX_LOCK(dbenv, rep->mtx_clientdb); 73 lp->wait_recs = rep->request_gap; 74 MUTEX_UNLOCK(dbenv, rep->mtx_clientdb); 91 rep->stat.st_outdated++; 97 F_CLR(rep, REP_F_RECOVER_VERIFY); 98 if (FLD_ISSET(rep->config, REP_C_NOAUTOINIT) | 135 REP *rep; local 214 REP *rep; local 267 REP *rep; local 348 REP *rep; local [all...] |
| rep_stat.c | 66 REP *rep; local 71 rep = db_rep->region; 86 dolock = FLD_ISSET(rep->flags, REP_F_RECOVER_MASK) ? 0 : 1; 87 memcpy(stats, &rep->stat, sizeof(*stats)); 90 if (F_ISSET(rep, REP_F_EPHASE1)) 92 else if (F_ISSET(rep, REP_F_EPHASE2)) 95 stats->st_election_nsites = rep->sites; 96 stats->st_election_cur_winner = rep->winner; 97 stats->st_election_priority = rep->w_priority 411 REP *rep; local [all...] |
| rep_backup.c | 23 static int __rep_filedone __P((DB_ENV *, int, REP *, __rep_fileinfo_args *, 29 static int __rep_log_setup __P((DB_ENV *, REP *)); 32 static int __rep_page_gap __P((DB_ENV *, REP *, __rep_fileinfo_args *, 36 static int __rep_queue_filedone __P((DB_ENV *, REP *, __rep_fileinfo_args *)); 41 static int __rep_write_page __P((DB_ENV *, REP *, __rep_fileinfo_args *)); 544 REP *rep; local 552 rep = db_rep->region; 596 if (F_ISSET(rep, REP_F_MASTER)) 629 REP *rep local 857 REP *rep; local 1184 REP *rep; local 1311 REP *rep; local [all...] |
| rep_region.c | 17 static int __rep_egen_init __P((DB_ENV *, REP *)); 32 REP *rep; local 42 if ((ret = __db_shalloc(infop, sizeof(REP), 0, &rep)) != 0) 44 memset(rep, 0, sizeof(*rep)); 52 dbenv, MTX_REP_REGION, 0, &rep->mtx_region)) != 0) 62 dbenv, MTX_REP_DATABASE, 0, &rep->mtx_clientdb)) != 0) 65 rep->tally_off = INVALID_ROFF [all...] |
| rep_util.c | 50 * are protected by the REP->mtx_clientdb. 65 REP *rep; local 74 rep = db_rep->region; 86 MUTEX_LOCK(dbenv, rep->mtx_clientdb); 88 MUTEX_UNLOCK(dbenv, rep->mtx_clientdb); 90 MUTEX_LOCK(dbenv, rep->mtx_clientdb); 103 rep->stat.st_bulk_overflows++; 108 MUTEX_UNLOCK(dbenv, rep->mtx_clientdb); 122 rep->stat.st_bulk_fills++ 213 REP *rep; local 330 REP *rep; local 514 REP *rep; local 739 REP *rep; local 796 REP *rep; local 842 REP *rep; local 931 REP *rep; local 1008 REP *rep; local 1065 REP *rep; local 1104 REP *rep; local 1164 REP *rep; local 1209 REP *rep; local 1239 REP *rep; local 1372 REP *rep; local [all...] |
| rep_method.c | 87 REP *rep; local 105 rep = db_rep->region; 106 if (FLD_ISSET(rep->config, mapped)) 134 REP *rep; local 156 rep = db_rep->region; 157 MUTEX_LOCK(dbenv, rep->mtx_clientdb); 159 orig = rep->config; 161 FLD_SET(rep->config, mapped) 269 REP *rep; local 580 REP *rep; local 746 REP *rep; local 974 REP *rep; local 1011 REP *rep; local 1045 REP *rep; local 1074 REP *rep; local 1098 REP *rep; local 1122 REP *rep; local 1143 REP *rep; local 1187 REP *rep; local 1237 REP *rep; local 1282 REP *rep; local 1329 REP *rep; local 1409 REP *rep; local [all...] |
| rep_record.c | 29 static int __rep_skip_msg __P((DB_ENV *, REP *, int, u_int32_t)); 33 #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)) { \ 63 if (F_ISSET(rep, REP_F_CLIENT)) { \ 64 rep->stat.st_client_svc_req++; \ 66 rep->stat.st_client_svc_miss++; \ 67 ret = __rep_skip_msg(dbenv, rep, *eidp, rp->rectype);\ 82 rep->stat.st_msgs_recover++; 140 REP *rep; local 656 REP *rep; local 919 REP *rep; local 1338 REP *rep; local 1525 REP *rep; local [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/bdb/rep/ |
| rep_region.c | 19 #include "dbinc/rep.h" 36 REP *rep; local 48 sizeof(REP), MUTEX_ALIGN, &rep)) != 0) 50 memset(rep, 0, sizeof(*rep)); 51 rep->tally_off = INVALID_ROFF; 52 renv->rep_off = R_OFFSET(infop, rep); 54 if ((ret = __db_mutex_setup(dbenv, infop, &rep->mutex [all...] |
| rep_method.c | 29 #include "dbinc/rep.h" 122 REP *rep; local 130 rep = db_rep->region; 165 if (rep->eid == DB_EID_INVALID) 166 rep->eid = dbenv->rep_eid; 196 if (!F_ISSET(rep, REP_F_MASTER)) { 198 if (F_ISSET(rep, REP_ISCLIENT)) { 199 F_CLR(rep, REP_ISCLIENT); 200 rep->gen = ++rep->w_gen 643 REP *rep; local 680 REP *rep; local 758 REP *rep; local 906 REP *rep; local 977 REP *rep; local 1061 REP *rep; local [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/bdb/rep/ |
| rep_region.c | 19 #include "dbinc/rep.h" 36 REP *rep; local 48 sizeof(REP), MUTEX_ALIGN, &rep)) != 0) 50 memset(rep, 0, sizeof(*rep)); 51 rep->tally_off = INVALID_ROFF; 52 renv->rep_off = R_OFFSET(infop, rep); 54 if ((ret = __db_mutex_setup(dbenv, infop, &rep->mutex [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/bdb/rep/ |
| rep_region.c | 19 #include "dbinc/rep.h" 36 REP *rep; local 48 sizeof(REP), MUTEX_ALIGN, &rep)) != 0) 50 memset(rep, 0, sizeof(*rep)); 51 rep->tally_off = INVALID_ROFF; 52 renv->rep_off = R_OFFSET(infop, rep); 54 if ((ret = __db_mutex_setup(dbenv, infop, &rep->mutex [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.45/bdb/rep/ |
| rep_region.c | 19 #include "dbinc/rep.h" 36 REP *rep; local 48 sizeof(REP), MUTEX_ALIGN, &rep)) != 0) 50 memset(rep, 0, sizeof(*rep)); 51 rep->tally_off = INVALID_ROFF; 52 renv->rep_off = R_OFFSET(infop, rep); 54 if ((ret = __db_mutex_setup(dbenv, infop, &rep->mutex [all...] |
| /webstack/webserver/src/server/libsed/ |
| sed0.c | 105 commands->rep = alloc_reptr(commands); 106 if (commands->rep == NULL) 109 commands->rep->ad1 = commands->respace; 121 sed_reptr_t *rep; local 129 rep = commands->ptrspace; 130 while (rep) { 133 next = rep->next; 134 pool_free(commands->pool, rep); 135 rep = next; 185 sed_reptr_t *rep; local 208 sed_reptr_t *rep; local [all...] |