• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/

Lines Matching defs:T_CHAR

36 	T_CHAR * data;

40 void AddChar(T_CHAR c)
44 data=(T_CHAR*)malloc((size=512)*sizeof(T_CHAR));
50 data=(T_CHAR*)realloc((char*)data,size*sizeof(T_CHAR));
56 T_CHAR foo[16];
60 void AddString(const T_CHAR * z)
72 T_CHAR * GetBuf()
75 T_CHAR * r=(T_CHAR*)realloc(data,(used+1)*sizeof(T_CHAR));
80 T_CHAR operator[](UINT i)
90 const T_CHAR * Peek()
96 T_CHAR * strdup()
105 static int separator(T_CHAR x)
116 static int sepcmp(T_CHAR* src,T_CHAR* val)
128 static int is_roman(T_CHAR * ptr)/* could be more smart i think */
145 static int need_full(T_CHAR* ptr)
157 typedef bool (*TEXTFUNC)(UINT n_src,T_CHAR **src,UINT*,T_String &out);
159 #define MAKEFUNC(X) static bool X(UINT n_src,T_CHAR ** src,UINT *found_src,T_String &out)
199 T_CHAR * s=src[0];
211 T_CHAR * s=src[0];
223 T_CHAR *fill=_TX(" ");
228 T_CHAR *p = src[0];
244 T_CHAR *p = src[0];
255 T_CHAR *fill = _TX(" ");
260 T_CHAR *p = src[0];
284 T_CHAR * meta=src[0];
313 T_CHAR* sp=src[0];
318 T_CHAR c=*(sp++);
334 T_CHAR* sp=src[0];
339 T_CHAR c=*(sp++);
352 T_CHAR *ptr=0;
367 T_CHAR * ptr=0;
384 T_CHAR tmp[16];
385 T_CHAR tmp1[16];
397 T_CHAR tmp[16];
398 T_CHAR tmp1[16];
410 T_CHAR * p=src[0];
411 T_CHAR s=src[1][0];
425 T_CHAR * p=src[0],*p1=0;
426 T_CHAR s=src[1][0];
445 T_CHAR * p = t_strstr(src[0],src[1]);
603 T_CHAR *p = src[0];
625 const T_CHAR * name;
666 T_CHAR * spec;
670 T_CHAR * org_spec;
673 void Error(T_CHAR *e=0)
680 T_CHAR * _FMT(T_CHAR * s,UINT *f=0)
683 T_CHAR * c=(T_CHAR*)fmt;
689 static bool skipshit(T_CHAR** _p,T_CHAR *bl)
691 T_CHAR * p=*_p;
697 T_CHAR *z=bl;
736 T_CHAR* s1=spec+1;
740 T_CHAR * tag=f(spec,fp);
759 T_CHAR * s1=spec+1;
762 T_CHAR * s2=s1+1;
765 T_CHAR * p=s1+1;
766 T_CHAR* temp[64];
769 T_CHAR * p1=s1+1;
774 T_CHAR bk=*p;
814 T_CHAR * s1=spec+1;
825 T_CHAR * s1=spec;
828 T_CHAR bk=*s1;
849 FMT(FMT* base,T_CHAR * _spec)
859 FMT(const T_CHAR * p_spec,TAGFUNC _f,TAGFREEFUNC _ff,void * _fp)
867 operator T_CHAR*()
881 UINT tagz_format(const T_CHAR * spec,TAGFUNC f,TAGFREEFUNC ff,void *fp,T_CHAR* out,UINT max)
883 T_CHAR * zz=tagz_format_r(spec,f,ff,fp);
895 T_CHAR * tagz_format_r(const T_CHAR* spec,TAGFUNC f,TAGFREEFUNC ff,void * fp)