Home
last modified time | relevance | path

Searched refs:swallow (Results 1 – 25 of 42) sorted by relevance

12

/third_party/libwebsockets/lib/roles/http/
Dparsers.c810 goto swallow; in lws_parse_urldecode()
820 goto swallow; in lws_parse_urldecode()
877 goto swallow; in lws_parse_urldecode()
903 goto swallow; in lws_parse_urldecode()
907 goto swallow; in lws_parse_urldecode()
915 goto swallow; in lws_parse_urldecode()
920 goto swallow; in lws_parse_urldecode()
949 goto swallow; in lws_parse_urldecode()
985 goto swallow; in lws_parse_urldecode()
990 swallow: in lws_parse_urldecode()
[all …]
/third_party/python/Misc/
Dindent.pro22 --swallow-optional-blank-lines
/third_party/libwebsockets/lib/misc/
Dlecp.c969 int count[12], sp = 0, pc = 0, swallow = 0; in format_scan() local
981 if (swallow) { in format_scan()
982 swallow--; in format_scan()
1059 swallow = 1; in format_scan()
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h145 char swallow[16]; /**< matched character buffer */ member
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c3375 s->swallow[s->pos++] = *sp; in lws_chunked_html_process()
3376 if (s->pos == sizeof(s->swallow) - 1) in lws_chunked_html_process()
3379 if (!strncmp(s->swallow, s->vars[n], (unsigned int)s->pos)) { in lws_chunked_html_process()
3385 s->swallow[s->pos] = '\0'; in lws_chunked_html_process()
3386 memcpy(s->start, s->swallow, (unsigned int)s->pos); in lws_chunked_html_process()
3397 s->swallow[s->pos] = '\0'; in lws_chunked_html_process()
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-serialize.c1462 goto swallow; in lws_ss_deserialize_parse()
1527 swallow: in lws_ss_deserialize_parse()
/third_party/python/Doc/tutorial/
Dstdlib2.rst95 >>> d = dict(item='unladen swallow')
101 'Return the unladen swallow to $owner.'
/third_party/libwebsockets/lib/roles/h2/
Dhpack.c1156 goto swallow; in lws_hpack_interpret()
1204 swallow: in lws_hpack_interpret()
/third_party/node/deps/minimatch/src/dist/cjs/
Dindex.js.map1swallow the rest.\n // We have found a match.\n // however, it will not swallow
/third_party/node/deps/minimatch/src/dist/mjs/
Dindex.js.map1swallow the rest.\n // We have found a match.\n // however, it will not swallow
/third_party/python/Misc/NEWS.d/
D3.6.2rc1.rst614 the very first of an iterable may swallow the exception or make the program
D3.5.4rc1.rst660 the very first of an iterable may swallow the exception or make the program
D3.7.0a1.rst3101 the very first of an iterable may swallow the exception or make the program
/third_party/node/deps/minimatch/
Dindex.js1477 this.debug("globstar swallow a segment, and continue");
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt666 呑>'[swallow]';
820 嚥>'[swallow]';
3101 燕>'[swallow (bird)]';
/third_party/python/Lib/test/
Dtest_descr.py2042 def swallow(*args): pass function
2060 ("__enter__", run_context, iden, set(), {"__exit__" : swallow}),
2061 ("__exit__", run_context, swallow, set(), {"__enter__" : iden}),
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt4164 吞聲 < to\-swallow\-one''s\-cries;
5744 噋 < to\-swallow\-hastily;
11129 䲻 < the\-swallow;
12386 䑍 < to\-swallow;
12509 併吞 < swallow\-up;
13227 鷾 < a\-swallow;
15777 燕 < swallow;
26812 吞聲 > to\-swallow\-one''s\-cries;
29893 併吞 > swallow\-up;
30080 吞噬 > to\-swallow;
[all …]
/third_party/rust/crates/memchr/bench/data/opensubtitles/
Den-huge.txt4713 You will swallow it seven times so that it becomes part of you.
4724 Now swallow the oath seven times.
4741 To swallow the oath was hard enough, but the rest of it...
6223 You will swallow it seven times so that it becomes part of you.
6234 Now swallow the oath seven times.
6250 To swallow the oath was hard enough, but the rest of it...
7658 You will swallow it seven times so that it becomes part of you.
7669 Now swallow the oath seven times.
7685 To swallow the oath was hard enough, but the rest of it...
9150 You will swallow it seven times so that it becomes part of you.
[all …]
/third_party/python/Doc/howto/
Dlogging.rst1011 The logging package is designed to swallow exceptions which occur while logging
Dlogging-cookbook.rst2538 # implicit return of None => don't swallow exceptions
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-thelittleprince.txt26 In the book it said: “Boa constrictors swallow their prey whole, without chewing it. After that they
1505 This was a merchant who sold pills that had been invented to quench thirst. You need only swallow
/third_party/skia/third_party/externals/microhttpd/doc/
Dtexinfo.tex1045 \fixbackslash % Turn off hack to swallow `\input texinfo'.
4123 % We have to swallow the remaining "\_STOP_".
6428 % We want to swallow spaces (but not other tokens) after the fake
8374 % swallow the left brace
/third_party/python/Doc/whatsnew/
D3.8.rst1825 * The CPython interpreter can swallow exceptions in some circumstances.
D2.7.rst1505 catch and swallow the :exc:`KeyboardInterrupt` exception. (Fixed by
/third_party/elfutils/libdw/
DChangeLog3003 swallow DWARF_E_NO_DEBUG_RANGES but not other errors.

12