Searched refs:countp (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_reclaim.c75 __ham_truncate(dbc, countp)
77 u_int32_t *countp;
93 if (countp != NULL)
94 *countp = count;
H A Dhash_stub.c389 __ham_truncate(dbc, countp)
391 u_int32_t *countp;
394 COMPQUIET(countp, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_reclaim.c65 __bam_truncate(dbc, countp)
67 u_int32_t *countp;
78 if (countp != NULL)
79 *countp = count;
H A Dbt_curadj.c37 __bam_ca_delete(dbp, pgno, indx, delete, countp)
41 int delete, *countp;
96 if (countp != NULL)
97 *countp = count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_truncate.c29 __db_truncate_pp(dbp, txn, countp, flags)
32 u_int32_t *countp, flags;
98 ret = __db_truncate(dbp, ip, txn, countp);
120 __db_truncate(dbp, ip, txn, countp)
124 u_int32_t *countp;
164 ret = __bam_truncate(dbc, countp);
167 ret = __ham_truncate(dbc, countp);
170 ret = __qam_truncate(dbc, countp);
H A Ddb_reclaim.c120 u_int32_t *countp; local
126 countp = cookie;
135 ++*countp;
164 ++*countp;
176 ++*countp;
187 ++*countp;
194 ++*countp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_stub.c120 __repmgr_site_list(dbenv, countp, listp)
122 u_int *countp;
125 COMPQUIET(countp, NULL);
H A Drepmgr_stat.c226 __repmgr_site_list(dbenv, countp, listp)
228 u_int *countp;
250 *countp = 0;
288 *countp = count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_stat.c236 __memp_file_stats(env, mfp, argp, countp, flags)
240 u_int32_t *countp;
247 COMPQUIET(countp, NULL);
266 __memp_count_files(env, mfp, argp, countp, flags)
270 u_int32_t *countp;
280 (*countp)++;
299 __memp_get_files(env, mfp, argp, countp, flags)
303 u_int32_t *countp;
312 if (*countp == 0)
320 tstruct = (DB_MPOOL_FSTAT *)(tfsp + *countp
[all...]
H A Dmp_sync.c37 __memp_walk_files(env, mp, func, arg, countp, flags)
42 u_int32_t *countp;
58 mfp, arg, countp, flags)) != 0 && ret == 0)
641 __memp_sync_file(env, mfp, argp, countp, flags)
645 u_int32_t *countp;
652 COMPQUIET(countp, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_dbc.cpp49 DBC_METHOD(count, (db_recno_t *countp, u_int32_t _flags),
50 (dbc, countp, _flags), DB_RETOK_STD)
H A Dcxx_db.cpp353 DB_METHOD(truncate, (DbTxn *txnid, u_int32_t *countp, u_int32_t flags),
354 (db, unwrap(txnid), countp, flags), DB_RETOK_STD)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_stub.c276 __qam_truncate(dbc, countp)
278 u_int32_t *countp;
281 COMPQUIET(countp, NULL);
H A Dqam.c1717 __qam_truncate(dbc, countp)
1719 u_int32_t *countp;
1773 if (countp != NULL)
1774 *countp = count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/xa/
H A Dxa_db.c227 __xa_truncate(dbp, txn, countp, flags)
230 u_int32_t *countp, flags;
237 dbp->xa_internal)->truncate(dbp, txn, countp, flags));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client_ret.c602 __dbcl_db_truncate_ret(dbp, txnp, countp, flags, replyp)
605 u_int32_t *countp, flags;
614 *countp = replyp->count;
684 __dbcl_dbc_count_ret(dbc, countp, flags, replyp)
686 db_recno_t *countp;
695 *countp = replyp->dupcount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dcontrol_compat.c173 int *countp)
195 *countp = info->count;
220 int *typep, int *countp)
255 *countp = count;
172 get_ctl_type(struct snd_card *card, struct snd_ctl_elem_id *id, int *countp) argument
217 copy_ctl_value_from_user(struct snd_card *card, struct snd_ctl_elem_value *data, struct snd_ctl_elem_value32 __user *data32, int *typep, int *countp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dbench_001.c96 get(dbp, txn, datalen, num, dups, iter, countp)
99 int txn, num, dups, iter, *countp;
161 *countp = count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_elect.c841 __rep_tally(env, rep, eid, countp, egen, vtoff)
845 u_int32_t *countp;
854 for (i = 0; i < *countp;) {
890 (*countp)++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_method.c1013 __env_get_thread_count(dbenv, countp)
1015 u_int32_t *countp;
1017 *countp = dbenv->thr_max;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4xdr.c1216 __be32 *countp = p; local
1241 p = countp;
1396 * @countp is the buffer size in _words_; upon successful return this becomes
1401 struct dentry *dentry, __be32 *buffer, int *countp, u32 *bmval,
1409 int buflen = *countp << 2;
1791 *countp = p - buffer;
1803 *countp = 0;
1400 nfsd4_encode_fattr(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, __be32 *buffer, int *countp, u32 *bmval, struct svc_rqst *rqstp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr4.h436 struct dentry *dentry, __be32 *buffer, int *countp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h353 int count(db_recno_t *countp, u_int32_t flags);
629 virtual int repmgr_site_list(u_int *countp, DB_REPMGR_SITE **listp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h354 int count(db_recno_t *countp, u_int32_t flags);
630 virtual int repmgr_site_list(u_int *countp, DB_REPMGR_SITE **listp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h354 int count(db_recno_t *countp, u_int32_t flags);
630 virtual int repmgr_site_list(u_int *countp, DB_REPMGR_SITE **listp);

Completed in 300 milliseconds

12