Searched refs:__os_umalloc (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddbt.c32 if ((ret = __os_umalloc(env, dbt->size, &buf)) != 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_alloc.c40 * __os_umalloc --
47 * PUBLIC: int __os_umalloc __P((ENV *, size_t, void *));
50 __os_umalloc(env, size, storep) function
96 * A realloc(3) counterpart to __os_umalloc's malloc(3).
119 return (__os_umalloc(env, size, storep));
152 * A free(3) counterpart to __os_umalloc's malloc(3).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_stat.c67 if ((ret = __os_umalloc(env, sizeof(DB_REPMGR_STAT), &stats)) != 0)
266 if ((ret = __os_umalloc(env, total_size, &status)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp906 if ((ret = __os_umalloc(dbp->get_ENV(),
919 if ((ret = __os_umalloc(dbp->get_ENV(),
950 ret = __os_umalloc(dbp->get_ENV(),
965 ret = __os_umalloc(dbp->get_ENV(),
1369 if ((ret = __os_umalloc(dbp->get_ENV(),
1381 if ((ret = __os_umalloc(dbp->get_ENV(),
1394 if ((ret = __os_umalloc(dbp->get_ENV(),
1425 ret = __os_umalloc(dbp->get_ENV(),
1440 ret = __os_umalloc(dbp->get_ENV(),
1454 ret = __os_umalloc(db
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_ret.c123 ret = __os_umalloc(env, len, &dbt->data);
H A Ddb_overflow.c118 if ((ret = __os_umalloc(env, needed, &dbt->data)) != 0)
H A Ddb_vrfyutil.c619 * used, and so we always allocate with __os_umalloc so we can free
622 if ((ret = __os_umalloc(env, sizeof(VRFY_PAGEINFO), &pip)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dos_ext.h17 int __os_umalloc __P((ENV *, size_t, void *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c1073 ret = __os_umalloc(env, data.ulen, &data.data);
1102 ret = __os_umalloc(env,
1116 ret = __os_umalloc(env,
1582 ret = __os_umalloc(env,
1597 ret = __os_umalloc(env,
1617 ret = __os_umalloc(env,
1734 ret = __os_umalloc(env,
2021 __os_umalloc(env, len * replyp->stats.stats_len, &retsp)) != 0)
2390 if ((ret = __os_umalloc(env, key.ulen, &key.data)) != 0)
2409 if ((ret = __os_umalloc(en
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_callbacks.i255 if ((ret = __os_umalloc(
326 if ((ret = __os_umalloc(db->env,
351 if ((ret = __os_umalloc(NULL,
420 __os_umalloc(NULL, dbt->size, &dbt->data)) != 0)
H A Djava_typemaps.i601 __os_umalloc(env, obj->size, &obj->data)) != 0 ||
633 __os_umalloc(env, obj->size, &obj->data)) != 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_stat.c55 if ((ret = __os_umalloc(dbp->env, sizeof(*sp), &sp)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dseq_stat.c65 if ((ret = __os_umalloc(env, sizeof(*sp), &sp)) != 0)
H A Dsequence.c221 if ((ret = __os_umalloc(env,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_stat.c72 if ((ret = __os_umalloc(env, sizeof(DB_LOG_STAT), &stats)) != 0)
H A Dlog_archive.c586 if ((ret = __os_umalloc(env, len, &array)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stat.c53 if ((ret = __os_umalloc(env, sizeof(*sp), &sp)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_stat.c70 if ((ret = __os_umalloc(env, sizeof(DB_MUTEX_STAT), &stats)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_stat.c93 if ((ret = __os_umalloc(env, nbytes, &stats)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_stat.c98 if ((ret = __os_umalloc(env, sizeof(**gspp), gspp)) != 0)
215 if ((ret = __os_umalloc(env, len, fspp)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_stat.c57 if ((ret = __os_umalloc(env, sizeof(*sp), &sp)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_stat.c79 if ((ret = __os_umalloc(env, sizeof(DB_REP_STAT), &stats)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client_ret.c588 if ((ret = __os_umalloc(dbp->env, len, &retsp)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_stat.c78 if ((ret = __os_umalloc(env, sizeof(*stats), &stats)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c2263 if ((ret = __os_umalloc(dbp->env,
2278 * We need to use __os_umalloc rather than ufree because this
2282 if ((ret = __os_umalloc(dbp->env, len, &databuf)) != 0)

Completed in 246 milliseconds

12