Home
last modified time | relevance | path

Searched refs:alternate_command (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
Dcodecs.h125 const char *alternate_command
/third_party/python/Python/
Dcodecs.c522 const char *alternate_command) in _PyCodec_LookupTextEncoding() argument
551 encoding, alternate_command); in _PyCodec_LookupTextEncoding()
564 const char *alternate_command, in codec_getitem_checked() argument
570 codec = _PyCodec_LookupTextEncoding(encoding, alternate_command); in codec_getitem_checked()