Home
last modified time | relevance | path

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

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Autopatcher/
H A DAutopatcherClient.cpp34 char *prePatchFile, *postPatchFile; member
82 input->prePatchFile= (char*) rakMalloc_Ex(input->prePatchLength, __FILE__, __LINE__); in AutopatcherClientWorkerThread()
83 fread(input->prePatchFile, input->prePatchLength, 1, fp); in AutopatcherClientWorkerThread()
90 …if (ApplyPatch((char*)input->prePatchFile, input->prePatchLength, &input->postPatchFile, &input->p… in AutopatcherClientWorkerThread()
165 if (info->prePatchFile) in StopThreads()
166 rakFree_Ex(info->prePatchFile, __FILE__, __LINE__ ); in StopThreads()
177 if (info->prePatchFile) in StopThreads()
178 rakFree_Ex(info->prePatchFile, __FILE__, __LINE__ ); in StopThreads()
266 if (threadInfo->prePatchFile) in Update()
267 rakFree_Ex(threadInfo->prePatchFile, __FILE__, __LINE__ ); in Update()
[all …]