Searched refs:__os_realloc (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_dir.c44 if ((ret = __os_realloc(env,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dgetcwd.c169 if (__os_realloc(NULL, upsize *= 2, &up) != 0)
230 if (__os_realloc(NULL, ptsize *= 2, &pt) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_dir.c79 if ((ret = __os_realloc(env,
H A Dos_alloc.c127 * Correct errno, see __os_realloc.
289 * __os_realloc --
292 * PUBLIC: int __os_realloc __P((ENV *, size_t, void *));
295 __os_realloc(env, size, storep) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_dir.c65 if ((ret = __os_realloc(env,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_archive.c205 if ((ret = __os_realloc(env,
401 if ((ret = __os_realloc(env,
419 if ((ret = __os_realloc(env,
H A Dlog_get.c866 __os_realloc(logc->env, len, &logc->bp)) != 0)
916 if ((ret = __os_realloc(logc->env, len, &logc->bp)) != 0)
1053 if ((ret = __os_realloc(env, len, &logc->bp)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dispatch.c332 __os_realloc(dbenv->env, nsize *
375 __os_realloc(env, nsize * sizeof((dtab->int_dispatch)[0]),
777 if ((ret = __os_realloc(env, hp->gen_alloc *
820 if ((ret = __os_realloc(env, sizeof(DB_LSN) *
H A Ddb_ret.c134 if ((ret = __os_realloc(env, len, memp)) == 0)
H A Ddb_ovfl_vrfy.c372 if ((ret = __os_realloc(dbp->env,
H A Ddb_join.c430 if ((ret = __os_realloc(env,
577 if ((ret = __os_realloc(env, jc->j_key.ulen,
H A Ddb_upg_opd.c75 if ((ret = __os_realloc(dbp->env, pgno_max *
H A Ddb_overflow.c124 if ((ret = __os_realloc(env, needed, bpp)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dos_ext.h23 int __os_realloc __P((ENV *, size_t, void *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_alloc.c71 if ((ret = __os_realloc(env,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_vxworks/
H A Dos_vx_map.c319 if ((ret = __os_realloc(env, newsize * sizeof(os_segdata_t),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_util.c149 if ((ret = __os_realloc(env,
H A Drepmgr_windows.c174 if ((ret = __os_realloc(env, table->size * sizeof(*w),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_recno.c1201 if ((ret = __os_realloc(
1235 if ((ret = __os_realloc(dbp->env,
H A Dbt_put.c485 if ((ret = __os_realloc(dbp->env,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c1820 if ((ret = __os_realloc(env, size, bufp)) != 0) {
2094 if ((ret = __os_realloc(dbp->env,
2109 if ((ret = __os_realloc(dbp->env,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_err.c560 if (__os_realloc(env, mbp->len + len + 256, &mbp->buf))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_util.c47 if ((ret = __os_realloc(env,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_mvcc.c492 if ((ret = __os_realloc(env,
H A Dmp_sync.c378 if ((ret = __os_realloc(env,

Completed in 161 milliseconds

12