Searched refs:cpsz (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | stats.c | 833 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local 839 cpsz = sizeof(const char *); in stats_general_print() 901 OPT_WRITE(name, cpv, cpsz, emitter_type_string) in stats_general_print()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_usrreq.c | 2216 size_t cpsz, left; local 2235 cpsz = sizeof(struct sockaddr_in6); 2237 cpsz = sizeof(struct sockaddr_in); 2240 cpsz = sizeof(struct sockaddr_in); 2246 cpsz = sizeof(struct sockaddr_in6); 2250 cpsz = 0; 2253 if (cpsz == 0) { 2256 if (left < cpsz) { 2270 memcpy(addr, &net->ro._l_addr, cpsz); 2275 left -= cpsz; [all …]
|