Searched refs:__env_set_state (Results 1 - 10 of 10) 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.h20 int __env_set_state __P((ENV *, DB_THREAD_INFO **, DB_THREAD_STATE));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h448 __env_set_state(env, &(ip), THREAD_ACTIVE)) != 0) \
471 (void)__env_set_state(env, NULL, THREAD_VERIFY); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h447 __env_set_state(env, &(ip), THREAD_ACTIVE)) != 0) \
470 (void)__env_set_state(env, NULL, THREAD_VERIFY); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h446 __env_set_state(env, &(ip), THREAD_ACTIVE)) != 0) \
469 (void)__env_set_state(env, NULL, THREAD_VERIFY); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h450 __env_set_state(env, &(ip), THREAD_ACTIVE)) != 0) \
473 (void)__env_set_state(env, NULL, THREAD_VERIFY); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h447 __env_set_state(env, &(ip), THREAD_ACTIVE)) != 0) \
470 (void)__env_set_state(env, NULL, THREAD_VERIFY); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h447 __env_set_state(env, &(ip), THREAD_ACTIVE)) != 0) \
470 (void)__env_set_state(env, NULL, THREAD_VERIFY); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_failchk.c280 * PUBLIC: int __env_set_state __P((ENV *, DB_THREAD_INFO **, DB_THREAD_STATE));
283 __env_set_state(env, ipp, state) function
H A Denv_open.c932 (t_ret = __env_set_state(env, &ip, THREAD_OUT)) != 0 && ret == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock.c940 (ret = __env_set_state(env, &ip, THREAD_BLOCKED)) != 0) {

Completed in 94 milliseconds