Searched refs:pszKeyword (Results 1 – 1 of 1) sorted by relevance
1796 char *pszName(NULL), *pszFile(NULL), *pszKeyword(NULL); in ParseTextures() local1820 FREE(pszKeyword) pszKeyword = NULL; in ParseTextures()1839 pszKeyword = (char *)malloc( ((int)strlen(str)+1) * sizeof(char)); in ParseTextures()1840 strcpy(pszKeyword, str); in ParseTextures()1868 else if(strcmp(pszKeyword, "FILE") == 0) in ParseTextures()1886 if(strcmp(pszKeyword, "FILE") == 0) in ParseTextures()1951 FREE(pszKeyword); in ParseTextures()