Lines Matching refs:rep
90 HTAtom *rep; member
565 suff->rep = HTAtom_for(representation); in HTSetSuffix5()
791 const char *HTFileSuffix(HTAtom *rep, in HTFileSuffix() argument
813 if (suff->rep == rep && in HTFileSuffix()
919 if (suff->rep) { in HTFileFormat()
920 return suff->rep; /* OK -- found */ in HTFileFormat()
930 if (suff->rep) { in HTFileFormat()
937 return suff->rep; in HTFileFormat()
948 ? (unknown_suffix.rep in HTFileFormat()
961 return suff->rep ? suff->rep : WWW_BINARY; in HTFileFormat()
2863 HTFormat rep = HTFileFormat(dirbuf->d_name, &enc, NULL); in HTLoadFile() local
2865 float value = HTStackValue(rep, format_out, in HTLoadFile()
2920 HTAtom_name(rep), value)); in HTLoadFile()
2922 best_rep = rep; in HTLoadFile()