Home
last modified time | relevance | path

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

/dports/www/httrack/httrack-3.49.2/src/
H A Dhtsstrings.h45 #define HTS_STATIC static __attribute__ ((unused)) macro
49 #define HTS_STATIC static macro
135 HTS_STATIC char *StringBuffN_(String * blk, int size) { in StringBuffN_()
211 HTS_STATIC char *StringAcquire(String * blk) { in StringAcquire()
221 HTS_STATIC String StringDup(const String * src) { in StringDup()
229 HTS_STATIC void StringAttach(String * blk, char **str) { in StringAttach()
H A Dhtsbase.h70 #define HTS_STATIC static __attribute__ ((unused)) macro
75 #define HTS_STATIC static
H A Dhtslib.h99 MSVC2003INLINEBUG HTS_STATIC char *getHtsOptBuff_(httrackp * opt) { in getHtsOptBuff_()
431 HTS_STATIC int strfield(const char *f, const char *s) { in strfield()
445 HTS_STATIC int strcmpnocase(const char *a, const char *b) { in strcmpnocase()
494 HTS_STATIC int is_hypertext_mime(httrackp * opt, const char *mime, in is_hypertext_mime()
509 HTS_STATIC int may_be_hypertext_mime(httrackp * opt, const char *mime, in may_be_hypertext_mime()
524 HTS_STATIC int compare_mime(httrackp * opt, const char *mime, const char *file, in compare_mime()
H A Dhtsglobal.h64 #define HTS_STATIC static __attribute__ ((unused)) macro
68 #define HTS_STATIC static macro
H A Dhtscore.h244 HTS_STATIC int cache_writable(cache_back * cache) { in cache_writable()
248 HTS_STATIC int cache_readable(cache_back * cache) { in cache_readable()
H A Dhtsname.h41 HTS_STATIC int strendwith_(const char *a, const char *b) { in strendwith_()
H A Dhtscharset.c552 HTS_STATIC char *hts_getCharsetFromContentType(const char *mime) { in hts_getCharsetFromContentType()