Searched refs:lh (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-12-stable/crypto/openssl/crypto/lhash/
H A Dlhash.c43 static int expand(OPENSSL_LHASH *lh);
44 static void contract(OPENSSL_LHASH *lh);
45 static OPENSSL_LH_NODE **getrn(OPENSSL_LHASH *lh, const void *data, unsigned long *rhash);
76 void OPENSSL_LH_free(OPENSSL_LHASH *lh) argument
81 if (lh == NULL)
84 for (i = 0; i < lh->num_nodes; i++) {
85 n = lh->b[i];
92 OPENSSL_free(lh->b);
93 OPENSSL_free(lh);
96 void *OPENSSL_LH_insert(OPENSSL_LHASH *lh, voi argument
128 OPENSSL_LH_delete(OPENSSL_LHASH *lh, const void *data) argument
156 OPENSSL_LH_retrieve(OPENSSL_LHASH *lh, const void *data) argument
177 doall_util_fn(OPENSSL_LHASH *lh, int use_arg, OPENSSL_LH_DOALL_FUNC func, OPENSSL_LH_DOALL_FUNCARG func_arg, void *arg) argument
204 OPENSSL_LH_doall(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNC func) argument
209 OPENSSL_LH_doall_arg(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNCARG func, void *arg) argument
214 expand(OPENSSL_LHASH *lh) argument
260 contract(OPENSSL_LHASH *lh) argument
295 getrn(OPENSSL_LHASH *lh, const void *data, unsigned long *rhash) argument
375 OPENSSL_LH_num_items(const OPENSSL_LHASH *lh) argument
380 OPENSSL_LH_get_down_load(const OPENSSL_LHASH *lh) argument
385 OPENSSL_LH_set_down_load(OPENSSL_LHASH *lh, unsigned long down_load) argument
390 OPENSSL_LH_error(OPENSSL_LHASH *lh) argument
[all...]
H A Dlh_stats.c24 void OPENSSL_LH_stats(const OPENSSL_LHASH *lh, FILE *fp) argument
32 OPENSSL_LH_stats_bio(lh, bp);
36 void OPENSSL_LH_node_stats(const OPENSSL_LHASH *lh, FILE *fp) argument
44 OPENSSL_LH_node_stats_bio(lh, bp);
48 void OPENSSL_LH_node_usage_stats(const OPENSSL_LHASH *lh, FILE *fp) argument
56 OPENSSL_LH_node_usage_stats_bio(lh, bp);
62 void OPENSSL_LH_stats_bio(const OPENSSL_LHASH *lh, BIO *out) argument
64 BIO_printf(out, "num_items = %lu\n", lh->num_items);
65 BIO_printf(out, "num_nodes = %u\n", lh->num_nodes);
66 BIO_printf(out, "num_alloc_nodes = %u\n", lh
82 OPENSSL_LH_node_stats_bio(const OPENSSL_LHASH *lh, BIO *out) argument
94 OPENSSL_LH_node_usage_stats_bio(const OPENSSL_LHASH *lh, BIO *out) argument
[all...]
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dlhash.h72 int OPENSSL_LH_error(OPENSSL_LHASH *lh);
74 void OPENSSL_LH_free(OPENSSL_LHASH *lh);
75 void *OPENSSL_LH_insert(OPENSSL_LHASH *lh, void *data);
76 void *OPENSSL_LH_delete(OPENSSL_LHASH *lh, const void *data);
77 void *OPENSSL_LH_retrieve(OPENSSL_LHASH *lh, const void *data);
78 void OPENSSL_LH_doall(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNC func);
79 void OPENSSL_LH_doall_arg(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNCARG func, void *arg);
81 unsigned long OPENSSL_LH_num_items(const OPENSSL_LHASH *lh);
82 unsigned long OPENSSL_LH_get_down_load(const OPENSSL_LHASH *lh);
83 void OPENSSL_LH_set_down_load(OPENSSL_LHASH *lh, unsigne
[all...]
/freebsd-12-stable/contrib/unbound/contrib/
H A Dunbound_cache.sh92 $LS -lh $CONF/$FNAME
96 $LS -lh $filename
107 $LS -lh $CONF/$FNAME
112 $LS -lh $filename
/freebsd-12-stable/contrib/ntp/
H A Dbootstrap100 lh=
117 lh="$lh $i"
136 case "$lh" in
138 *) touch $lh
139 echo "Touching <$lh>"
/freebsd-12-stable/usr.bin/sed/
H A Dcompile.c1008 struct labhash **lhp, *lh; local
1015 for (lh = *lhp; lh != NULL; lh = lh->lh_next)
1016 if (lh->lh_hash == h && strcmp(cp->t, lh->lh_cmd->t) == 0)
1018 if ((lh = malloc(sizeof *lh)) == NULL)
1020 lh
1034 struct labhash *lh; local
1056 struct labhash *lh, *next; local
[all...]
/freebsd-12-stable/usr.sbin/ppp/
H A Dpap.c88 struct fsmheader lh; local
100 lh.code = PAP_REQUEST;
101 lh.id = authp->id;
102 lh.length = htons(plen + sizeof(struct fsmheader));
104 memcpy(MBUF_CTOP(bp), &lh, sizeof(struct fsmheader)); local
118 struct fsmheader lh; local
123 lh.code = code;
124 lh.id = authp->id;
127 lh.length = htons(plen + sizeof(struct fsmheader));
129 memcpy(MBUF_CTOP(bp), &lh, sizeo local
[all...]
H A Dfsm.c194 struct fsmheader lh; local
213 lh.code = code;
214 lh.id = id;
215 lh.length = htons(plen);
217 memcpy(MBUF_CTOP(bp), &lh, sizeof(struct fsmheader)); local
1049 struct fsmheader lh; local
1057 bp = mbuf_Read(bp, &lh, sizeof lh);
1059 if (ntohs(lh.length) > len) {
1061 "- dropped\n", fp->link->name, len, (int)ntohs(lh
[all...]
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_types.h185 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon6195::__anon6196
188 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon6195::__anon6197
198 uint16_t ll; uint16_t lh; uint16_t hl; int16_t hh;
201 uint16_t ll; uint16_t lh; uint16_t hl; uint16_t hh;
/freebsd-12-stable/include/rpcsvc/
H A Dbootparam_prot.x69 char lh;
/freebsd-12-stable/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c54 255 & whoami->client_address.bp_address_u.ip_addr.lh,
60 255 & whoami->client_address.bp_address_u.ip_addr.lh,
89 255 & res.router_address.bp_address_u.ip_addr.lh,
97 255 & res.router_address.bp_address_u.ip_addr.lh,
157 255 & res.server_address.bp_address_u.ip_addr.lh,
164 255 & res.server_address.bp_address_u.ip_addr.lh,
/freebsd-12-stable/sys/riscv/riscv/
H A Dbus_space_asm.S47 lh a0, 0(a3)
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddwarf2read.c733 static void free_line_header (struct line_header *lh);
5113 free_line_header (struct line_header *lh) argument
5115 if (lh->standard_opcode_lengths)
5116 xfree (lh->standard_opcode_lengths);
5118 /* Remember that all the lh->file_names[i].name pointers are
5120 if (lh->file_names)
5121 xfree (lh->file_names);
5124 if (lh->include_dirs)
5125 xfree (lh->include_dirs);
5127 xfree (lh);
5133 add_include_dir(struct line_header *lh, char *include_dir) argument
5156 add_file_name(struct line_header *lh, char *name, unsigned int dir_index, unsigned int mod_time, unsigned int length) argument
5199 struct line_header *lh; local
5344 dwarf_decode_lines(struct line_header *lh, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu) argument
7698 file_full_name(int file, struct line_header *lh, const char *comp_dir) argument
7731 macro_start_file(int file, int line, struct macro_source_file *current_file, const char *comp_dir, struct line_header *lh, struct objfile *objfile) argument
7930 dwarf_decode_macros(struct line_header *lh, unsigned int offset, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu) argument
[all...]
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c417 struct list_head lh; local
422 INIT_LIST_HEAD(&lh);
447 list_splice_init(&dev->sriov.cm_list, &lh);
456 list_move_tail(&ent->list, &lh);
459 list_for_each_entry_safe(map, tmp_map, &lh, list) {
467 list_move_tail(&map->list, &lh);
474 list_for_each_entry_safe(map, tmp_map, &lh, list) {
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dec2_smpl.c498 BIGNUM *lh, *y2; local
521 lh = BN_CTX_get(ctx);
522 if (lh == NULL)
531 if (!BN_GF2m_add(lh, point->X, group->a))
533 if (!field_mul(group, lh, lh, point->X, ctx))
535 if (!BN_GF2m_add(lh, lh, point->Y))
537 if (!field_mul(group, lh, lh, poin
[all...]
/freebsd-12-stable/contrib/binutils/bfd/
H A Ddwarf2.c975 struct line_head lh; local
1029 lh.total_length = read_4_bytes (abfd, line_ptr);
1032 if (lh.total_length == 0xffffffff)
1034 lh.total_length = read_8_bytes (abfd, line_ptr);
1038 else if (lh.total_length == 0 && unit->addr_size == 8)
1041 lh.total_length = read_4_bytes (abfd, line_ptr);
1045 line_end = line_ptr + lh.total_length;
1046 lh.version = read_2_bytes (abfd, line_ptr);
1049 lh.prologue_length = read_4_bytes (abfd, line_ptr);
1051 lh
[all...]
/freebsd-12-stable/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c134 LHASH_OF(OPENSSL_STRING) *lh;
140 lh = db->index[idx];
141 if (lh == NULL) {
145 ret = lh_OPENSSL_STRING_retrieve(lh, value);
/freebsd-12-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c329 struct list_head *lh; local
341 lh = MAP_TABLE_ENTRY(pCard, chan, device, lun);
342 if(lh) {
343 list_for_each_entry(p, lh, list) {
481 struct list_head *lh; local
528 lh = MAP_TABLE_ENTRY(pCard, chan, device, lun);
533 list_for_each_entry_safe(p, n, lh, list) {
568 list_for_each_entry(n, lh, list) {
582 list_add(&p->list, lh);
697 struct list_head *lh; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/engine/
H A Deng_table.c66 LHASH_OF(ENGINE_PILE) *lh;
72 if ((lh = lh_ENGINE_PILE_new(engine_pile_hash, engine_pile_cmp)) == NULL)
74 *t = (ENGINE_TABLE *)lh;
/freebsd-12-stable/contrib/lua/src/
H A Dlparser.c1120 static void check_conflict (LexState *ls, struct LHS_assign *lh, expdesc *v) { argument
1124 for (; lh; lh = lh->prev) { /* check all previous assignments */
1125 if (lh->v.k == VINDEXED) { /* assigning to a table? */
1127 if (lh->v.u.ind.vt == v->k && lh->v.u.ind.t == v->u.info) {
1129 lh->v.u.ind.vt = VLOCAL;
1130 lh->v.u.ind.t = extra; /* previous assignment will use safe copy */
1133 if (v->k == VLOCAL && lh
1148 assignment(LexState *ls, struct LHS_assign *lh, int nvars) argument
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c1107 static void check_conflict (LexState *ls, struct LHS_assign *lh, expdesc *v) { argument
1111 for (; lh; lh = lh->prev) { /* check all previous assignments */
1112 if (lh->v.k == VINDEXED) { /* assigning to a table? */
1114 if (lh->v.u.ind.vt == v->k && lh->v.u.ind.t == v->u.info) {
1116 lh->v.u.ind.vt = VLOCAL;
1117 lh->v.u.ind.t = extra; /* previous assignment will use safe copy */
1120 if (v->k == VLOCAL && lh
1135 assignment(LexState *ls, struct LHS_assign *lh, int nvars) argument
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c743 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); local
745 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc;
760 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); local
764 lid = dt_aggregate_aggvarid(lh);
779 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); local
781 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc;
805 ldata = lh->dtahe_data.dtada_data + lrec->dtrd_offset;
890 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); local
892 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc;
894 caddr_t ldata = lh
1032 dt_ahashent_t **lh = *((dt_ahashent_t ***)lhs); local
[all...]
/freebsd-12-stable/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_asm.S86 lh a0, 0(a0)
/freebsd-12-stable/contrib/ntp/libntp/
H A Dvint64ops.c107 + (uint32_t)res.W_s.lh * base;
108 res.W_s.lh = (uint16_t)accu;
/freebsd-12-stable/contrib/tcsh/
H A Ded.refresh.c162 int w, i, lv, lh; local
238 lh = vcursor_h;
240 lh--;
241 if (lh < 0) {
245 lh = Strlen(Vdisplay[lv]) - 1;
247 if (Vdisplay[lv][lh] != CHAR_DBWIDTH)
257 Vdisplay[lv][lh] = MakeLiteral(cp, 1, Vdisplay[lv][lh]);

Completed in 220 milliseconds

12