Home
last modified time | relevance | path

Searched refs:db_malloc (Results 1 – 25 of 81) sorted by relevance

1234

/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dlog_archive.c46 CDB_log_archive(dbenv, listp, flags, db_malloc) in CDB_log_archive() argument
50 void *(*db_malloc) __P((size_t));
61 return (__dbcl_log_archive(dbenv, listp, flags, db_malloc));
103 return (__build_data(dbenv, pref, listp, db_malloc));
185 if ((ret = __usermem(dbenv, &array, db_malloc)) != 0)
206 __build_data(dbenv, pref, listp, db_malloc) in __build_data() argument
209 void *(*db_malloc) __P((size_t));
339 if ((ret = __usermem(dbenv, &array, db_malloc)) != 0)
403 __usermem(dbenv, listp, db_malloc) in __usermem() argument
406 void *(*db_malloc) __P((size_t));
[all …]
H A Dos_alloc.c106 CDB___os_malloc(dbenv, size, db_malloc, storep) in CDB___os_malloc() argument
109 void *(*db_malloc) __P((size_t)), *storep;
126 if (db_malloc != NULL)
127 p = db_malloc(size);
H A Dqam_stat.c34 CDB___qam_stat(dbp, spp, db_malloc, flags) in CDB___qam_stat() argument
37 void *(*db_malloc) __P((size_t));
73 if ((ret = CDB___os_malloc(dbp->dbenv, sizeof(*sp), db_malloc, &sp)) != 0)
H A Dmp_stat.c46 CDB_memp_stat(dbenv, gspp, fspp, db_malloc) in CDB_memp_stat() argument
50 void *(*db_malloc) __P((size_t));
64 return (__dbcl_memp_stat(dbenv, gspp, fspp, db_malloc));
144 if ((ret = CDB___os_malloc(dbenv, len, db_malloc, fspp)) != 0)
158 CDB___os_malloc(dbenv, len, db_malloc, tfsp)) != 0)
H A Dtxn_region.c293 CDB_txn_stat(dbenv, statp, db_malloc) in CDB_txn_stat() argument
296 void *(*db_malloc) __P((size_t));
308 return (__dbcl_txn_stat(dbenv, statp, db_malloc));
329 if ((ret = CDB___os_malloc(dbenv, nbytes, db_malloc, &stats)) != 0)
H A Dhash_stat.c37 CDB___ham_stat(dbp, spp, db_malloc, flags) in CDB___ham_stat() argument
39 void *spp, *(*db_malloc) __P((size_t));
66 if ((ret = CDB___os_malloc(dbp->dbenv, sizeof(*sp), db_malloc, &sp)) != 0)
H A Dlog.c496 CDB_log_stat(dbenv, statp, db_malloc) in CDB_log_stat() argument
499 void *(*db_malloc) __P((size_t));
508 return (__dbcl_log_stat(dbenv, statp, db_malloc));
520 sizeof(DB_LOG_STAT), db_malloc, &stats)) != 0)
H A Dlock_region.c401 CDB_lock_stat(dbenv, statp, db_malloc) in CDB_lock_stat() argument
404 void *(*db_malloc) __P((size_t));
413 return (__dbcl_lock_stat(dbenv, statp, db_malloc));
423 if ((ret = CDB___os_malloc(dbenv, sizeof(*stats), db_malloc, &stats)) != 0)
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dlog_archive.c43 CDB_log_archive(dbenv, listp, flags, db_malloc) in CDB_log_archive() argument
47 void *(*db_malloc) __P((size_t));
95 return (CDB___build_data(dbenv, pref, listp, db_malloc));
173 if ((ret = CDB___usermem(&array, db_malloc)) != 0)
194 CDB___build_data(dbenv, pref, listp, db_malloc) in CDB___build_data() argument
197 void *(*db_malloc) __P((size_t));
328 if ((ret = CDB___usermem(&array, db_malloc)) != 0)
390 CDB___usermem(listp, db_malloc) in CDB___usermem() argument
392 void *(*db_malloc) __P((size_t));
404 if ((ret = CDB___os_malloc(len, db_malloc, &array)) != 0)
H A Dos_alloc.c104 CDB___os_malloc(size, db_malloc, storep) in CDB___os_malloc() argument
106 void *(*db_malloc) __P((size_t)), *storep;
122 if (db_malloc != NULL)
123 p = db_malloc(size);
H A Dqam_stat.c34 CDB___qam_stat(dbp, spp, db_malloc, flags) in CDB___qam_stat() argument
37 void *(*db_malloc) __P((size_t));
72 if ((ret = CDB___os_malloc(sizeof(*sp), db_malloc, &sp)) != 0)
H A Dhash_stat.c36 CDB___ham_stat(dbp, spp, db_malloc, flags) in CDB___ham_stat() argument
38 void *spp, *(*db_malloc) __P((size_t));
65 if ((ret = CDB___os_malloc(sizeof(*sp), db_malloc, &sp)) != 0)
H A Dmp_stat.c41 CDB_memp_stat(dbenv, gspp, fspp, db_malloc) in CDB_memp_stat() argument
45 void *(*db_malloc) __P((size_t));
132 if ((ret = CDB___os_malloc(len, db_malloc, fspp)) != 0)
145 if ((ret = CDB___os_malloc(len, db_malloc, tfsp)) != 0)
H A Dtxn_region.c250 CDB_txn_stat(dbenv, statp, db_malloc) in CDB_txn_stat() argument
253 void *(*db_malloc) __P((size_t));
281 if ((ret = CDB___os_malloc(nbytes, db_malloc, &stats)) != 0)
H A Dbt_stat.c35 CDB___bam_stat(dbp, spp, db_malloc, flags) in CDB___bam_stat() argument
38 void *(*db_malloc) __P((size_t));
74 if ((ret = CDB___os_malloc(sizeof(*sp), db_malloc, &sp)) != 0)
H A Dlog.c467 CDB_log_stat(dbenv, statp, db_malloc) in CDB_log_stat() argument
470 void *(*db_malloc) __P((size_t));
485 if ((ret = CDB___os_malloc(sizeof(DB_LOG_STAT), db_malloc, &stats)) != 0)
/dports/databases/grass7/grass-7.8.6/lib/db/dbmi_base/
H A Dalloc.c32 a = db_malloc(strlen(s) + 1); in db_store()
47 void *db_malloc(int n) in db_malloc() function
/dports/databases/grass7/grass-7.8.6/lib/db/dbmi_driver/
H A Dd_openinsert.c36 cursor = (dbCursor *) db_malloc(sizeof(dbCursor)); in db_d_open_insert_cursor()
H A Dd_openselect.c40 cursor = (dbCursor *) db_malloc(sizeof(dbCursor)); in db_d_open_select_cursor()
H A Dd_openupdate.c43 cursor = (dbCursor *) db_malloc(sizeof(dbCursor)); in db_d_open_update_cursor()
/dports/databases/grass7/grass-7.8.6/db/drivers/postgres/
H A Dcursor.c39 c = (cursor *) db_malloc(sizeof(cursor)); in alloc_cursor()
/dports/databases/grass7/grass-7.8.6/db/drivers/sqlite/
H A Dcursor.c45 c = (cursor *) db_malloc(sizeof(cursor)); in alloc_cursor()
/dports/databases/grass7/grass-7.8.6/db/drivers/mysql/
H A Dcursor.c42 c = (cursor *) db_malloc(sizeof(cursor)); in alloc_cursor()
/dports/databases/grass7/grass-7.8.6/db/drivers/dbf/
H A Dcursor.c45 c = (cursor *) db_malloc(sizeof(cursor)); in alloc_cursor()
/dports/databases/grass7/grass-7.8.6/db/drivers/ogr/
H A Dcursor.c63 c = (cursor *) db_malloc(sizeof(cursor)); in alloc_cursor()

1234