Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFile.c2369 HTAtom *myEncoding, in decompressAndParse() argument
2434 if (!IsUnityEnc(myEncoding)) { in decompressAndParse()
2441 CompressFileType method = HTEncodingToCompressType(HTAtom_name(myEncoding)); in decompressAndParse()
2482 StrAllocCopy(anchor->content_encoding, HTAtom_name(myEncoding)); in decompressAndParse()
2663 HTAtom *myEncoding = NULL; /* enc of this file, may be gzip etc. */ in HTLoadFile() local
2729 myEncoding = HTAtom_for(anchor->content_encoding); in HTLoadFile()
2738 format = HTFileFormat(filename, &myEncoding, NULL); in HTLoadFile()
2789 myEncoding, in HTLoadFile()
2935 myEncoding = best_enc; in HTLoadFile()
3037 myEncoding, in HTLoadFile()