| /src/external/bsd/kyua-cli/dist/utils/sqlite/ |
| c_gate_test.cpp | 34 #include "utils/sqlite/database.hpp" 48 sqlite::database database = sqlite::database_c_gate::connect(raw_db); local 49 create_test_table(raw(database)); 51 // If the wrapper object has closed the SQLite 3 database, we will misbehave 61 sqlite::database db = sqlite::database::in_memory();
|
| database.hpp | 29 /// \file utils/sqlite/database.hpp 30 /// Wrapper classes and utilities for the SQLite database state. 33 /// representing the database, and lightweight. 56 /// Constant for the database::open flags: open in read-only mode. 58 /// Constant for the database::open flags: open in read-write mode. 60 /// Constant for the database::open flags: create on open. 64 /// A RAII model for the SQLite 3 database. 66 /// This class holds the database of the SQLite 3 interface during its existence 68 /// on such database. 71 /// implicit database hold by the class, they use C++ types where appropriat 78 class database { class in namespace:utils::sqlite [all...] |
| database.cpp | 29 #include "utils/sqlite/database.hpp" 47 /// Internal implementation for sqlite::database. 48 struct utils::sqlite::database::impl { 49 /// The SQLite 3 internal database. 52 /// Whether we own the database or not (to decide if we close it). 57 /// \param db_ The SQLite internal database. 82 /// \param file The path to the database file to be opened. 85 /// \return The opened database. 88 /// database. 89 /// \throw api_error If there is any problem opening the database 131 sqlite::database::database(void* db_, const bool owned_) : function in class:sqlite::database [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
| .ycm_extra_conf.py | 5 # compilation database set (by default, one is not set). 35 database = ycm_core.CompilationDatabase( compilation_database_folder ) variable 37 database = None variable 89 compilation_info = database.GetCompilationInfoForFile( 94 return database.GetCompilationInfoForFile( filename ) 98 if database:
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| hpropd.c | 42 static const char *database; variable 48 { "database", 'd', arg_string, rk_UNCONST(&database), "database", "file" }, 119 if (database == NULL) 120 database = hdb_default_db(context); 217 aret = asprintf(&tmp_db, "%s~", database); 254 ret = db->hdb_rename(context, db, database);
|
| hprop.c | 43 static const char *database; variable 130 { "database", 'd', arg_string, rk_UNCONST(&database), "database", "file" }, 131 { "source", 0, arg_string, &source_type, "type of database to read", 413 /* We may be reading an old database encrypted with a DES master key. */ 445 if (database == NULL) 449 ret = hdb_create (context, &db, database); 451 krb5_err(context, 1, ret, "hdb_create: %s", database); 462 exit_code = dump_database (context, type, database, db) [all...] |
| /src/external/bsd/kyua-cli/dist/store/ |
| backend.cpp | 41 #include "utils/sqlite/database.hpp" 51 /// Any new database gets this schema version. Existing databases with an older 66 /// Opens a database and defines session pragmas. 68 /// This auxiliary function ensures that, every time we open a SQLite database, 71 /// \param file The database file to be opened. 72 /// \param flags The flags for the open; see sqlite::database::open. 74 /// \return The opened database. 76 /// \throw store::error If there is a problem opening or creating the database. 77 static sqlite::database 81 sqlite::database database = sqlite::database::open(file, flags) local 240 sqlite::database database; member in struct:store::backend::impl 327 store::backend::database(void) function in class:store::backend [all...] |
| /src/external/bsd/nsd/dist/ |
| zonec.c | 109 struct namedb *database; member in struct:zonec_state 203 rrset = region_alloc(state->database->region, sizeof(*rrset) 211 rrset->rrs = region_alloc(state->database->region, sizeof(rr_type*)); 253 rr_lower_usage(state->database, rr); 254 region_recycle(state->database->region, rr, sizeof(*rr) + rr->rdlength); 273 state->database->region, rrset->rr_count + 1, sizeof(*rrs)); 275 region_recycle(state->database->region, rrs, rrset->rr_count * sizeof(*rrs)); 278 rrset = region_alloc(state->database->region, 287 region_recycle(state->database->region, rrset_orig, 297 apex_rrset_checks(state->database, rrset, rr->owner) 311 struct namedb *database; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| cisco-core.c | 69 char database[4]; /* Base of .data section (not in V3 crash info) */ 68 char database[4]; \/* Base of .data section (not in V3 crash info) *\/ member in struct:__anon9640
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cisco-core.c | 69 char database[4]; /* Base of .data section (not in V3 crash info) */ 68 char database[4]; \/* Base of .data section (not in V3 crash info) *\/ member in struct:__anon11131
|
| /src/external/gpl3/gdb/dist/bfd/ |
| cisco-core.c | 69 char database[4]; /* Base of .data section (not in V3 crash info) */ 68 char database[4]; \/* Base of .data section (not in V3 crash info) *\/ member in struct:__anon17578
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cisco-core.c | 69 char database[4]; /* Base of .data section (not in V3 crash info) */ 68 char database[4]; \/* Base of .data section (not in V3 crash info) *\/ member in struct:__anon20318
|
| /src/external/bsd/cron/dist/ |
| cron.c | 67 cron_db database; local 115 database.head = NULL; 116 database.tail = NULL; 117 database.mtime = (time_t) 0; 118 load_database(&database); 120 run_reboot_jobs(&database); 153 find_jobs(virtualTime, &database, TRUE, TRUE); 178 find_jobs(virtualTime, &database, 198 find_jobs(timeRunning, &database, TRUE, FALSE); 205 find_jobs(virtualTime, &database, [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_addr_map.c | 50 /* Database query address forms, either MA_FORM_INTERNAL (unquoted 251 const char *database; member in struct:__anon23098 500 MAPS *maps = maps_create("test", test->database, DICT_FLAG_LOCK 508 msg_info("database = %s", test->database);
|
| /src/include/ |
| nsswitch.h | 138 * and its dispatch control flags for a given database. 148 * or the requested database doesn't have an entry) 161 * An nsswitch module provides a mapping from (database name, method name) 166 const char *database; member in struct:__anon132 189 * ns_dbt - `nsswitch database thang' 190 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its 194 const char *name; /* name of database */
|
| /src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| hdb-sqlite.c | 259 * @param database An open sqlite3 database handle 273 sqlite3 *database = hsdb->db; local 275 ret = sqlite3_exec(database, statement, NULL, NULL, NULL); 286 ret = sqlite3_exec(database, statement, NULL, NULL, NULL); 292 sqlite3_errmsg(database)); 322 * Opens an sqlite3 database handle to a file, may create the 323 * database file depending on flags. 326 * @param db Heimdal database handle 343 "Error opening sqlite database %s: %s" [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| ipropd_master.c | 427 const char *database, uint32_t current_version) 456 ret = hdb_create (context, &db, database); 458 krb5_err (context, IPROPD_RESTART, ret, "hdb_create: %s", database); 668 send_complete(krb5_context context, slave *s, const char *database, 784 ret = write_dump(context, dump, database, current_version); 983 /* When the slave version is out of range, send the whole database. */ 1049 /* If we've reached the uber record, send the complete database */ 1116 const char *database, uint32_t current_version) 1151 send_complete(context, s, database, current_version, 1304 const char *database, uint32_t current_version 1523 static char *database; variable [all...] |
| /src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| c-index-test.c | 4033 fprintf(stderr, "no compilation database\n"); 4045 const char *database = argv[0]; local 4059 len = strlen(database); 4062 memcpy(tmp, database, len+1); 4070 printf("unexpected error %d code while loading compilation database\n", ec); 4125 printf("database loading failed with error code %d.\n", ec); 4303 perform_test_compilation_db(const char *database, int argc, const char **argv) { 4316 len = strlen(database); 4319 memcpy(tmp, database, len+1); 4327 printf("unexpected error %d code while loading compilation database\n", ec) [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| tracepoint.cc | 5052 at DATABASE, of DATASIZE bytes long, and call CALLBACK for each 5059 traceframe_walk_blocks (unsigned char *database, unsigned int datasize, 5076 for (dataptr = database; 5077 dataptr < database + datasize; 5087 datasize = dataptr - database; 5088 dataptr = database = trace_buffer_lo; 5128 at DATABASE of DATASIZE bytes long. TFNUM is the traceframe 5132 traceframe_find_block_type (unsigned char *database, unsigned int datasize, 5135 return traceframe_walk_blocks (database, datasize, tfnum, 5213 unsigned char *database, *dataptr local 5275 unsigned char *database, *dataptr; local 5339 unsigned char *database, *dataptr; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| tracepoint.cc | 5052 at DATABASE, of DATASIZE bytes long, and call CALLBACK for each 5059 traceframe_walk_blocks (unsigned char *database, unsigned int datasize, 5076 for (dataptr = database; 5077 dataptr < database + datasize; 5087 datasize = dataptr - database; 5088 dataptr = database = trace_buffer_lo; 5128 at DATABASE of DATASIZE bytes long. TFNUM is the traceframe 5132 traceframe_find_block_type (unsigned char *database, unsigned int datasize, 5135 return traceframe_walk_blocks (database, datasize, tfnum, 5213 unsigned char *database, *dataptr local 5275 unsigned char *database, *dataptr; local 5339 unsigned char *database, *dataptr; local [all...] |