Home
last modified time | relevance | path

Searched refs:db_first (Results 1 – 25 of 118) sorted by relevance

12345

/dports/net/kamailio/kamailio-5.4.5/src/modules/db2_ops/
H A DREADME27 5.3. db_first(handle)
50 1.6. db_first usage
82 5.3. db_first(handle)
191 5.3. db_first(handle)
234 5.3. db_first(handle)
239 Example 1.6. db_first usage
241 if (db_first(my_handle)) {
360 @db.fetch.handle.count invalidates current record, do db_seek/db_first!
524 if (!db_first("h0")) return;
/dports/net/kamailio/kamailio-5.4.5/src/modules/cfg_db/
H A Dcfg_db.c137 transl_rec = db_first(transl_res); in find_cfg_var()
179 rec = db_first(res); in find_cfg_var()
271 rec = db_first(res); in mod_init()
312 rec = db_first(res); in mod_init()
/dports/net/kamailio/kamailio-5.4.5/src/lib/srdb2/
H A Ddb_res.h47 struct db_rec* db_first(struct db_res* res);
H A Ddb_res.c72 db_rec_t* db_first(db_res_t* res) in db_first() function
/dports/net/kamailio/kamailio-5.4.5/src/modules/uid_domain/
H A Ddomain.c191 rec = db_first(res); in db_load_domain_attrs()
254 rec = db_first(res); in load_domains()
340 rec = db_first(res); in db_get_did()
/dports/net/kamailio/kamailio-5.4.5/src/modules/db2_ldap/
H A Ddb2_ldap_mod.c453 rec = db_first(result); in ldap_test()
460 rec = db_first(result); in ldap_test()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_lib.erl51 db_first/1,
52 db_first/2,
1060 db_first(Tab) -> function
1061 db_first(val({Tab, storage_type}), Tab).
1062 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1063 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1064 db_first(disc_only_copies, Tab) -> dets:first(Tab). function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_lib.erl51 db_first/1,
52 db_first/2,
1060 db_first(Tab) -> function
1061 db_first(val({Tab, storage_type}), Tab).
1062 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1063 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1064 db_first(disc_only_copies, Tab) -> dets:first(Tab). function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_lib.erl51 db_first/1,
52 db_first/2,
1060 db_first(Tab) -> function
1061 db_first(val({Tab, storage_type}), Tab).
1062 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1063 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1064 db_first(disc_only_copies, Tab) -> dets:first(Tab). function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_lib.erl51 db_first/1,
52 db_first/2,
1060 db_first(Tab) -> function
1061 db_first(val({Tab, storage_type}), Tab).
1062 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1063 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1064 db_first(disc_only_copies, Tab) -> dets:first(Tab). function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_lib.erl51 db_first/1,
52 db_first/2,
1060 db_first(Tab) -> function
1061 db_first(val({Tab, storage_type}), Tab).
1062 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1063 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1064 db_first(disc_only_copies, Tab) -> dets:first(Tab). function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_lib.erl51 db_first/1,
52 db_first/2,
1060 db_first(Tab) -> function
1061 db_first(val({Tab, storage_type}), Tab).
1062 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1063 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1064 db_first(disc_only_copies, Tab) -> dets:first(Tab). function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_lib.erl51 db_first/1,
52 db_first/2,
1060 db_first(Tab) -> function
1061 db_first(val({Tab, storage_type}), Tab).
1062 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1063 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1064 db_first(disc_only_copies, Tab) -> dets:first(Tab). function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/mnesia/src/
H A Dmnesia_lib.erl55 db_first/1,
56 db_first/2,
1248 db_first(Tab) -> function
1249 db_first(val({Tab, storage_type}), Tab).
1250 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1251 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1252 db_first(disc_only_copies, Tab) -> dets:first(Tab); function
1253 db_first({ext, Alias, Mod}, Tab) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/mnesia/src/
H A Dmnesia_lib.erl55 db_first/1,
56 db_first/2,
1248 db_first(Tab) -> function
1249 db_first(val({Tab, storage_type}), Tab).
1250 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1251 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1252 db_first(disc_only_copies, Tab) -> dets:first(Tab); function
1253 db_first({ext, Alias, Mod}, Tab) -> function
H A Dmnesia_rpc.erl66 handle_call({apply, mnesia_lib, db_first=Func, Args}, From, State) ->
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/mnesia/src/
H A Dmnesia_lib.erl55 db_first/1,
56 db_first/2,
1248 db_first(Tab) -> function
1249 db_first(val({Tab, storage_type}), Tab).
1250 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1251 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1252 db_first(disc_only_copies, Tab) -> dets:first(Tab); function
1253 db_first({ext, Alias, Mod}, Tab) -> function
H A Dmnesia_rpc.erl66 handle_call({apply, mnesia_lib, db_first=Func, Args}, From, State) ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/mnesia/src/
H A Dmnesia_lib.erl55 db_first/1,
56 db_first/2,
1248 db_first(Tab) -> function
1249 db_first(val({Tab, storage_type}), Tab).
1250 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1251 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1252 db_first(disc_only_copies, Tab) -> dets:first(Tab); function
1253 db_first({ext, Alias, Mod}, Tab) -> function
H A Dmnesia_rpc.erl66 handle_call({apply, mnesia_lib, db_first=Func, Args}, From, State) ->
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/mnesia/src/
H A Dmnesia_lib.erl55 db_first/1,
56 db_first/2,
1248 db_first(Tab) -> function
1249 db_first(val({Tab, storage_type}), Tab).
1250 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1251 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1252 db_first(disc_only_copies, Tab) -> dets:first(Tab); function
1253 db_first({ext, Alias, Mod}, Tab) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/mnesia/src/
H A Dmnesia_lib.erl55 db_first/1,
56 db_first/2,
1248 db_first(Tab) -> function
1249 db_first(val({Tab, storage_type}), Tab).
1250 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1251 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1252 db_first(disc_only_copies, Tab) -> dets:first(Tab); function
1253 db_first({ext, Alias, Mod}, Tab) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/mnesia/src/
H A Dmnesia_lib.erl55 db_first/1,
56 db_first/2,
1248 db_first(Tab) -> function
1249 db_first(val({Tab, storage_type}), Tab).
1250 db_first(ram_copies, Tab) -> ?ets_first(Tab); function
1251 db_first(disc_copies, Tab) -> ?ets_first(Tab); function
1252 db_first(disc_only_copies, Tab) -> dets:first(Tab); function
1253 db_first({ext, Alias, Mod}, Tab) -> function
/dports/net/kamailio/kamailio-5.4.5/src/modules/uid_uri_db/
H A Duid_uri_db_mod.c274 rec = db_first(res); in lookup_uid()
395 rec = db_first(res); in lookup_user_2()
/dports/net/kamailio/kamailio-5.4.5/src/modules/uid_auth_db/
H A Dauthorize.c80 if (*res) *row = db_first(*res); in get_ha1()
261 if (*res) row = db_first(*res); in check_all_ha1()

12345