Home
last modified time | relevance | path

Searched refs:esc (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
D8svx.c89 EightSvxContext *esc = avctx->priv_data; in eightsvx_decode_frame() local
96 if (!esc->data[0] && avpkt) { in eightsvx_decode_frame()
107 esc->fib_acc[0] = avpkt->data[1] + 128; in eightsvx_decode_frame()
109 esc->fib_acc[1] = avpkt->data[2+chan_size+1] + 128; in eightsvx_decode_frame()
111 esc->data_idx = 0; in eightsvx_decode_frame()
112 esc->data_size = chan_size; in eightsvx_decode_frame()
113 if (!(esc->data[0] = av_malloc(chan_size))) in eightsvx_decode_frame()
116 if (!(esc->data[1] = av_malloc(chan_size))) { in eightsvx_decode_frame()
117 av_freep(&esc->data[0]); in eightsvx_decode_frame()
121 memcpy(esc->data[0], &avpkt->data[hdr_size], chan_size); in eightsvx_decode_frame()
[all …]
/third_party/boost/boost/xpressive/detail/dynamic/
Dparse_charset.hpp87 escape_value<char_type,char_class_type> esc = { 0, 0, 0, escape_char }; in parse_escape() local
92 esc.class_ = rxtraits.lookup_classname(begin, begin + 1, icase); in parse_escape()
93 if(0 != esc.class_) in parse_escape()
95 esc.type_ = escape_class; in parse_escape()
96 return esc; in parse_escape()
101 esc.ch_ = converter(toi(begin, end, rxtraits, 8, 0777)); in parse_escape()
102 return esc; in parse_escape()
109 esc.ch_ = BOOST_XPR_CHAR_(char_type, '\a'); in parse_escape()
114 esc.ch_ = converter(27); in parse_escape()
128 esc.ch_ = converter(*begin % 32); in parse_escape()
[all …]
/third_party/libwebsockets/plugins/generic-sessions/
Dhandlers.c42 char s[200], esc[96]; in lwsgs_smtp_client_done_sentvfy() local
49 lws_sql_purify(esc, username, sizeof(esc) - 1)); in lwsgs_smtp_client_done_sentvfy()
68 char cookie[1024], s[256], esc[90]; in lwsgs_handler_confirm() local
87 lws_sql_purify(esc, &cookie[6], sizeof(esc) - 1)); in lwsgs_handler_confirm()
106 lws_sql_purify(esc, u.username, sizeof(esc) - 1)); in lwsgs_handler_confirm()
159 char cookie[1024], s[256], esc[96]; in lwsgs_handler_forgot() local
172 lws_sql_purify(esc, &cookie[6], sizeof(esc) - 1)); in lwsgs_handler_forgot()
193 lws_sql_purify(esc, u.username, sizeof(esc) - 1)); in lwsgs_handler_forgot()
248 char s[256], esc[96], *pc; in lwsgs_handler_check() local
276 colname[n], lws_sql_purify(esc, pc, sizeof(esc) - 1)); in lwsgs_handler_check()
[all …]
Dutils.c112 char s[200], esc[96], esc1[96]; in lwsgw_update_session() local
122 lws_sql_purify(esc, user, sizeof(esc)), in lwsgw_update_session()
226 char s[150], esc[96]; in lwsgs_lookup_session() local
232 lws_sql_purify(esc, sid->id, sizeof(esc) - 1)); in lwsgs_lookup_session()
299 char s[150], esc[96]; in lwsgs_lookup_user() local
305 lws_sql_purify(esc, username, sizeof(esc) - 1)); in lwsgs_lookup_user()
324 char s[300], esc[96], esc1[96]; in lwsgs_new_session_id() local
347 lws_sql_purify(esc, sid->id, sizeof(esc) - 1), in lwsgs_new_session_id()
Dprotocol_lws_messageboard.c132 char esc[MAX_MSG_LEN + 256]; in post_message() local
141 lws_sql_purify(esc, lws_spa_get_string(pss->spa, MBSPA_MSG), in post_message()
142 sizeof(esc) - 1)); in post_message()
/third_party/curl/tests/unit/
Dunit1605.c49 char *esc; variable
51 esc = curl_easy_escape(easy, "", -1);
52 fail_unless(esc == NULL, "negative string length can't work");
54 esc = curl_easy_unescape(easy, "%41%41%41%41", -1, &len);
55 fail_unless(esc == NULL, "negative string length can't work");
/third_party/uboot/u-boot-2020.01/cmd/
Dbootmenu.c82 enum bootmenu_key *key, int *esc) in bootmenu_autoboot_loop() argument
104 *esc = 1; in bootmenu_autoboot_loop()
133 enum bootmenu_key *key, int *esc) in bootmenu_loop() argument
144 switch (*esc) { in bootmenu_loop()
148 *esc = 1; in bootmenu_loop()
155 *esc = 2; in bootmenu_loop()
158 *esc = 0; in bootmenu_loop()
164 if (*esc == 2 && c == '1') { in bootmenu_loop()
165 *esc = 3; in bootmenu_loop()
170 *esc = 0; in bootmenu_loop()
[all …]
/third_party/python/Lib/json/
Ddecoder.py60 esc = s[pos + 1:pos + 5]
61 if len(esc) == 4 and esc[1] not in 'xX':
63 return int(esc, 16)
104 esc = s[end]
109 if esc != 'u':
111 char = _b[esc]
113 msg = "Invalid \\escape: {0!r}".format(esc)
/third_party/python/Lib/lib2to3/pgen2/
Dliterals.py22 esc = simple_escapes.get(tail)
23 if esc is not None:
24 return esc
/third_party/node/deps/npm/node_modules/ini/
Dini.js182 var esc = false
186 if (esc) {
192 esc = false
196 esc = true
200 if (esc)
/third_party/boost/boost/xpressive/
Dregex_compiler.hpp492 escape_value esc = { 0, 0, 0, detail::escape_char }; in parse_atom() local
531 esc = this->parse_escape(begin, end); in parse_atom()
532 switch(esc.type_) in parse_atom()
537 esc.mark_nbr_, this->traits_.flags(), this->rxtraits() in parse_atom()
542 esc.ch_, this->traits_.flags(), this->rxtraits() in parse_atom()
547 esc.class_ in parse_atom()
654 escape_value esc = { 0, 0, 0, detail::escape_char }; in parse_literal() local
672 esc = this->parse_escape(tmp, end); in parse_literal()
673 if(detail::escape_char != esc.type_) return literal; in parse_literal()
674 literal.insert(literal.end(), esc.ch_); in parse_literal()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dedit.c763 static int esc = -1; in edit_read_key() local
774 if (esc >= 0) { in edit_read_key()
776 esc = 0; in edit_read_key()
780 if (esc == 6) { in edit_read_key()
782 esc = -1; in edit_read_key()
784 esc_buf[esc++] = c; in edit_read_key()
785 esc_buf[esc] = '\0'; in edit_read_key()
789 if (esc == 1) { in edit_read_key()
792 esc = -1; in edit_read_key()
798 if (esc > 1) { in edit_read_key()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dedit.c763 static int esc = -1; in edit_read_key() local
774 if (esc >= 0) { in edit_read_key()
776 esc = 0; in edit_read_key()
780 if (esc == 6) { in edit_read_key()
782 esc = -1; in edit_read_key()
784 esc_buf[esc++] = c; in edit_read_key()
785 esc_buf[esc] = '\0'; in edit_read_key()
789 if (esc == 1) { in edit_read_key()
792 esc = -1; in edit_read_key()
798 if (esc > 1) { in edit_read_key()
[all …]
/third_party/uboot/u-boot-2020.01/lib/
Dslre.c245 int esc, old_data_size = r->data_size, op = ANYOF; in anyof() local
263 esc = get_escape_char(re); in anyof()
264 if ((esc & 0xff) == 0) { in anyof()
266 store_char_in_data(r, esc >> 8); in anyof()
268 store_char_in_data(r, esc); in anyof()
323 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local
352 esc = get_escape_char(re); in compile()
353 if (esc & 0xff00) in compile()
354 emit(r, esc >> 8); in compile()
356 exact_one_char(r, esc); in compile()
/third_party/node/deps/npm/lib/config/
Dcore.js411 return f.replace(envExpr, function (orig, esc, name) { argument
412 esc = esc.length && esc.length % 2
413 if (esc) return orig
/third_party/openssl/crypto/txt_db/
Dtxt_db.c23 int esc = 0; in TXT_DB_read() local
86 esc = 0; in TXT_DB_read()
91 if (esc) in TXT_DB_read()
102 esc = (*f == '\\'); in TXT_DB_read()
/third_party/python/Lib/wsgiref/
Dhandlers.py37 esc = 'surrogateescape'
39 ''.encode('utf-8', esc)
41 esc = 'replace'
88 v = v.encode(enc, esc).decode('iso-8859-1')
/third_party/musl/src/regex/
Dfnmatch.c51 int esc = 0; in pat_next() local
60 esc = 1; in pat_next()
95 *step = k + esc; in pat_next()
/third_party/boost/boost/geometry/srs/projections/proj/
Dlsat.hpp233 T lam, alf, esc, ess; in setup_lsat() local
257 esc = par.es * proj_parm.ca * proj_parm.ca; in setup_lsat()
259 proj_parm.w = (1. - esc) * par.rone_es; in setup_lsat()
263 proj_parm.u = esc * par.rone_es; in setup_lsat()
/third_party/glib/glib/
Dwin_iconv.c1697 const char *esc; member
1736 for (i = 0; iesc[i].esc != NULL; ++i) in iso2022jp_mbtowc()
1741 if (strncmp((char *)buf, iesc[i].esc, bufsize) == 0) in iso2022jp_mbtowc()
1746 if (strncmp((char *)buf, iesc[i].esc, esc_len) == 0) in iso2022jp_mbtowc()
1787 memcpy(tmp, iesc[cs].esc, esc_len); in iso2022jp_mbtowc()
1801 memcpy(tmp, iesc[ISO2022JP_CS_JISX0201_KANA].esc, esc_len); in iso2022jp_mbtowc()
1859 for (i = 1; iesc[i].esc != NULL; ++i) in iso2022jp_wctomb()
1862 if (strncmp(tmp, iesc[i].esc, esc_len) == 0) in iso2022jp_wctomb()
1868 if (iesc[i].esc == NULL) in iso2022jp_wctomb()
1902 memcpy(tmp, iesc[ISO2022JP_CS_ASCII].esc, esc_len); in iso2022jp_wctomb()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drbt_set.cpp123 UnicodeString esc; in _debugOut() local
124 _escape(buf, esc); in _debugOut()
125 CharString cbuf(esc); in _debugOut()
/third_party/skia/third_party/externals/icu/source/i18n/
Drbt_set.cpp123 UnicodeString esc; in _debugOut() local
124 _escape(buf, esc); in _debugOut()
125 CharString cbuf(esc); in _debugOut()
/third_party/icu/icu4c/source/i18n/
Drbt_set.cpp123 UnicodeString esc; in _debugOut() local
124 _escape(buf, esc); in _debugOut()
125 CharString cbuf(esc); in _debugOut()
/third_party/node/deps/icu-small/source/i18n/
Drbt_set.cpp123 UnicodeString esc; in _debugOut() local
124 _escape(buf, esc); in _debugOut()
125 CharString cbuf(esc); in _debugOut()
/third_party/uboot/u-boot-2020.01/drivers/serial/
Dserial_mxc.c130 u32 esc; member
155 writel(0x2b, &base->esc); in _mxc_serial_init()

1234