Home
last modified time | relevance | path

Searched refs:npairs (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/
H A DHeaderParser.js20 this.npairs = 0
61 this.nread = this.npairs = 0
67 if (this.npairs === this.maxHeaderPairs) { return }
96 if (++this.npairs === this.maxHeaderPairs) { break }
/third_party/libinput/src/
H A Dutil-strings.h353 size_t npairs; in kv_double_from_string()
354 char **pairs = strv_from_string(string, pair_separator, &npairs); in kv_double_from_string()
355 if (!pairs || npairs == 0) in kv_double_from_string()
358 result = zalloc(npairs * sizeof *result); in kv_double_from_string()
360 for (size_t idx = 0; idx < npairs; idx++) { in kv_double_from_string()
383 return npairs; in kv_double_from_string()
/third_party/ffmpeg/libavformat/
H A Daadec.c76 uint32_t toc_size, npairs, header_seed = 0, start; in aa_read_header() local
105 npairs = avio_rb32(pb); // read dictionary entries in aa_read_header()
106 if (npairs > MAX_DICTIONARY_ENTRIES) in aa_read_header()
108 for (uint32_t i = 0; i < npairs; i++) { in aa_read_header()
/third_party/libinput/test/
H A Dtest-utils.c1233 ssize_t npairs; in START_TEST() local
1235 npairs = kv_double_from_string(t->string, in START_TEST()
1239 ck_assert_int_eq(npairs, t->nresults); in START_TEST()
1241 for (ssize_t i = 0; i < npairs; i++) { in START_TEST()
/third_party/node/deps/undici/
H A Dundici.js2745 this.npairs = 0;
2791 this.nread = this.npairs = 0;
2796 if (this.npairs === this.maxHeaderPairs) {
2820 if (++this.npairs === this.maxHeaderPairs) {

Completed in 18 milliseconds