Searched refs:profile_string (Results 1 – 4 of 4) sorted by relevance
59 profile_string = NULL; in db_FrameToReferenceRegistration()117 if(profile_string) in Clean()118 delete [] profile_string; in Clean()177 profile_string = new char[10240]; in Init()380 strcpy(profile_string,"\n"); in AddFrame()382 strcat(profile_string, str); in AddFrame()395 strcat(profile_string, str); in AddFrame()415 strcat(profile_string, str); in AddFrame()445 strcat(profile_string, str); in AddFrame()469 strcat(profile_string, str); in AddFrame()
291 char *profile_string; variable
52 return reg.profile_string; in getRegProfileString()
203 cout << reg.profile_string << std::endl; in main()