Home
last modified time | relevance | path

Searched refs:db_mode (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_usrloc_pcscf/
H A Dims_usrloc_pcscf_mod.c85 int db_mode = 0; /*!< Database sync scheme: 0-no db, 1-write through, 2-write back, 3-… variable
111 {"db_mode", INT_PARAM, &db_mode },
188 if (db_mode != NO_DB) { /* Yes */ in mod_init()
198 LM_DBG("Running in DB mode %i\n", db_mode); in mod_init()
211 switch (db_mode) { in child_init()
233 if (_rank==PROC_SIPINIT && db_mode!=DB_ONLY) { in child_init()
262 if (db_mode) in destroy()
H A DREADME35 3.4. db_mode (int)
55 1.4. Set db_mode parameter
73 3.4. db_mode (int)
123 3.4. db_mode (int)
163 3.4. db_mode (int)
177 Example 1.4. Set db_mode parameter
179 modparam("ims_usrloc_pcscf", "db_mode", 1)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/db/bdb/
H A Dbdb_map.hpp379 CBDB_RawFile::EOpenMode db_mode,
471 CBDB_RawFile::EOpenMode db_mode = CBDB_RawFile::eReadWriteCreate; in iosbase2BDB() local
476 db_mode = in iosbase2BDB()
481 db_mode = CBDB_RawFile::eReadWriteCreate; in iosbase2BDB()
483 db_mode = CBDB_RawFile::eCreate; in iosbase2BDB()
487 return db_mode; in iosbase2BDB()
501 CBDB_RawFile::EOpenMode db_mode = iosbase2BDB(mode); in open() local
502 open(fname, db_mode, cache_size); in open()
507 CBDB_RawFile::EOpenMode db_mode, in open() argument
512 m_Dbf.Open(fname, db_mode); in open()
/dports/databases/db5/db-5.3.28/src/os/
H A Dos_map.c203 env->db_mode, &infop->fhp)) != 0)
576 if (env->db_mode == 0)
580 if (env->db_mode & S_IRUSR)
582 if (env->db_mode & S_IWUSR)
584 if (env->db_mode & S_IRGRP)
586 if (env->db_mode & S_IWGRP)
588 if (env->db_mode & S_IROTH)
590 if (env->db_mode & S_IWOTH)
/dports/databases/db18/db-18.1.40/src/os/
H A Dos_map.c221 env->db_mode, &infop->fhp)) != 0)
622 if (env->db_mode == 0)
626 if (env->db_mode & S_IRUSR)
628 if (env->db_mode & S_IWUSR)
630 if (env->db_mode & S_IRGRP)
632 if (env->db_mode & S_IWGRP)
634 if (env->db_mode & S_IROTH)
636 if (env->db_mode & S_IWOTH)
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_usrloc_scscf/
H A Dims_usrloc_scscf_mod.c112 int db_mode = 0; /*!<database mode*/ variable
170 {"db_mode", INT_PARAM, &db_mode},
325 if (db_mode != NO_DB) { /* Yes */ in mod_init()
413 switch (db_mode) { in child_init()
431 if (rank == PROC_SIPINIT && db_mode != DB_ONLY) { in child_init()
H A DREADME30 3.2. db_mode (string)
62 1.2. Set db_mode parameter
95 3.2. db_mode (string)
142 3.2. db_mode (string)
171 3.2. db_mode (string)
183 Example 1.2. Set db_mode parameter
185 modparam("ims_usrloc_scscf", "db_mode", 1)
H A Dsubscribe.c66 extern int db_mode;
303 if(!db_load && db_mode == WRITE_THROUGH) { in add_subscriber()
364 if (db_mode == WRITE_THROUGH && db_insert_subscriber(urec, rs) != 0) { in update_subscriber()
396 if (db_mode == WRITE_THROUGH && db_unlink_subscriber_from_impu(urec, s) !=0) { in delete_subscriber()
401 if (db_mode == WRITE_THROUGH && db_delete_subscriber(urec, s) != 0) { in delete_subscriber()
/dports/dns/dhisd/dhisd-5.5/
H A Dmain.c60 extern int db_mode;
226 if(!strcmp(database_file,"mysql")) db_mode=DB_MYSQL; in main()
227 if(db_mode==DB_MYSQL && (sql_server[0]=='\0' || sql_user[0]=='\0' in main()
243 if(db_mode==DB_MYSQL) { in main()
/dports/net/kamailio/kamailio-5.4.5/src/modules/uid_domain/
H A Duid_domain_mod.c82 int db_mode = 1; /* Enable/disable domain cache */ variable
138 {"db_mode", PARAM_INT, &db_mode },
280 if (db_mode) { in mod_init()
367 if (!db_mode) { in destroy()
454 if (db_mode) { in lookup_domain()
476 if (!db_mode) { in get_did()
H A Ddomain_rpc.c84 if (!db_mode) { in domain_reload()
109 if (!db_mode) { in domain_dump()
/dports/net/kamailio/kamailio-5.4.5/src/modules/p_usrloc/
H A Dusrloc.c79 api->db_mode = db_mode; in bind_usrloc()
H A Durecord.c98 if (db_mode!=DB_ONLY) { in free_urecord()
377 switch(db_mode) { in timer_urecord()
436 if (db_mode==DB_ONLY) { in release_urecord()
464 if (db_mode == WRITE_THROUGH || db_mode==DB_ONLY) { in insert_ucontact()
492 if (db_mode == WRITE_THROUGH || db_mode==DB_ONLY) { in delete_ucontact()
H A Dudomain.c685 if (db_mode!=DB_ONLY) in lock_udomain()
705 if (db_mode!=DB_ONLY) in unlock_udomain()
723 if (db_mode!=DB_ONLY) in lock_ulslot()
739 if (db_mode!=DB_ONLY) in unlock_ulslot()
758 if (db_mode!=DB_ONLY) { in insert_urecord()
781 if (db_mode!=DB_ONLY) { in get_urecord()
827 if (db_mode!=DB_ONLY) { in get_urecord_by_ruid()
879 if (db_mode==DB_ONLY) { in delete_urecord()
H A Dp_usrloc_mod.c148 int db_mode = 3; /*!< Database sync scheme: 1-write through, 2-write back, 3-only db */ variable
213 {"db_mode", INT_PARAM, &db_mode },
346 if (db_mode != DB_ONLY) { in mod_init()
352 if (db_mode != NO_DB) { /* Yes */ in mod_init()
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/src/
H A Dex_conv.c319 int db_mode = 0; in ex_set_int64_status() local
335 db_mode = file->int64_status & EX_ALL_INT64_DB; in ex_set_int64_status()
337 file->int64_status = api_mode | db_mode; in ex_set_int64_status()
/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/
H A Drcube_db.php37 protected $db_mode; // Connection mode variable in rcube_db
147 $this->db_mode = $mode;
155 $this->db_mode = $mode;
246 …if ($this->db_mode == $mode || $this->db_mode == 'w' && !$force && empty($this->options['dsnw_nore…
291 $db_mode = $this->table_connections[$table];
292 if ($db_mode == 'w' && empty($this->options['dsnw_noread'])) {
293 $mode = $db_mode;
669 if (!$this->db_connected || $this->db_mode == 'r') {
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_text/
H A DREADME41 4.1. db_mode (integer)
64 1.4. Set db_mode parameter
65 1.5. Set db_mode parameter
93 4.1. db_mode (integer)
221 4.1. db_mode (integer)
228 4.1. db_mode (integer)
237 Example 1.4. Set db_mode parameter
239 modparam("db_text", "db_mode", 1)
248 Example 1.5. Set db_mode parameter
428 modparam("usrloc", "db_mode", 2)
/dports/net/kamailio/kamailio-5.4.5/src/modules/rls/
H A DREADME29 3.4. db_mode(int)
73 1.4. Set db_mode parameter
115 3.4. db_mode(int)
204 3.4. db_mode(int)
269 3.4. db_mode(int)
278 Example 1.4. Set db_mode parameter
280 modparam("rls", "db_mode", 2)
369 Separate notifier processes are only run when db_mode is 2 (DB only
383 Separate notifier processes are only run when db_mode is 2 (DB only
406 This parameter only has an effect when the db_mode is DB_ONLY (mode 2).
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_conv.c379 int db_mode = 0; in ex_set_int64_status() local
393 db_mode = file->int64_status & EX_ALL_INT64_DB; in ex_set_int64_status()
395 file->int64_status = api_mode | db_mode; in ex_set_int64_status()
/dports/net/kamailio/kamailio-5.4.5/src/modules/imc/doc/
H A Dimc.cfg44 modparam("usrloc", "db_mode", 2)
52 modparam("usrloc", "db_mode", 0)
/dports/net/kamailio/kamailio-5.4.5/misc/examples/kamailio/
H A Dflag_reply.cfg54 modparam("usrloc", "db_mode", 0)
58 #modparam("usrloc", "db_mode", 2)
/dports/net/kamailio/kamailio-5.4.5/src/modules/pdt/doc/
H A Dpdt.cfg47 #modparam("usrloc", "db_mode", 0)
51 #modparam("usrloc", "db_mode", 2)
/dports/net/kamailio/kamailio-5.4.5/misc/examples/mixed/
H A Dflag_reply.cfg47 modparam("usrloc", "db_mode", 0)
51 #modparam("usrloc", "db_mode", 2)
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_conv.c394 int db_mode = 0; in ex_set_int64_status() local
408 db_mode = file->int64_status & EX_ALL_INT64_DB; in ex_set_int64_status()
410 file->int64_status = api_mode | db_mode; in ex_set_int64_status()

123456789