Home
last modified time | relevance | path

Searched refs:inquote (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/utils/
H A DparseParams.js121 let inquote = false
129 if (char === '\\' && inquote) {
136 if (inquote) {
137 inquote = false
139 } else { inquote = true }
143 if (escaping && inquote) { tmp += '\\' }
161 } else if (!inquote && char === ';') {
177 } else if (!inquote && (char === ' ' || char === '\t')) { continue }
/third_party/node/deps/openssl/openssl/util/
H A Dsu-filter.pl72 my $inquote = 0;
91 if($inquote) {
94 $inquote--;
120 $inquote++;
149 $inquote++;
/third_party/openssl/util/
H A Dsu-filter.pl72 my $inquote = 0;
91 if($inquote) {
94 $inquote--;
120 $inquote++;
149 $inquote++;
/third_party/mksh/
H A Dmisc.c1399 bool inquote = true; in print_value_quoted() local
1411 inquote = false; in print_value_quoted()
1415 if (inquote) { in print_value_quoted()
1429 if (inquote) { in print_value_quoted()
1431 inquote = false; in print_value_quoted()
1434 } else if (!inquote) { in print_value_quoted()
1436 inquote = true; in print_value_quoted()
1515 inquote = true; in print_value_quoted()
1517 if (inquote) in print_value_quoted()
/third_party/node/deps/undici/
H A Dundici.js3684 let inquote = false;
3691 if (char === "\\" && inquote) {
3700 if (inquote) {
3701 inquote = false;
3704 inquote = true;
3711 if (escaping && inquote) {
3729 } else if (!inquote && char === ";") {
3751 } else if (!inquote && (char === " " || char === " ")) {
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 17 milliseconds