Searched refs:collect_data (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/db/hash/ |
H A D | hash_bigkey.c | 70 static int collect_data(HTAB *, BUFHEAD *, int, int); 424 val->size = (size_t)collect_data(hashp, bufp, (int)len, set_current); in __big_return() 441 collect_data(HTAB *hashp, BUFHEAD *bufp, int len, int set) in collect_data() function 479 collect_data(hashp, xbp, len + mylen, set)) < 1)) in collect_data()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_dec.c | 40 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
|