Home
last modified time | relevance | path

Searched defs:lh (Results 1 – 25 of 25) sorted by relevance

/dragonfly/crypto/libressl/crypto/lhash/
H A Dlh_stats.c73 lh_stats(LHASH *lh, FILE *out) in lh_stats()
101 lh_node_stats(LHASH *lh, FILE *out) in lh_node_stats()
114 lh_node_usage_stats(LHASH *lh, FILE *out) in lh_node_usage_stats()
143 lh_stats(const _LHASH *lh, FILE *fp) in lh_stats()
157 lh_node_stats(const _LHASH *lh, FILE *fp) in lh_node_stats()
171 lh_node_usage_stats(const _LHASH *lh, FILE *fp) in lh_node_usage_stats()
186 lh_stats_bio(const _LHASH *lh, BIO *out) in lh_stats_bio()
215 lh_node_stats_bio(const _LHASH *lh, BIO *out) in lh_node_stats_bio()
228 lh_node_usage_stats_bio(const _LHASH *lh, BIO *out) in lh_node_usage_stats_bio()
H A Dlhash.c138 lh_free(_LHASH *lh) in lh_free()
159 lh_insert(_LHASH *lh, void *data) in lh_insert()
196 lh_delete(_LHASH *lh, const void *data) in lh_delete()
225 lh_retrieve(_LHASH *lh, const void *data) in lh_retrieve()
245 doall_util_fn(_LHASH *lh, int use_arg, LHASH_DOALL_FN_TYPE func, in doall_util_fn()
274 lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func) in lh_doall()
280 lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg) in lh_doall_arg()
286 expand(_LHASH *lh) in expand()
337 contract(_LHASH *lh) in contract()
371 static LHASH_NODE **getrn(_LHASH *lh, const void *data, unsigned long *rhash) in getrn()
[all …]
/dragonfly/crypto/libressl/include/openssl/
H A Dlhash.h170 #define lh_error(lh) ((lh)->error) argument
198 #define CHECKED_LHASH_OF(type,lh) \ argument
204 #define LHM_lh_error(type, lh) \ argument
206 #define LHM_lh_insert(type, lh, inst) \ argument
209 #define LHM_lh_retrieve(type, lh, inst) \ argument
212 #define LHM_lh_delete(type, lh, inst) \ argument
216 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument
220 #define LHM_lh_node_stats_bio(type, lh, out) \ argument
222 #define LHM_lh_node_usage_stats_bio(type, lh, out) \ argument
224 #define LHM_lh_stats_bio(type, lh, out) \ argument
[all …]
H A Dsafestack.h2030 #define lh_ADDED_OBJ_stats_bio(lh,out) \ argument
2048 #define lh_APP_INFO_stats_bio(lh,out) \ argument
2066 #define lh_CONF_VALUE_stats_bio(lh,out) \ argument
2084 #define lh_ENGINE_PILE_stats_bio(lh,out) \ argument
2102 #define lh_ERR_STATE_stats_bio(lh,out) \ argument
2156 #define lh_FUNCTION_stats_bio(lh,out) \ argument
2170 #define lh_MEM_node_stats_bio(lh,out) \ argument
2174 #define lh_MEM_stats_bio(lh,out) \ argument
2176 #define lh_MEM_free(lh) LHM_lh_free(MEM,lh) argument
2192 #define lh_OBJ_NAME_stats_bio(lh,out) \ argument
[all …]
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dtext_label.c32 struct label_header *lh = (struct label_header *) buf; in _text_can_handle() local
42 struct label_header *lh = (struct label_header *) buf; in _text_write() local
255 struct label_header *lh = (struct label_header *) buf; in _text_read() local
/dragonfly/contrib/lvm2/dist/lib/label/
H A Dlabel.c115 struct label_header *lh; in _find_labeller() local
201 struct label_header *lh; in label_remove() local
305 struct label_header *lh = (struct label_header *) buf; in label_write() local
/dragonfly/usr.sbin/ppp/
H A Dpap.c86 struct fsmheader lh; in pap_Req() local
116 struct fsmheader lh; in SendPapCode() local
H A Dfsm.c192 struct fsmheader lh; in fsm_Output() local
1048 struct fsmheader lh; in fsm_Input() local
H A Dchap.c104 struct fsmheader lh; in ChapOutput() local
/dragonfly/usr.bin/sed/
H A Dcompile.c1006 struct labhash **lhp, *lh; in enterlabel() local
1032 struct labhash *lh; in findlabel() local
1054 struct labhash *lh, *next; in uselabel() local
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-omp.c816 walk_tree_lh lh; member
872 c_omp_check_loop_iv (tree stmt, tree declv, walk_tree_lh lh) in c_omp_check_loop_iv()
934 tree init, tree cond, walk_tree_lh lh) in c_omp_check_loop_iv_exprs()
/dragonfly/sys/vfs/udf/
H A Dudf_vnops.c96 struct udf_hash_lh *lh; in udf_hashlookup() local
140 struct udf_hash_lh *lh; in udf_hashins() local
156 struct udf_hash_lh *lh; in udf_hashrem() local
/dragonfly/include/rpcsvc/
H A Dbootparam_prot.x64 char lh; member
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.c308 struct irq_list_head *lh; in amdgpu_dm_irq_init() local
331 struct irq_list_head *lh; in amdgpu_dm_irq_fini() local
/dragonfly/contrib/tcsh-6/
H A Ded.refresh.c162 int w, i, lv, lh; in Draw() local
/dragonfly/crypto/libressl/crypto/ec/
H A Dec2_smpl.c597 BIGNUM *lh, *y2; in ec_GF2m_simple_is_on_curve() local
/dragonfly/contrib/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c248 struct log_header lh; in read_log() local
278 struct log_header lh; in write_log() local
/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2read.c2846 struct line_header *lh; in dw2_get_file_names_reader() local
4118 struct line_header *lh = NULL; in dwarf2_build_include_psymtabs() local
8052 struct line_header *lh; in setup_type_unit_groups() local
14933 free_line_header (struct line_header *lh) in free_line_header()
14953 add_include_dir (struct line_header *lh, char *include_dir) in add_include_dir()
14976 add_file_name (struct line_header *lh, in add_file_name()
15044 struct line_header *lh; in dwarf_decode_line_header() local
15576 dwarf_decode_lines (struct line_header *lh, const char *comp_dir, in dwarf_decode_lines()
18051 file_file_name (int file, struct line_header *lh) in file_file_name()
18498 struct line_header *lh, const char *comp_dir, in dwarf_decode_macro_bytes()
[all …]
/dragonfly/sys/net/sppp/
H A Dif_spppsubr.c1334 struct lcp_header *lh; in sppp_cp_send() local
4626 struct lcp_header *lh; in sppp_auth_send() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.c10410 struct pointer_set_t *pset, walk_tree_lh lh) in walk_type_fields()
10491 struct pointer_set_t *pset, walk_tree_lh lh) in walk_tree_1()
10794 walk_tree_lh lh) in walk_tree_without_duplicates_1()
/dragonfly/contrib/dialog/
H A Ddialog.h207 #define calc_listh(h,lh,in) dlg_calc_listh(h,lh,in) argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.c11294 hash_set<tree> *pset, walk_tree_lh lh) in walk_type_fields()
11376 hash_set<tree> *pset, walk_tree_lh lh) in walk_tree_1()
11739 walk_tree_lh lh) in walk_tree_without_duplicates_1()
/dragonfly/contrib/gdb-7/bfd/
H A Ddwarf2.c1418 struct line_head lh; in decode_line_info() local
/dragonfly/contrib/binutils-2.27/bfd/
H A Ddwarf2.c1658 struct line_head lh; in decode_line_info() local
/dragonfly/contrib/binutils-2.34/bfd/
H A Ddwarf2.c2089 struct line_head lh; in decode_line_info() local