Home
last modified time | relevance | path

Searched refs:_encode (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/email/
Dcharset.py159 def _encode(string, codec): function
291 header_bytes = _encode(string, codec)
317 header_bytes = _encode(string, codec)
341 length = encoder_module.header_length(_encode(this_line, charset))
351 header_bytes = _encode(joined_line, codec)
356 header_bytes = _encode(joined_line, codec)
Dgenerator.py99 self._encoded_NL = self._encode(self._NL)
101 self._encoded_EMPTY = self._encode(self._EMPTY)
145 def _encode(self, s): member in Generator
365 payload = self._encode(payload)
415 def _encode(self, s): member in BytesGenerator
Dheader.py77 return [(_charset._encode(string, str(charset)), str(charset))
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
Dencode_key2ms.c183 static OSSL_FUNC_encoder_encode_fn impl##2##output##_encode; \
196 static int impl##2##output##_encode(void *vctx, OSSL_CORE_BIO *cout, \
208 return key2##output##_encode(vctx, key, selection, cout, type##_set1, \
224 (void (*)(void))impl##2##output##_encode }, \
Dencode_key2any.c1252 impl##_to_##kind##_##output##_encode; \
1274 impl##_to_##kind##_##output##_encode(void *ctx, OSSL_CORE_BIO *cout, \
1308 (void (*)(void))impl##_to_##kind##_##output##_encode }, \
/third_party/openssl/providers/implementations/encode_decode/
Dencode_key2ms.c183 static OSSL_FUNC_encoder_encode_fn impl##2##output##_encode; \
196 static int impl##2##output##_encode(void *vctx, OSSL_CORE_BIO *cout, \
208 return key2##output##_encode(vctx, key, selection, cout, type##_set1, \
224 (void (*)(void))impl##2##output##_encode }, \
Dencode_key2any.c1241 impl##_to_##kind##_##output##_encode; \
1263 impl##_to_##kind##_##output##_encode(void *ctx, OSSL_CORE_BIO *cout, \
1297 (void (*)(void))impl##_to_##kind##_##output##_encode }, \
/third_party/openssl/demos/encode/
DMakefile15 %_encode: %_encode.o
/third_party/python/Modules/cjkcodecs/
Dcjkcodecs.h73 static Py_ssize_t encoding##_encode( \
216 enc##_encode, \
223 enc##_encode, NULL, NULL, \
/third_party/python/Lib/test/
Dtest_urlparse.py170 def _encode(t): function
174 bytes_cases = [_encode(x) for x in str_cases]
199 def _encode(t): function
203 bytes_cases = [_encode(x) for x in str_cases]
473 def _encode(t): function
475 bytes_cases = [_encode(x) for x in str_cases]
503 def _encode(t): function
505 bytes_cases = [_encode(x) for x in str_cases]
/third_party/python/Lib/http/
Dclient.py161 def _encode(data, name='data'): function
1327 body = _encode(body, 'body')
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/video/
Dencode.adoc9 Video encode operations consume an _encode input picture_ and zero or more
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md3635 …om/nodejs/node/commit/9435fbf8cd)] - **src**: remove dead code in base64\_encode (Tobias Nießen) […