Home
last modified time | relevance | path

Searched defs:element_st (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ossp-val/val-0.9.4/
H A Dval.c98 struct element_st { struct
99 element_t *e_next; /* pointer to next element in collision chain */
100 unsigned long e_hash; /* cached hash value of element (rehashing optimization) */
101 void *e_keyptr; /* pointer to key (= also pointer to key+data memory chunk) */
102 void *e_datptr; /* pointer to data in key+data memory chunk */
103 void *e_endptr; /* pointer to end of key+data memory chunk */
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_val/
H A Dval.c98 struct element_st { struct
99 element_t *e_next; /* pointer to next element in collision chain */
100 unsigned long e_hash; /* cached hash value of element (rehashing optimization) */
101 void *e_keyptr; /* pointer to key (= also pointer to key+data memory chunk) */
102 void *e_datptr; /* pointer to data in key+data memory chunk */
103 void *e_endptr; /* pointer to end of key+data memory chunk */
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dwordlist.c542 } element_st; typedef