Searched refs:collect_data (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/lib/libc/db/hash/ |
| D | hash_bigkey.c | 70 static int collect_data(HTAB *, BUFHEAD *, int, int); 424 val->size = 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()
|
| /mirbsd/src/lib/libssl/src/crypto/asn1/ |
| D | tasn_dec.c | 73 static int collect_data(BUF_MEM *buf, unsigned char **p, long plen); 926 if(plen && !collect_data(buf, &p, plen)) return 0; in asn1_collect() 938 static int collect_data(BUF_MEM *buf, unsigned char **p, long plen) in collect_data() function
|