Home
last modified time | relevance | path

Searched refs:hash_default (Results 1 – 18 of 18) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/t/library/
H A Dp6object.t219 classname = hash_default(options, 'classname', class)
220 shortname = hash_default(options, 'shortname', classname)
221 typename = hash_default(options, 'typename', classname)
225 who = hash_default(options, 'who', who)
305 $P0 = hash_default(options, 'isa', class)
327 $P0 = hash_default(options, 'can', '')
385 =item hash_default(hash, key, default)
/dports/sysutils/syslinux/syslinux-6.03/bios/core/
H A Dkwdhash.gen7 hash_default equ 0xcc5159ed
/dports/databases/db5/db-5.3.28/build_windows/
H A Ddbstl_common.h440 _exported u_int32_t hash_default(Db * /*dbp*/, const void *key, u_int32_t len);
/dports/databases/db18/db-18.1.40/build_windows/
H A Ddbstl_common.h440 _exported u_int32_t hash_default(Db * /*dbp*/, const void *key, u_int32_t len);
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/src/
H A Dhash.c639 static mrb_value hash_default(mrb_state *mrb, mrb_value hash, mrb_value key);
715 return hash_default(mrb, hash, key); in mrb_hash_get()
836 hash_default(mrb_state *mrb, mrb_value hash, mrb_value key) in hash_default() function
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/src/
H A Dhash.c639 static mrb_value hash_default(mrb_state *mrb, mrb_value hash, mrb_value key);
716 return hash_default(mrb, hash, key); in mrb_hash_get()
841 hash_default(mrb_state *mrb, mrb_value hash, mrb_value key) in hash_default() function
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/src/
H A Dhash.c639 static mrb_value hash_default(mrb_state *mrb, mrb_value hash, mrb_value key);
715 return hash_default(mrb, hash, key); in mrb_hash_get()
836 hash_default(mrb_state *mrb, mrb_value hash, mrb_value key) in hash_default() function
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/src/
H A Dhash.c639 static mrb_value hash_default(mrb_state *mrb, mrb_value hash, mrb_value key);
715 return hash_default(mrb, hash, key); in mrb_hash_get()
836 hash_default(mrb_state *mrb, mrb_value hash, mrb_value key) in hash_default() function
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/src/
H A Dhash.c639 static mrb_value hash_default(mrb_state *mrb, mrb_value hash, mrb_value key);
716 return hash_default(mrb, hash, key); in mrb_hash_get()
841 hash_default(mrb_state *mrb, mrb_value hash, mrb_value key) in hash_default() function
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/src/
H A Dhash.c639 static mrb_value hash_default(mrb_state *mrb, mrb_value hash, mrb_value key);
716 return hash_default(mrb, hash, key); in mrb_hash_get()
841 hash_default(mrb_state *mrb, mrb_value hash, mrb_value key) in hash_default() function
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/src/
H A Dhash.c639 static mrb_value hash_default(mrb_state *mrb, mrb_value hash, mrb_value key);
715 return hash_default(mrb, hash, key); in mrb_hash_get()
836 hash_default(mrb_state *mrb, mrb_value hash, mrb_value key) in hash_default() function
/dports/databases/db5/db-5.3.28/lang/cxx/stl/
H A Ddbstl_container.cpp460 u_int32_t hash_default(Db * /* dbp */, const void *key, u_int32_t len) in hash_default() function
H A Ddbstl_map.h1107 u_int32_t hash_default(Db *dbp, const void *key, u_int32_t len);
1244 hash = hash_default; in operator()
H A Ddbstl_common.in440 _exported u_int32_t hash_default(Db * /*dbp*/, const void *key, u_int32_t len);
/dports/databases/db18/db-18.1.40/lang/cxx/stl/
H A Ddbstl_container.cpp460 u_int32_t hash_default(Db * /* dbp */, const void *key, u_int32_t len) in hash_default() function
H A Ddbstl_map.h1107 u_int32_t hash_default(Db *dbp, const void *key, u_int32_t len);
1244 hash = hash_default; in operator()
H A Ddbstl_common.in440 _exported u_int32_t hash_default(Db * /*dbp*/, const void *key, u_int32_t len);
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.021965 * hash.c (hash_default): method to set the default value.