Searched refs:envc (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DVerboseConfigTest.java56 EnvironmentConfig envc = new EnvironmentConfig();
57 envc.setAllowCreate(true);
58 envc.setInitializeCache(true);
59 envc.setVerbose(VerboseConfig.DEADLOCK, true);
60 envc.setVerbose(VerboseConfig.FILEOPS, true);
61 envc.setVerbose(VerboseConfig.FILEOPS_ALL, true);
62 envc.setVerbose(VerboseConfig.RECOVERY, true);
63 envc.setVerbose(VerboseConfig.REGISTER, true);
64 envc.setVerbose(VerboseConfig.REPLICATION, true);
65 envc
[all...]
H A DCallbackTest.java67 EnvironmentConfig envc = new EnvironmentConfig();
68 envc.setAllowCreate(true);
69 envc.setInitializeCache(true);
70 envc.setTransactional(true);
71 envc.setInitializeLocking(true);
72 envc.setCacheSize(64 * 1024);
73 envc.setFeedbackHandler(this);
74 envc.setPanicHandler(this);
75 envc.setErrorHandler(this);
76 Environment dbEnv = new Environment(TestUtils.BASETEST_DBFILE, envc);
[all...]
H A DDatabaseTest.java115 EnvironmentConfig envc = new EnvironmentConfig();
116 envc.setAllowCreate(true);
117 envc.setInitializeCache(true);
118 options.db_env = new Environment(TestUtils.BASETEST_DBFILE, envc);
133 EnvironmentConfig envc = new EnvironmentConfig();
134 envc.setAllowCreate(true);
135 envc.setInitializeCache(true);
136 options.db_env = new Environment(TestUtils.BASETEST_DBFILE, envc);
156 EnvironmentConfig envc = new EnvironmentConfig();
157 envc
[all...]
H A DAssociateTest.java68 EnvironmentConfig envc = new EnvironmentConfig();
69 envc.setAllowCreate(true);
70 envc.setInitializeCache(true);
71 Environment dbEnv = new Environment(TestUtils.BASETEST_DBFILE, envc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Deshlibld.h78 char **env, int envc,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_som.c68 int envc = bprm->envc; local
76 sp += envc + 1;
94 while (envc-- > 0) {
H A Dbinfmt_aout.c153 int envc = bprm->envc; local
169 sp -= envc+1;
188 while (envc-->0) {
H A Dbinfmt_flat.c127 int envc = bprm->envc; local
131 sp -= (envc + argc + 2) + 1 + (flat_argvp_envp_on_stack() ? 2 : 0);
151 while (envc-->0) {
878 stack_len += (bprm->envc + 1) * sizeof(char *); /* the envp array */
H A Dbinfmt_elf.c143 int envc = bprm->envc; local
259 items = (argc + 1) + (envc + 1) + 1;
299 while (envc-- > 0) {
H A Dexec.c1414 bprm->envc = count(envp, MAX_ARG_STRINGS);
1415 if ((retval = bprm->envc) < 0)
1427 retval = copy_strings(bprm->envc, envp, bprm);
H A Dbinfmt_elf_fdpic.c576 sp -= (bprm->envc + 1) * sizeof(char *); /* envv[] */
647 csp -= (bprm->envc + 1) * sizeof(elf_caddr_t);
679 for (loop = bprm->envc; loop > 0; loop--) {
H A Dcompat.c1535 bprm->envc = compat_count(envp, MAX_ARG_STRINGS);
1536 if ((retval = bprm->envc) < 0)
1548 retval = compat_copy_strings(bprm->envc, envp, bprm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbinfmts.h53 int argc, envc; member in struct:linux_binprm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dia32_aout.c224 int argc = bprm->argc, envc = bprm->envc; local
227 sp -= envc+1;
245 while (envc-- > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditsc.c131 int envc; member in struct:audit_aux_data_execve
2270 ax->envc = bprm->envc;

Completed in 123 milliseconds