Home
last modified time | relevance | path

Searched refs:collect_data (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/lib/libc/db/hash/
H A Dhash_bigkey.c73 static int collect_data(HTAB *, BUFHEAD *, int, int);
427 val->size = (size_t)collect_data(hashp, bufp, (int)len, set_current); in __big_return()
444 collect_data(HTAB *hashp, BUFHEAD *bufp, int len, int set) in collect_data() function
482 collect_data(hashp, xbp, len + mylen, set)) < 1)) in collect_data()
/freebsd-14.2/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c40 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen);
1085 } else if (plen && !collect_data(buf, &p, plen)) in asn1_collect()
1097 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen) in collect_data() function