• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/

Lines Matching refs:__P

60     __P((DBC *, db_pgno_t, db_pgno_t, u_int32_t, db_ham_mode, u_int32_t *));
62 __P((DBC *, PAGE *, const DBT *, int, int *, db_indx_t *));
64 __P((DBC *, PAGE *, const DBT *, int *, db_indx_t *));
65 static int __ham_sort_page_cursor __P((DBC *, PAGE *));
68 * PUBLIC: int __ham_item __P((DBC *, db_lockmode_t, db_pgno_t *));
141 * PUBLIC: int __ham_item_reset __P((DBC *));
168 * PUBLIC: int __ham_item_init __P((DBC *));
212 * PUBLIC: int __ham_item_last __P((DBC *, db_lockmode_t, db_pgno_t *));
234 * PUBLIC: int __ham_item_first __P((DBC *, db_lockmode_t, db_pgno_t *));
260 * PUBLIC: int __ham_item_prev __P((DBC *, db_lockmode_t, db_pgno_t *));
378 * PUBLIC: int __ham_item_next __P((DBC *, db_lockmode_t, db_pgno_t *));
468 * PUBLIC: int __ham_insertpair __P((DBC *,
606 * PUBLIC: int __ham_getindex __P((DBC *,
851 * PUBLIC: int __ham_verify_sorted_page __P((DB *,
998 * PUBLIC: int __ham_sort_page __P((DBC *, PAGE **, PAGE *));
1046 * PUBLIC: int __ham_del_pair __P((DBC *, int));
1347 * PUBLIC: int __ham_replpair __P((DBC *, DBT *, u_int32_t));
1635 * PUBLIC: void __ham_onpage_replace __P((DB *, PAGE *, u_int32_t,
1698 * PUBLIC: int __ham_split_page __P((DBC *, u_int32_t, u_int32_t));
1990 * PUBLIC: int __ham_add_el __P((DBC *, const DBT *, const DBT *, int));
2217 * PUBLIC: int __ham_copypair __P((DBC *, PAGE *, u_int32_t,
2269 * PUBLIC: int __ham_add_ovflpage __P((DBC *, PAGE *, int, PAGE **));
2317 * PUBLIC: int __ham_get_cpage __P((DBC *, db_lockmode_t));
2399 * PUBLIC: int __ham_next_cpage __P((DBC *, db_pgno_t));
2436 * PUBLIC: int __ham_lock_bucket __P((DBC *, db_lockmode_t));
2472 * PUBLIC: void __ham_dpair __P((DB *, PAGE *, u_int32_t));