Searched refs:swallow (Results 1 - 8 of 8) sorted by relevance
/third_party/libwebsockets/lib/roles/http/ |
H A D | parsers.c | 810 goto swallow; in lws_parse_urldecode() 820 goto swallow; in lws_parse_urldecode() 877 goto swallow; in lws_parse_urldecode() 901 /* swallow subsequent slashes */ in lws_parse_urldecode() 903 goto swallow; in lws_parse_urldecode() 904 /* track and swallow the first . after / */ in lws_parse_urldecode() 907 goto swallow; in lws_parse_urldecode() 912 /* swallow second . */ in lws_parse_urldecode() 915 goto swallow; in lws_parse_urldecode() 920 goto swallow; in lws_parse_urldecode() [all...] |
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 3375 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/include/libwebsockets/ |
H A D | lws-http.h | 145 char swallow[16]; /**< matched character buffer */ member
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams-serialize.c | 1462 goto swallow; in lws_ss_deserialize_parse() 1527 swallow: in lws_ss_deserialize_parse()
|
/third_party/libwebsockets/lib/misc/ |
H A D | lecp.c | 969 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/lib/roles/h2/ |
H A D | hpack.c | 1156 goto swallow; in lws_hpack_interpret() 1204 swallow: in lws_hpack_interpret()
|
/third_party/python/Lib/test/ |
H A D | test_descr.py | 2063 def swallow(*args): pass function 2081 ("__enter__", run_context, iden, set(), {"__exit__" : swallow}), 2082 ("__exit__", run_context, swallow, set(), {"__enter__" : iden}),
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 1045 \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 8375 % swallow the left brace
|
Completed in 29 milliseconds