Home
last modified time | relevance | path

Searched refs:_encode (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Lib/email/
H A Dcharset.py163 def _encode(string, codec):
296 header_bytes = _encode(string, codec)
322 header_bytes = _encode(string, codec)
346 length = encoder_module.header_length(_encode(this_line, charset))
356 header_bytes = _encode(joined_line, codec)
361 header_bytes = _encode(joined_line, codec)
159 def _encode(string, codec): global() function
H A Dgenerator.py100 self._encoded_NL = self._encode(self._NL)
102 self._encoded_EMPTY = self._encode(self._EMPTY)
146 def _encode(self, s):
366 payload = self._encode(payload)
417 def _encode(self, s):
145 def _encode(self, s): global() member in Generator
415 def _encode(self, s): global() member in BytesGenerator
H A Dheader.py79 return [(_charset._encode(string, str(charset)), str(charset))
/third_party/openssl/demos/encode/
H A DMakefile15 %_encode: %_encode.o
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A 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 }, \
H A 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/
H A 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 }, \
H A 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/python/Modules/cjkcodecs/
H A Dcjkcodecs.h73 static Py_ssize_t encoding##_encode( \
216 enc##_encode, \
223 enc##_encode, NULL, NULL, \
/third_party/python/Lib/test/
H A 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/
H A Dclient.py161 def _encode(data, name='data'): function
1331 body = _encode(body, 'body')

Completed in 17 milliseconds