HomeSort by: relevance | last modified time | path
    Searched defs:in_memory (Results 1 - 12 of 12) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
catz.h 69 bool in_memory; member in struct:dns_catz_entry_options
catz.h 69 bool in_memory; member in struct:dns_catz_entry_options
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
database.cpp 154 sqlite::database::in_memory(void) function in class:sqlite::database
163 /// accept the values "" and ":memory:"; use temporary() and in_memory()
175 PRE_MSG(file.str() != ":memory:", "Use database::in_memory() instead");
database_test.cpp 43 ATF_TEST_CASE_WITHOUT_HEAD(in_memory); variable
44 ATF_TEST_CASE_BODY(in_memory)
46 sqlite::database db = sqlite::database::in_memory();
131 sqlite::database db = sqlite::database::in_memory();
141 sqlite::database db1 = sqlite::database::in_memory();
143 sqlite::database db2 = sqlite::database::in_memory();
157 sqlite::database db = sqlite::database::in_memory();
166 sqlite::database db = sqlite::database::in_memory();
179 sqlite::database db = sqlite::database::in_memory();
189 sqlite::database db = sqlite::database::in_memory();
    [all...]
database.cpp 154 sqlite::database::in_memory(void) function in class:sqlite::database
163 /// accept the values "" and ":memory:"; use temporary() and in_memory()
175 PRE_MSG(file.str() != ":memory:", "Use database::in_memory() instead");
database_test.cpp 43 ATF_TEST_CASE_WITHOUT_HEAD(in_memory); variable
44 ATF_TEST_CASE_BODY(in_memory)
46 sqlite::database db = sqlite::database::in_memory();
131 sqlite::database db = sqlite::database::in_memory();
141 sqlite::database db1 = sqlite::database::in_memory();
143 sqlite::database db2 = sqlite::database::in_memory();
157 sqlite::database db = sqlite::database::in_memory();
166 sqlite::database db = sqlite::database::in_memory();
179 sqlite::database db = sqlite::database::in_memory();
189 sqlite::database db = sqlite::database::in_memory();
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
catz.h 70 bool in_memory; member in struct:dns_catz_entry_options
catz.h 70 bool in_memory; member in struct:dns_catz_entry_options
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 368 The `in_memory' field is nonzero for elements that
410 char in_memory; member in struct:table_elt
1522 The in_memory field in the hash table element is set to 0.
1562 elt->in_memory = 0;
1763 new_elt->in_memory = hash_arg_in_memory;
1931 if (p->in_memory)
4059 op0_elt->in_memory = op0_in_memory;
4081 op1_elt->in_memory = op1_in_memory;
4108 op0_elt->in_memory = op0_in_memory;
4120 op1_elt->in_memory = op1_in_memory
    [all...]
cse.cc 368 The `in_memory' field is nonzero for elements that
410 char in_memory; member in struct:table_elt
1522 The in_memory field in the hash table element is set to 0.
1562 elt->in_memory = 0;
1763 new_elt->in_memory = hash_arg_in_memory;
1931 if (p->in_memory)
4059 op0_elt->in_memory = op0_in_memory;
4081 op1_elt->in_memory = op1_in_memory;
4108 op0_elt->in_memory = op0_in_memory;
4120 op1_elt->in_memory = op1_in_memory
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
cse.cc 366 The `in_memory' field is nonzero for elements that
406 char in_memory; member in struct:table_elt
1529 The in_memory field in the hash table element is set to 0.
1569 elt->in_memory = 0;
1770 new_elt->in_memory = hash_arg_in_memory;
1938 if (p->in_memory)
4049 op0_elt->in_memory = op0_in_memory;
4071 op1_elt->in_memory = op1_in_memory;
4098 op0_elt->in_memory = op0_in_memory;
4110 op1_elt->in_memory = op1_in_memory
    [all...]
cse.cc 366 The `in_memory' field is nonzero for elements that
406 char in_memory; member in struct:table_elt
1529 The in_memory field in the hash table element is set to 0.
1569 elt->in_memory = 0;
1770 new_elt->in_memory = hash_arg_in_memory;
1938 if (p->in_memory)
4049 op0_elt->in_memory = op0_in_memory;
4071 op1_elt->in_memory = op1_in_memory;
4098 op0_elt->in_memory = op0_in_memory;
4110 op1_elt->in_memory = op1_in_memory
    [all...]

Completed in 64 milliseconds