Searched refs:infop (Results 1 - 25 of 144) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/common/
H A Dcrypto_stub.c29 REGINFO *infop; local
32 infop = env->reginfo;
33 renv = infop->primary;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/common/
H A Dcrypto_stub.c29 REGINFO *infop; local
32 infop = env->reginfo;
33 renv = infop->primary;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/common/
H A Dcrypto_stub.c29 REGINFO *infop; local
32 infop = env->reginfo;
33 renv = infop->primary;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/env/
H A Denv_region.c36 REGINFO *infop; local
53 if ((ret = __os_calloc(env, 1, sizeof(REGINFO), &infop)) != 0)
55 infop->env = env;
56 infop->type = REGION_TYPE_ENV;
57 infop->id = REGION_ID_ENV;
58 infop->flags = REGION_JOIN_OK;
60 F_SET(infop, REGION_CREATE_OK);
64 ret = __os_strdup(env, "process-private", &infop->name);
67 ret = __db_appname(env, DB_APP_NONE, buf, NULL, &infop->name);
100 if ((ret = __os_open(env, infop
546 REGINFO *infop; local
576 REGINFO *infop; local
650 REGINFO *infop; local
684 REGINFO *infop; local
723 REGINFO *infop; local
796 REGINFO *infop, reginfo; local
[all...]
H A Denv_alloc.c117 __env_alloc_init(infop, size)
118 REGINFO *infop;
126 env = infop->env;
135 head = infop->addr;
198 __env_alloc(infop, len, retp)
199 REGINFO *infop;
214 env = infop->env;
217 MUTEX_REQUIRED(env, infop->mtx_alloc);
230 if (infop->allocated >= infop
[all...]
H A Denv_failchk.c122 REGINFO *infop; local
127 infop = env->reginfo;
128 renv = infop->primary;
148 __env_alloc(infop, sizeof(THREAD_INFO), &thread)) != 0) {
154 renv->thread_off = R_OFFSET(infop, thread);
160 if ((ret = __env_alloc(infop,
163 thread->thr_hashoff = R_OFFSET(infop, htab);
167 thread = R_ADDR(infop, renv->thread_off);
168 htab = R_ADDR(infop, thread->thr_hashoff);
190 REGINFO *infop; local
230 REGINFO *infop; local
317 REGINFO *infop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/env/
H A Denv_region.c36 REGINFO *infop; local
53 if ((ret = __os_calloc(env, 1, sizeof(REGINFO), &infop)) != 0)
55 infop->env = env;
56 infop->type = REGION_TYPE_ENV;
57 infop->id = REGION_ID_ENV;
58 infop->flags = REGION_JOIN_OK;
60 F_SET(infop, REGION_CREATE_OK);
64 ret = __os_strdup(env, "process-private", &infop->name);
67 ret = __db_appname(env, DB_APP_NONE, buf, NULL, &infop->name);
100 if ((ret = __os_open(env, infop
546 REGINFO *infop; local
576 REGINFO *infop; local
650 REGINFO *infop; local
684 REGINFO *infop; local
723 REGINFO *infop; local
796 REGINFO *infop, reginfo; local
[all...]
H A Denv_alloc.c117 __env_alloc_init(infop, size)
118 REGINFO *infop;
126 env = infop->env;
135 head = infop->addr;
198 __env_alloc(infop, len, retp)
199 REGINFO *infop;
214 env = infop->env;
217 MUTEX_REQUIRED(env, infop->mtx_alloc);
230 if (infop->allocated >= infop
[all...]
H A Denv_failchk.c122 REGINFO *infop; local
127 infop = env->reginfo;
128 renv = infop->primary;
148 __env_alloc(infop, sizeof(THREAD_INFO), &thread)) != 0) {
154 renv->thread_off = R_OFFSET(infop, thread);
160 if ((ret = __env_alloc(infop,
163 thread->thr_hashoff = R_OFFSET(infop, htab);
167 thread = R_ADDR(infop, renv->thread_off);
168 htab = R_ADDR(infop, thread->thr_hashoff);
190 REGINFO *infop; local
230 REGINFO *infop; local
317 REGINFO *infop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/env/
H A Denv_region.c36 REGINFO *infop; local
53 if ((ret = __os_calloc(env, 1, sizeof(REGINFO), &infop)) != 0)
55 infop->env = env;
56 infop->type = REGION_TYPE_ENV;
57 infop->id = REGION_ID_ENV;
58 infop->flags = REGION_JOIN_OK;
60 F_SET(infop, REGION_CREATE_OK);
64 ret = __os_strdup(env, "process-private", &infop->name);
67 ret = __db_appname(env, DB_APP_NONE, buf, NULL, &infop->name);
100 if ((ret = __os_open(env, infop
546 REGINFO *infop; local
576 REGINFO *infop; local
650 REGINFO *infop; local
684 REGINFO *infop; local
723 REGINFO *infop; local
796 REGINFO *infop, reginfo; local
[all...]
H A Denv_alloc.c117 __env_alloc_init(infop, size)
118 REGINFO *infop;
126 env = infop->env;
135 head = infop->addr;
198 __env_alloc(infop, len, retp)
199 REGINFO *infop;
214 env = infop->env;
217 MUTEX_REQUIRED(env, infop->mtx_alloc);
230 if (infop->allocated >= infop
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/crypto/
H A Dcrypto.c30 REGINFO *infop; local
35 infop = env->reginfo;
36 renv = infop->primary;
43 if (!F_ISSET(infop, REGION_CREATE)) {
58 if ((ret = __env_alloc(infop, sizeof(CIPHER), &cipher)) != 0) {
64 __env_alloc(infop, dbenv->passwd_len, &sh_passwd)) != 0) {
65 __env_alloc_free(infop, cipher);
71 cipher->passwd = R_OFFSET(infop, sh_passwd);
75 renv->cipher_off = R_OFFSET(infop, cipher);
82 cipher = R_ADDR(infop, ren
167 REGINFO *infop; local
397 REGINFO *infop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/crypto/
H A Dcrypto.c30 REGINFO *infop; local
35 infop = env->reginfo;
36 renv = infop->primary;
43 if (!F_ISSET(infop, REGION_CREATE)) {
58 if ((ret = __env_alloc(infop, sizeof(CIPHER), &cipher)) != 0) {
64 __env_alloc(infop, dbenv->passwd_len, &sh_passwd)) != 0) {
65 __env_alloc_free(infop, cipher);
71 cipher->passwd = R_OFFSET(infop, sh_passwd);
75 renv->cipher_off = R_OFFSET(infop, cipher);
82 cipher = R_ADDR(infop, ren
167 REGINFO *infop; local
397 REGINFO *infop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/crypto/
H A Dcrypto.c30 REGINFO *infop; local
35 infop = env->reginfo;
36 renv = infop->primary;
43 if (!F_ISSET(infop, REGION_CREATE)) {
58 if ((ret = __env_alloc(infop, sizeof(CIPHER), &cipher)) != 0) {
64 __env_alloc(infop, dbenv->passwd_len, &sh_passwd)) != 0) {
65 __env_alloc_free(infop, cipher);
71 cipher->passwd = R_OFFSET(infop, sh_passwd);
75 renv->cipher_off = R_OFFSET(infop, cipher);
82 cipher = R_ADDR(infop, ren
167 REGINFO *infop; local
397 REGINFO *infop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os_windows/
H A Dos_map.c22 __os_attach(env, infop, rp)
24 REGINFO *infop;
46 if ((ret = __os_open(env, infop->name, 0, DB_OSO_REGION |
47 (F_ISSET(infop, REGION_CREATE_OK) ? DB_OSO_CREATE : 0),
49 __db_err(env, ret, "%s", infop->name);
59 ret = __os_map(env, infop->name, infop, fhp, rp->size,
60 1, F_ISSET(env, ENV_SYSTEM_MEM), 0, &infop->addr);
74 __os_detach(env, infop, destroy)
76 REGINFO *infop;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os_windows/
H A Dos_map.c22 __os_attach(env, infop, rp)
24 REGINFO *infop;
46 if ((ret = __os_open(env, infop->name, 0, DB_OSO_REGION |
47 (F_ISSET(infop, REGION_CREATE_OK) ? DB_OSO_CREATE : 0),
49 __db_err(env, ret, "%s", infop->name);
59 ret = __os_map(env, infop->name, infop, fhp, rp->size,
60 1, F_ISSET(env, ENV_SYSTEM_MEM), 0, &infop->addr);
74 __os_detach(env, infop, destroy)
76 REGINFO *infop;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os_windows/
H A Dos_map.c22 __os_attach(env, infop, rp)
24 REGINFO *infop;
46 if ((ret = __os_open(env, infop->name, 0, DB_OSO_REGION |
47 (F_ISSET(infop, REGION_CREATE_OK) ? DB_OSO_CREATE : 0),
49 __db_err(env, ret, "%s", infop->name);
59 ret = __os_map(env, infop->name, infop, fhp, rp->size,
60 1, F_ISSET(env, ENV_SYSTEM_MEM), 0, &infop->addr);
74 __os_detach(env, infop, destroy)
76 REGINFO *infop;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os_vxworks/
H A Dos_vx_map.c58 __os_attach(env, infop, rp)
60 REGINFO *infop;
74 ret = __os_segdata_find_byname(env, infop->name, infop, rp);
81 if (!F_ISSET(infop, REGION_CREATE)) {
84 infop->name);
111 dbenv->shm_key + (infop->id - 1));
116 ret = __os_segdata_allocate(env, infop->name, infop, rp);
127 __os_detach(env, infop, destro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os_vxworks/
H A Dos_vx_map.c58 __os_attach(env, infop, rp)
60 REGINFO *infop;
74 ret = __os_segdata_find_byname(env, infop->name, infop, rp);
81 if (!F_ISSET(infop, REGION_CREATE)) {
84 infop->name);
111 dbenv->shm_key + (infop->id - 1));
116 ret = __os_segdata_allocate(env, infop->name, infop, rp);
127 __os_detach(env, infop, destro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os_vxworks/
H A Dos_vx_map.c58 __os_attach(env, infop, rp)
60 REGINFO *infop;
74 ret = __os_segdata_find_byname(env, infop->name, infop, rp);
81 if (!F_ISSET(infop, REGION_CREATE)) {
84 infop->name);
111 dbenv->shm_key + (infop->id - 1));
116 ret = __os_segdata_allocate(env, infop->name, infop, rp);
127 __os_detach(env, infop, destro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os/
H A Dos_map.c40 __os_attach(env, infop, rp)
42 REGINFO *infop;
61 create_ok = F_ISSET(infop, REGION_CREATE) ? 1 : 0;
63 (dbenv, infop->name, rp->size, &create_ok, &infop->addr);
65 F_SET(infop, REGION_CREATE);
67 F_CLR(infop, REGION_CREATE);
101 if (F_ISSET(infop, REGION_CREATE)) {
122 ((u_long)dbenv->shm_key + (infop->id - 1));
157 if ((infop
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os/
H A Dos_map.c40 __os_attach(env, infop, rp)
42 REGINFO *infop;
61 create_ok = F_ISSET(infop, REGION_CREATE) ? 1 : 0;
63 (dbenv, infop->name, rp->size, &create_ok, &infop->addr);
65 F_SET(infop, REGION_CREATE);
67 F_CLR(infop, REGION_CREATE);
101 if (F_ISSET(infop, REGION_CREATE)) {
122 ((u_long)dbenv->shm_key + (infop->id - 1));
157 if ((infop
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os/
H A Dos_map.c40 __os_attach(env, infop, rp)
42 REGINFO *infop;
61 create_ok = F_ISSET(infop, REGION_CREATE) ? 1 : 0;
63 (dbenv, infop->name, rp->size, &create_ok, &infop->addr);
65 F_SET(infop, REGION_CREATE);
67 F_CLR(infop, REGION_CREATE);
101 if (F_ISSET(infop, REGION_CREATE)) {
122 ((u_long)dbenv->shm_key + (infop->id - 1));
157 if ((infop
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/mp/
H A Dmp_alloc.c23 __memp_alloc(dbmp, infop, mfp, len, offsetp, retp)
25 REGINFO *infop;
47 c_mp = infop->primary;
48 dbht = R_ADDR(infop, c_mp->htab);
71 MPOOL_REGION_LOCK(env, infop);
88 alloc: if ((ret = __env_alloc(infop, len, &p)) == 0) {
100 __env_alloc_free(infop, bhp);
105 MPOOL_REGION_UNLOCK(env, infop);
107 *offsetp = R_OFFSET(infop, p);
131 MPOOL_REGION_UNLOCK(env, infop);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/mp/
H A Dmp_alloc.c23 __memp_alloc(dbmp, infop, mfp, len, offsetp, retp)
25 REGINFO *infop;
47 c_mp = infop->primary;
48 dbht = R_ADDR(infop, c_mp->htab);
71 MPOOL_REGION_LOCK(env, infop);
88 alloc: if ((ret = __env_alloc(infop, len, &p)) == 0) {
100 __env_alloc_free(infop, bhp);
105 MPOOL_REGION_UNLOCK(env, infop);
107 *offsetp = R_OFFSET(infop, p);
131 MPOOL_REGION_UNLOCK(env, infop);
[all...]

Completed in 192 milliseconds

123456