Searched refs:__env_attach (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Denv_ext.h62 int __env_attach __P((ENV *, u_int32_t *, int, int));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_region.c22 * __env_attach
25 * PUBLIC: int __env_attach __P((ENV *, u_int32_t *, int, int));
28 __env_attach(env, init_flagsp, create_ok, retry_ok) function
587 if (__env_attach(env, NULL, 0, 1) != 0)
817 if (__env_attach(env, NULL, 0, 0) != 0)
H A Denv_open.c289 if ((ret = __env_attach(env, &init_flags, create_ok, 1)) != 0)
293 * __env_attach will return the saved init_flags field, which contains

Completed in 67 milliseconds