Home
last modified time | relevance | path

Searched refs:CURSOR (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/db/btree/
H A Dbt_curadj.c37 CURSOR *cp;
43 cp = (CURSOR *)dbc->internal;
73 CURSOR *cp;
94 cp = (CURSOR *)dbc->internal;
123 CURSOR *cp;
136 cp = (CURSOR *)dbc->internal;
159 CURSOR *cp;
172 cp = (CURSOR *)dbc->internal;
199 CURSOR *cp;
212 cp = (CURSOR *)dbc->internal;
[all …]
H A Dbt_cursor.c33 static int __bam_c_first __P((DBC *, CURSOR *));
35 static int __bam_c_getstack __P((DBC *, CURSOR *));
36 static int __bam_c_last __P((DBC *, CURSOR *));
37 static int __bam_c_next __P((DBC *, CURSOR *, int));
38 static int __bam_c_physdel __P((DBC *, CURSOR *, PAGE *));
39 static int __bam_c_prev __P((DBC *, CURSOR *));
41 static void __bam_c_reset __P((CURSOR *));
43 static int __bam_c_search __P((DBC *, CURSOR *, const DBT *, u_int32_t, int *));
44 static int __bam_dsearch __P((DBC *, CURSOR *, DBT *, u_int32_t *));
100 CURSOR *cp; in __bam_c_reset()
[all …]
H A Dbt_search.c80 CURSOR *cp;
319 CURSOR *cp;
351 CURSOR *cp; in __bam_stkgrow()
H A Dbt_recno.c202 CURSOR *cp;
247 CURSOR *cp;
483 CURSOR *cp;
534 CURSOR *cp, copy;
691 CURSOR *cp, copy;
796 CURSOR *cp;
1272 CURSOR *cp;
H A Dbt_rsearch.c72 CURSOR *cp;
286 CURSOR *cp;
H A Dbt_delete.c301 CURSOR *cp;
409 CURSOR *cp;
H A Dbt_split.c81 CURSOR *cp;
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dextern.h93 CURSOR *__cursor_creat __P((const DB *));
95 int32_t __delpair __P((HTAB *, CURSOR *, ITEM_INFO *));
97 int32_t __find_bigpair __P((HTAB *, CURSOR *, int8_t *, int32_t));
101 u_int32_t __get_item __P((HTAB *, CURSOR *, DBT *, DBT *, ITEM_INFO *));
102 u_int32_t __get_item_done __P((HTAB *, CURSOR *));
103 u_int32_t __get_item_first __P((HTAB *, CURSOR *, DBT *, DBT *, ITEM_INFO *));
104 u_int32_t __get_item_next __P((HTAB *, CURSOR *, DBT *, DBT *, ITEM_INFO *));
105 u_int32_t __get_item_reset __P((HTAB *, CURSOR *));
H A Dhash.c71 static int32_t cursor_get __P((const DB *, CURSOR *, DBT *, DBT *, \
73 static int32_t cursor_delete __P((const DB *, CURSOR *, u_int32_t));
721 CURSOR cursor;
834 CURSOR *
838 CURSOR *new_curs;
841 new_curs = (CURSOR *)malloc(sizeof(struct cursor_t));
869 CURSOR *cursorp;
942 CURSOR *cursor;
H A Dhash.h73 } CURSOR; typedef
110 CURSOR *seq_cursor; /* Cursor used for hash_seq */
H A Dhash_page.c92 CURSOR *cursorp;
167 CURSOR *cursorp;
182 CURSOR *cursorp;
198 CURSOR *cursorp;
214 CURSOR *cursorp;
304 CURSOR *cursorp;
H A Dhash_bigkey.c192 CURSOR *cursorp;
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_delete.c56 static int __bt_stkacq __P((BTREE *, PAGE **, CURSOR *));
71 CURSOR *c;
149 CURSOR *c;
547 CURSOR *c;
H A Dbtree.h300 } CURSOR; typedef
327 CURSOR bt_cursor; /* cursor */
H A Dbt_seq.c277 CURSOR *c;
526 CURSOR cursor;
826 CURSOR *c;
H A Dbt_split.c623 CURSOR *c;
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dbtree_ext.h20 int __bam_dup __P((DBC *, CURSOR *, u_int32_t, int));
69 int __bam_stkgrow __P((CURSOR *));
H A Dbtree.h51 struct __cursor; typedef struct __cursor CURSOR; typedef