Searched refs:setlen (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | sds.h | 250 sds sdsmapchars(sds s, const char *from, const char *to, size_t setlen);
|
| H A D | sds.c | 1050 sds sdsmapchars(sds s, const char *from, const char *to, size_t setlen) { in sdsmapchars() argument 1054 for (i = 0; i < setlen; i++) { in sdsmapchars()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sds.h | 251 sds sdsmapchars(sds s, const char *from, const char *to, size_t setlen);
|
| H A D | sds.c | 1074 sds sdsmapchars(sds s, const char *from, const char *to, size_t setlen) { in sdsmapchars() argument 1078 for (i = 0; i < setlen; i++) { in sdsmapchars()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_cpuset.c | 1332 bitset_strprint(char *buf, size_t bufsiz, const struct bitset *set, int setlen) in bitset_strprint() argument 1340 for (i = 0; i < __bitset_words(setlen); i++) { in bitset_strprint() 1359 bitset_strscan(struct bitset *set, int setlen, const char *buf) in bitset_strscan() argument 1364 BIT_ZERO(setlen, set); in bitset_strscan() 1366 for (i = 0; i < __bitset_words(setlen); i++) { in bitset_strscan()
|