Searched refs:P_INIT (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_conv.c42 P_INIT(pp, (db_indx_t)pginfo->db_pagesize,
H A Dhash_open.c376 P_INIT(page,
416 P_INIT(page,
536 P_INIT(h, dbp->pgsize, lpgno, PGNO_INVALID, PGNO_INVALID, 0, P_HASH);
H A Dhash_rec.c212 P_INIT(pagep, file_dbp->pgsize, argp->new_pgno,
496 P_INIT(pagep, file_dbp->pgsize, argp->pgno,
557 P_INIT(pagep, file_dbp->pgsize, argp->pgno, PGNO_INVALID,
982 P_INIT(pagep, dbc->dbp->pgsize,
1507 P_INIT(pagep,
H A Dhash_page.c1031 P_INIT(page, dbp->pgsize,
1747 P_INIT(new_pagep,
1765 P_INIT(old_pagep, dbp->pgsize, PGNO(old_pagep), PGNO_INVALID,
1967 P_INIT(new_pagep, dbp->pgsize,
H A Dhash_dup.c271 P_INIT(dp, dbp->pgsize,
H A Dhash.c1235 P_INIT(h, dbp->pgsize,
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_rec.c137 P_INIT(pagep, file_dbp->pgsize, argp->pgno, argp->prev_pgno,
525 P_INIT(pagep, file_dbp->pgsize,
537 P_INIT(pagep, file_dbp->pgsize,
713 P_INIT(pagep, 0, PGNO_INVALID,
718 P_INIT(pagep, file_dbp->pgsize,
957 P_INIT(pagep, file_dbp->pgsize, PGNO(pagep), PGNO_INVALID,
1061 P_INIT(pagep, file_dbp->pgsize,
1252 P_INIT(pagep, file_dbp->pgsize,
1264 P_INIT(pagep, file_dbp->pgsize,
1403 P_INIT(page
[all...]
H A Ddb_reclaim.c227 P_INIT(p, dbp->pgsize, PGNO(p), PGNO_INVALID,
H A Ddb_upg_opd.c124 P_INIT(ipage, dbp->pgsize, pgno_last,
H A Ddb_meta.c64 * a meta-data page (used instead of P_INIT). We need to make sure that we
200 P_INIT(h, dbp->pgsize,
465 P_INIT(h, dbp->pgsize,
488 P_INIT(h, dbp->pgsize,
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtmxdate.c147 #define P_INIT(n) w = n; p = q = 0; u = (char*)s + 1 macro
288 P_INIT('Y');
321 P_INIT('M');
372 P_INIT(w);
381 P_INIT('D');
390 P_INIT('H');
399 P_INIT('m');
415 P_INIT('U');
431 P_INIT('N');
447 P_INIT('
[all...]
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_split.c200 P_INIT(lp, dbp->pgsize, lp->pgno,
203 P_INIT(rp, dbp->pgsize, rp->pgno,
304 P_INIT(lp, dbp->pgsize, PGNO(cp->page),
310 P_INIT(rp, dbp->pgsize, 0,
623 P_INIT(rootp, dbp->pgsize,
670 P_INIT(rootp, dbp->pgsize,
H A Dbt_open.c464 P_INIT(root, dbp->pgsize, 1, PGNO_INVALID, PGNO_INVALID,
505 P_INIT(root, dbp->pgsize, 1, PGNO_INVALID, PGNO_INVALID,
H A Dbt_rec.c117 P_INIT(_lp, file_dbp->pgsize, argp->left,
121 P_INIT(_rp, file_dbp->pgsize, argp->right,
125 P_INIT(_lp, file_dbp->pgsize, PGNO(sp),
129 P_INIT(_rp, file_dbp->pgsize, argp->right,
177 P_INIT(pp, file_dbp->pgsize, root_pgno,
385 P_INIT(pagep, file_dbp->pgsize, root_pgno,
1136 P_INIT(pagep, file_dbp->pgsize, pagep->pgno,
1313 P_INIT(pagep, file_dbp->pgsize, pagep->pgno,
H A Dbt_put.c799 P_INIT(dp, dbp->pgsize, dp->pgno,
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_page.h340 * P_INIT call.
342 #define P_INIT(pg, pg_size, n, pg_prev, pg_next, btl, pg_type) do { \ macro

Completed in 225 milliseconds