Lines Matching refs:size_t
138 std::string percent_encode(const unsigned char *target, size_t len) {
140 for (size_t i = 0; i < len; ++i) {
203 size_t percent_encode_tokenlen(const StringRef &target) {
204 size_t n = 0;
249 size_t quote_stringlen(const StringRef &target) {
250 size_t n = 0;
265 Iterator cpydig(Iterator d, uint32_t n, size_t len) {
501 std::string format_hex(const unsigned char *s, size_t len) {
505 for (size_t i = 0; i < len; ++i) {
616 for (size_t i = 0; options[i].name != nullptr; ++i) {
621 if (optnamelen == static_cast<size_t>(unkoptlen)) {
807 std::string ascii_dump(const uint8_t *data, size_t len) {
810 for (size_t i = 0; i < len; ++i) {
919 size_t len = 1;
940 std::vector<StringRef> split_str(const StringRef &s, char delim, size_t n) {
949 size_t len = 1;
1129 std::pair<int64_t, size_t> parse_uint_digits(const void *ss, size_t len) {
1132 size_t i;
1166 int64_t parse_uint_with_unit(const uint8_t *s, size_t len) {
1168 size_t i;
1215 int64_t parse_uint(const uint8_t *s, size_t len) {
1217 size_t i;
1234 double parse_duration_with_unit(const uint8_t *s, size_t len) {
1237 size_t i;
1367 void hexdump(FILE *out, const uint8_t *src, size_t len) {
1371 size_t buflen = 0;
1378 std::min(static_cast<size_t>(16), static_cast<size_t>(end - i));
1513 double int_pow(double x, size_t y) {
1524 size_t i;
1789 size_t msghdr_get_udp_gro(msghdr *msg) {