Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dhttp.c47 typedef struct TgifHttpLineInfo { struct
50 struct TgifHttpLineInfo *next; argument
65 struct TgifHttpLineInfo *misc;
412 struct TgifHttpLineInfo *pthli, *next_thli; in CleanUpHttpHeaderInfo()
494 struct TgifHttpLineInfo *pthli;
1032 struct TgifHttpLineInfo *pthli;
1034 pthli = (struct TgifHttpLineInfo*)malloc(sizeof(struct TgifHttpLineInfo));
1036 memset(pthli, 0, sizeof(struct TgifHttpLineInfo));
1051 struct TgifHttpLineInfo *pthli; in HttpDumpHeader()