Searched refs:ht (Results 1 - 25 of 55) sorted by relevance

123

/openbsd-current/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D180_verify_SSL.t13 my $ht = HTTP::Tiny->new();
14 is($ht->verify_SSL, 1, "verify_SSL is 1 by default");
18 my $ht = HTTP::Tiny->new(
21 is($ht->verify_SSL, 0, "verify_SSL=>0 sets 0");
25 my $ht = HTTP::Tiny->new(
28 is($ht->verify_SSL, 0, "verify_ssl=>0 sets 0");
32 my $ht = HTTP::Tiny->new(
36 is($ht->verify_SSL, 1, "verify_SSL=>1 and verify_ssl=>0 sets 1");
40 my $ht = HTTP::Tiny->new(
44 is($ht
[all...]
H A D141_no_proxy.t53 my $ht = HTTP::Tiny->new( no_proxy => $no_proxy );
54 is_deeply( $ht->no_proxy, $c->{expect}, "new(no_proxy => $label)" );
60 my $ht = HTTP::Tiny->new();
61 is_deeply( $ht->no_proxy, $c->{expect}, "\$ENV{no_proxy} = $label" );
65 my $ht = HTTP::Tiny->new( no_proxy => $no_proxy );
66 is_deeply( $ht->no_proxy, $c->{expect},
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_hashtab.c45 int drm_ht_create(struct drm_open_hash *ht, unsigned int order) argument
49 ht->order = order;
50 ht->table = NULL;
51 if (size <= PAGE_SIZE / sizeof(*ht->table))
52 ht->table = kcalloc(size, sizeof(*ht->table), GFP_KERNEL);
54 ht->table = vzalloc(array_size(size, sizeof(*ht->table)));
55 if (!ht->table) {
62 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigne argument
77 drm_ht_find_key(struct drm_open_hash *ht, unsigned long key) argument
96 drm_ht_find_key_rcu(struct drm_open_hash *ht, unsigned long key) argument
118 drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) argument
152 drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, unsigned long seed, int bits, int shift, unsigned long add) argument
176 drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item) argument
189 drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) argument
205 drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) argument
215 drm_ht_remove(struct drm_open_hash *ht) argument
[all...]
H A Ddrm_legacy.h52 int drm_ht_create(struct drm_open_hash *ht, unsigned int order);
53 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
54 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item,
57 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item);
59 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key);
60 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key);
61 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
62 void drm_ht_remove(struct drm_open_hash *ht);
/openbsd-current/usr.sbin/config/
H A Dhash.c87 ht_init(struct hashtab *ht, size_t sz) argument
93 ht->ht_tab = h;
94 ht->ht_size = sz;
95 ht->ht_mask = sz - 1;
98 ht->ht_used = 0;
99 ht->ht_lim = HASHFRACTION(sz);
106 ht_expand(struct hashtab *ht) argument
111 n = ht->ht_size * 2;
113 oldh = ht->ht_tab;
115 for (i = ht
171 struct hashtab *ht; local
195 struct hashtab *ht; local
206 ht_remove(struct hashtab *ht, const char *nam) argument
237 ht_insrep(struct hashtab *ht, const char *nam, void *val, int replace) argument
259 ht_lookup(struct hashtab *ht, const char *nam) argument
[all...]
H A Dconfig.h327 #define ht_insert(ht, nam, val) ht_insrep(ht, nam, val, 0)
328 #define ht_replace(ht, nam, val) ht_insrep(ht, nam, val, 1)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dconst2.C10 int wd, ht; member in struct:QSize
15 { wd = ht = -1; }
18 { wd = w; ht = h; }
21 { return QSize(s1.wd+s2.wd, s1.ht+s2.ht); }
37 if (s.wd != 100 || s.ht != 200)
/openbsd-current/regress/usr.bin/ssh/
H A Dkeytype.sh53 for ht in $htypes; do
54 host_type=`kname_to_ktype "$ht"`
55 trace "ssh connect, userkey $ut, hostkey $ht"
58 echo HostKey $OBJ/key.$ht
70 cat $OBJ/key.$ht.pub
74 verbose "userkey $ut, hostkey ${ht}"
77 fail "ssh userkey $ut, hostkey $ht failed"
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dhashtable.h41 typedef struct ht hash_table;
47 struct ht struct
H A Dstringpool.c46 struct ht *ident_hash;
H A Dtoplev.h116 extern struct ht *ident_hash;
H A Dfunction.c1514 volatile_p, used_p, consecutive_p, ht)
1521 htab_t ht;
1565 schedule_fixup_var_refs (function, reg, type, mode, ht);
1573 schedule_fixup_var_refs (function, reg, type, promoted_mode, ht)
1578 htab_t ht;
1596 fixup_var_refs (reg, promoted_mode, unsigned_p, reg, ht);
1601 fixup_var_refs (var, promoted_mode, unsignedp, may_share, ht)
1605 htab_t ht;
1614 if (ht)
1618 fixup_var_refs_insns_with_hash (ht, va
3369 htab_t ht; member in struct:insns_for_mem_walk_info
3465 htab_t ht; local
[all...]
/openbsd-current/share/man/man4/man4.macppc/
H A DMakefile6 bm.4 daca.4 dfs.4 fcu.4 ht.4 hpb.4 intro.4 \
/openbsd-current/gnu/gcc/libcpp/include/
H A Dsymtab.h37 typedef struct ht hash_table;
43 struct ht struct
90 extern void ht_load (hash_table *ht, hashnode *entries,
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsparc-stub.c468 struct hard_trap_info *ht; local
470 for (ht = hard_trap_info; ht->tt && ht->signo; ht++)
471 exceptionHandler(ht->tt, trap_low);
509 struct hard_trap_info *ht; local
511 for (ht = hard_trap_info; ht->tt && ht
[all...]
/openbsd-current/lib/libkeynote/
H A Dauxil.c418 struct assertion *ht, *ht2; local
434 ht = keynote_current_session->ks_assertion_table[i];
435 if (ht == NULL)
439 if (ht->as_id == assertid)
441 keynote_current_session->ks_assertion_table[i] = ht->as_next;
443 keynote_free_assertion(ht);
447 for (; ht->as_next != NULL; ht = ht->as_next)
448 if (ht
[all...]
/openbsd-current/gnu/gcc/libcpp/
H A Dsymtab.c238 ht_load (hash_table *ht, hashnode *entries, argument
242 if (ht->entries_owned)
243 free (ht->entries);
244 ht->entries = entries;
245 ht->nslots = nslots;
246 ht->nelements = nelements;
247 ht->entries_owned = own;
/openbsd-current/usr.bin/skeyinit/
H A Dskeyinit.c50 char buf[256], key[SKEY_BINKEY_SIZE], filename[PATH_MAX], *ht; local
58 ht = auth_type = NULL;
99 if ((ht = skey_set_algorithm(&argv[i][1])) == NULL) {
233 ht ? ht : skey_get_algorithm());
274 ht ? ht : skey_get_algorithm());
294 if (ht && strcmp(ht, skey_get_algorithm()) != 0)
295 skey_set_algorithm(ht);
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dtied.t200 my $ht = thaw($hf);
201 isnt($ht, undef);
202 is($ht->{'x'}, 1);
/openbsd-current/games/grdc/
H A Dgrdc.c323 getwinsize(int *wid, int *ht) argument
329 *ht = 24;
332 *ht = size.ws_row;
/openbsd-current/gnu/gcc/gcc/
H A Dstringpool.c50 struct ht *ident_hash;
H A Dtoplev.h141 extern struct ht *ident_hash;
/openbsd-current/sys/dev/videomode/
H A Dvideomode.c22 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \
23 { clk, hr, hs, he, ht, vr, vs, ve, vt, f, nm }
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DScopedHashTable.h228 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { argument
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_modes.h134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \
137 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \

Completed in 219 milliseconds

123