Home
last modified time | relevance | path

Searched refs:dbp (Results 76 – 100 of 2565) sorted by relevance

12345678910>>...103

/dports/databases/db18/db-18.1.40/build_vxworks/util/
H A Ddb_dump.c295 (void)dbp->close(dbp, 0);
311 if (dbp->get_multiple(dbp)) {
315 dbp->errx(dbp, DB_STR_A("5116",
325 if (dbp->dump(dbp, NULL,
333 done: if (dbp != NULL && (ret = dbp->close(dbp, 0)) != 0) {
455 if ((ret = dbp->open(dbp, NULL,
457 dbp->err(dbp, ret,
462 (void)dbp->close(dbp, 0);
497 dbp->err(dbp, ret, "DB->cursor");
507 dbp->errx(dbp, NULL);
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Ddb_vrfy.c88 DB *dbp; in CDB___db_verify()
136 DB *dbp; local
196 dbp->set_pagesize(dbp, dbp_orig->pgsize);
357 if (dbp)
358 (void)dbp->close(dbp, 0);
379 DB *dbp; in __db_vrfy_pagezero()
538 DB *dbp; in __db_vrfy_walkpages()
681 DB *dbp; in __db_vrfy_structure()
870 DB *dbp; in __db_vrfy_common()
936 DB *dbp; in __db_vrfy_invalid()
[all …]
H A Dqam_open.c36 DB *dbp; in CDB___qam_open()
48 t = dbp->q_internal;
52 dbp->put = CDB___qam_put;
53 dbp->stat = CDB___qam_stat;
58 if ((ret = dbp->cursor(dbp, NULL, &dbc, 0)) != 0)
101 CDB___db_err(dbp->dbenv,
151 DB *dbp; in CDB___qam_metachk()
159 dbenv = dbp->dbenv;
182 if (dbp->type != DB_QUEUE && dbp->type != DB_UNKNOWN)
184 dbp->type = DB_QUEUE;
[all …]
H A Dbt_curadj.c30 CDB___bam_cprint(dbp) in CDB___bam_cprint() argument
31 DB *dbp; in CDB___bam_cprint()
63 DB *dbp; in CDB___bam_ca_delete()
73 if (dbp->type == DB_RECNO)
114 DB *dbp; in CDB___bam_ca_di()
123 if (dbp->type == DB_RECNO)
157 DB *dbp; in CDB___bam_ca_dup()
165 if (dbp->type == DB_RECNO)
198 DB *dbp; in CDB___bam_ca_rsplit()
230 DB *dbp; in CDB___bam_ca_split()
[all …]
H A Ddb_cam.c68 DB *dbp; local
73 dbp = dbc->dbp;
84 if (dbp && dbp->dbenv)
170 dbp = dbc->dbp;
214 dbp = dbc->dbp;
267 dbp = dbc->dbp;
315 dbp = dbc_orig->dbp;
387 dbp = dbc_orig->dbp;
464 dbp = dbc_arg->dbp;
695 dbp = dbc_arg->dbp;
[all …]
/dports/databases/db18/db-18.1.40/src/qam/
H A Dqam_stub.c39 DB *dbp; in __db_prqueue()
48 DB *dbp; in __qam_31_qammeta()
59 DB *dbp; in __qam_32_qammeta()
95 DB *dbp; in __qam_db_close()
105 DB *dbp; in __qam_db_create()
124 DB *dbp; in __qam_gen_filelist()
155 DB *dbp; in __qam_metachk()
175 DB *dbp; in __qam_new_file()
190 DB *dbp; in __qam_open()
222 DB *dbp; in __qam_salvage()
[all …]
/dports/databases/db5/db-5.3.28/src/qam/
H A Dqam_stub.c39 DB *dbp; in __db_prqueue()
48 DB *dbp; in __qam_31_qammeta()
59 DB *dbp; in __qam_32_qammeta()
95 DB *dbp; in __qam_db_close()
105 DB *dbp; in __qam_db_create()
124 DB *dbp; in __qam_gen_filelist()
155 DB *dbp; in __qam_metachk()
175 DB *dbp; in __qam_new_file()
190 DB *dbp; in __qam_open()
222 DB *dbp; in __qam_salvage()
[all …]
/dports/databases/db18/db-18.1.40/build_vxworks/dbdemo/
H A Ddbdemo.c128 dbp->set_errpfx(dbp, progname);
129 dbp->set_errfile(dbp, stderr);
137 dbp->err(dbp, ret, "set_pagesize");
141 dbp->err(dbp, ret, "set_cachesize");
150 if ((ret = dbp->open(dbp,
152 dbp->err(dbp, ret, "%s: open", database);
237 dbp->err(dbp, ret, "DB->cursor");
259 dbp->err(dbp, ret, "DBcursor->get");
272 dbp->err(dbp, ret, "DBcursor->close");
275 if ((ret = dbp->close(dbp, 0)) != 0) {
[all …]
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Ddb_vrfy.c88 DB *dbp; in CDB___db_verify()
136 DB *dbp; local
196 dbp->set_pagesize(dbp, dbp_orig->pgsize);
357 if (dbp)
358 (void)dbp->close(dbp, 0);
379 DB *dbp; in __db_vrfy_pagezero()
538 DB *dbp; in __db_vrfy_walkpages()
681 DB *dbp; in __db_vrfy_structure()
870 DB *dbp; in __db_vrfy_common()
936 DB *dbp; in __db_vrfy_invalid()
[all …]
H A Ddb_cam.c68 DB *dbp; local
73 dbp = dbc->dbp;
84 if (dbp && dbp->dbenv)
170 dbp = dbc->dbp;
214 dbp = dbc->dbp;
267 dbp = dbc->dbp;
315 dbp = dbc_orig->dbp;
387 dbp = dbc_orig->dbp;
464 dbp = dbc_arg->dbp;
695 dbp = dbc_arg->dbp;
[all …]
/dports/databases/qdbm/qdbm-1.8.78/bros/
H A Dbdbtest.c215 dbp->close(dbp, 0); in dowrite()
220 dbp->close(dbp, 0); in dowrite()
225 dbp->close(dbp, 0); in dowrite()
255 if(dbp->close(dbp, 0) != 0){ in dowrite()
278 dbp->close(dbp, 0); in doread()
283 dbp->close(dbp, 0); in doread()
334 dbp->close(dbp, 0); in dobtwrite()
339 dbp->close(dbp, 0); in dobtwrite()
344 dbp->close(dbp, 0); in dobtwrite()
395 dbp->close(dbp, 0); in dobtread()
[all …]
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/bros/
H A Dbdbtest.c215 dbp->close(dbp, 0); in dowrite()
220 dbp->close(dbp, 0); in dowrite()
225 dbp->close(dbp, 0); in dowrite()
255 if(dbp->close(dbp, 0) != 0){ in dowrite()
278 dbp->close(dbp, 0); in doread()
283 dbp->close(dbp, 0); in doread()
334 dbp->close(dbp, 0); in dobtwrite()
339 dbp->close(dbp, 0); in dobtwrite()
344 dbp->close(dbp, 0); in dobtwrite()
395 dbp->close(dbp, 0); in dobtread()
[all …]
/dports/databases/qdbm-plus/qdbm-1.8.78/bros/
H A Dbdbtest.c215 dbp->close(dbp, 0); in dowrite()
220 dbp->close(dbp, 0); in dowrite()
225 dbp->close(dbp, 0); in dowrite()
255 if(dbp->close(dbp, 0) != 0){ in dowrite()
278 dbp->close(dbp, 0); in doread()
283 dbp->close(dbp, 0); in doread()
334 dbp->close(dbp, 0); in dobtwrite()
339 dbp->close(dbp, 0); in dobtwrite()
344 dbp->close(dbp, 0); in dobtwrite()
395 dbp->close(dbp, 0); in dobtread()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dprf_ascii.cpp123 for(; dbp != NULL; dbp = dbp->next) in GetPrfSubBlock()
169 ch = dbp->offset[dbp->len]; in PrfGetPrfBlock()
170 dbp->offset[dbp->len] = '\0'; in PrfGetPrfBlock()
172 dbp->offset[dbp->len] = ch; in PrfGetPrfBlock()
212 if(dbp == NULL || dbp->data == NULL) in PrfGetPrfBlock()
220 for(dbp = (DataBlkPtr) dbp->data; dbp != NULL; dbp = dbp->next) in PrfGetPrfBlock()
261 return(GetBlkDataReplaceNewLine(dbp->offset, dbp->offset + dbp->len, in PrfGetStringValue()
275 for(res = NULL, dbp = (DataBlkPtr) dbp->data; dbp != NULL; dbp = dbp->next) in PrfGetSubStringValue()
316 for(dbp = (DataBlkPtr) dbp->data; dbp != NULL; dbp = dbp->next) in PrfGetBioSource()
432 for(dbp = (DataBlkPtr) entry->data; dbp != NULL; dbp = dbp->next) in PrfGetPub()
[all …]
/dports/databases/db18/db-18.1.40/src/hash/
H A Dhash_stub.c39 DB *dbp; in __ham_30_hashmeta()
50 DB *dbp; in __ham_30_sizefix()
63 DB *dbp; in __ham_31_hash()
80 DB *dbp; in __ham_31_hashmeta()
97 DB *dbp; in __ham_46_hash()
114 DB *dbp; in __ham_46_hashmeta()
131 DB *dbp; in __ham_60_hashmeta()
148 DB *dbp; in __ham_60_hash()
199 DB *dbp; in __ham_db_close()
207 DB *dbp; in __ham_db_create()
[all …]
/dports/databases/db18/db-18.1.40/examples/c/
H A Dex_stream.c157 dbp->set_errfile(dbp, stderr);
158 dbp->set_errpfx(dbp, progname);
171 dbp->err(dbp, ret, "set_pagesize");
175 dbp->err(dbp, ret, "set_cachesize");
178 if ((ret = dbp->open(dbp,
209 dbp->err(dbp, ret, "DB->cursor");
227 dbp->err(dbp, ret, "DBCursor->put");
242 dbp->err(dbp, ret, "DB->cursor");
258 dbp->err(dbp, ret, "DBCursor->get");
268 if ((ret = dbp->close(dbp, 0)) != 0) {
[all …]
/dports/databases/db5/db-5.3.28/src/hash/
H A Dhash_stub.c39 DB *dbp; in __ham_30_hashmeta()
50 DB *dbp; in __ham_30_sizefix()
63 DB *dbp; in __ham_31_hash()
80 DB *dbp; in __ham_31_hashmeta()
97 DB *dbp; in __ham_46_hash()
114 DB *dbp; in __ham_46_hashmeta()
165 DB *dbp; in __ham_db_close()
173 DB *dbp; in __ham_db_create()
201 DB *dbp; in __ham_meta2pgset()
216 DB *dbp; in __ham_metachk()
[all …]
H A Dhash_open.c66 DB *dbp; in __ham_open()
80 env = dbp->env;
143 DB *dbp; in __ham_metachk()
151 env = dbp->env;
185 if (dbp->type != DB_HASH && dbp->type != DB_UNKNOWN)
249 DB *dbp; in __ham_init_meta()
262 env = dbp->env;
353 DB *dbp; in __ham_new_file()
428 dbp->pgsize, 0, 0, buf, dbp->pgsize, 1, F_ISSET(
445 dbp->pgsize, lpgno, 0, buf, dbp->pgsize, 1, F_ISSET(
[all …]
/dports/databases/db5/db-5.3.28/build_vxworks/util/
H A Ddb_dump.c267 if ((ret = dbp->open(dbp, NULL,
277 (void)dbp->close(dbp, 0);
293 if (dbp->get_multiple(dbp)) {
297 dbp->errx(dbp, DB_STR_A("5116",
307 if (dbp->dump(dbp, NULL,
315 done: if (dbp != NULL && (ret = dbp->close(dbp, 0)) != 0) {
450 if ((ret = dbp->open(dbp, NULL,
452 dbp->err(dbp, ret,
457 (void)dbp->close(dbp, 0);
492 dbp->err(dbp, ret, "DB->cursor");
[all …]
/dports/databases/db5/db-5.3.28/util/
H A Ddb_dump.c252 if ((ret = dbp->open(dbp, NULL,
262 (void)dbp->close(dbp, 0);
278 if (dbp->get_multiple(dbp)) {
282 dbp->errx(dbp, DB_STR_A("5116",
292 if (dbp->dump(dbp, NULL,
300 done: if (dbp != NULL && (ret = dbp->close(dbp, 0)) != 0) {
435 if ((ret = dbp->open(dbp, NULL,
437 dbp->err(dbp, ret,
442 (void)dbp->close(dbp, 0);
477 dbp->err(dbp, ret, "DB->cursor");
[all …]
/dports/chinese/libtabe/libtabe-0.2.6.orig/src/
H A Dtabe_tsiyindbint.c184 rydbp->dbp = dbp; in tabeTsiYinDBOpen()
192 dbp = rydbp->dbp; in tabeTsiYinDBOpen()
225 dbp = (DB *)tsiyindb->dbp; in tabe_tsiyinDB_DoClose()
232 dbp->close(dbp, 0); in tabe_tsiyinDB_DoClose()
277 dbp = (DB *)tsiyindb->dbp; in tabeTsiYinDBRecordNumber()
414 dbp = tsiyindb->dbp; in TsiYinDBStoreTsiYinDB()
441 dbp->sync(dbp, 0); in TsiYinDBStoreTsiYinDB()
458 dbp = tsiyindb->dbp; in TsiYinDBLookupTsiYinDB()
491 dbp = tsiyindb->dbp; in tabeTsiYinDBCursorSet()
558 dbp = tsiyindb->dbp; in tabeTsiYinDBCursorNext()
[all …]
H A Dtabe_tsidbint.c180 rdbp->dbp = dbp; in tabeTsiDBOpen()
188 dbp = rdbp->dbp; in tabeTsiDBOpen()
221 dbp = (DB *)tsidb->dbp; in tabe_tsiDB_DoClose()
229 dbp->close(dbp, 0); in tabe_tsiDB_DoClose()
274 dbp = (DB *)tsidb->dbp; in tabeTsiDBRecordNumber()
436 dbp = tsidb->dbp; in TsiDBStoreTsiDB()
463 dbp->sync(dbp, 0); in TsiDBStoreTsiDB()
480 dbp = tsidb->dbp; in TsiDBLookupTsiDB()
512 dbp = tsidb->dbp; in tabeTsiDBCursorSet()
572 dbp = tsidb->dbp; in tabeTsiDBCursorNext()
[all …]
/dports/databases/db18/db-18.1.40/src/heap/
H A Dheap_stub.c39 DB *dbp; in __heap_60_heapmeta()
56 DB *dbp; in __heap_60_heap()
73 DB *dbp; in __heap_db_create()
81 DB *dbp; in __heap_db_close()
89 DB *dbp; in __heap_get_heapsize()
131 DB *dbp;
174 DB *dbp; in __heap_meta2pgset()
187 DB *dbp; in __heap_metachk()
198 DB *dbp; in __heap_new_file()
213 DB *dbp; in __heap_open()
[all …]
/dports/databases/db5/db-5.3.28/src/dbinc/
H A Ddb_page.h395 #define HEAP_REGION_COUNT(dbp, size) (((size) - HEAPPG_SZ(dbp)) * 4) argument
421 #define HEAP_SPACEMAP(dbp, pg) ((u_int8_t *)P_INP((dbp), (pg))) argument
424 #define HEAP_OFFSETTBL(dbp, pg) P_INP((dbp), (pg)) argument
449 ((dbp)->pgsize - HEAPPG_SZ(dbp) - sizeof(db_indx_t))
525 #define P_OVERHEAD(dbp) P_TO_UINT16(P_INP(dbp, 0)) argument
532 #define P_FREESPACE(dbp, pg) (HOFFSET(pg) - LOFFSET(dbp, pg)) argument
560 #define P_MAXSPACE(dbp, psize) ((psize) - P_OVERHEAD(dbp)) argument
584 #define HPAGE_TYPE(dbp, pg, indx) (*P_ENTRY(dbp, pg, indx)) argument
616 (P_INP(dbp, pg)[(indx) - 1])) - (P_INP(dbp, pg)[indx]))
642 #define H_PAIRKEY(dbp, pg, indx) P_ENTRY(dbp, pg, H_KEYINDEX(indx)) argument
[all …]
/dports/databases/db5/db-5.3.28/examples/c/
H A Dex_sequence.c34 DB *dbp; local
41 dbp = NULL;
70 dbp->set_errfile(dbp, stderr);
71 dbp->set_errpfx(dbp, progname);
72 if ((ret = dbp->open(dbp,
74 dbp->err(dbp, ret, "%s: open", database);
79 dbp->err(dbp, ret, "db_sequence_create");
94 dbp->err(dbp, ret, "DB_SEQUENCE->get");
110 dbp->err(dbp, ret, "DB_SEQUENCE->close");
113 if ((ret = dbp->close(dbp, 0)) != 0) {
[all …]

12345678910>>...103