Lines Matching refs:moved
494 void* moved = NULL; in codesighs() local
496 moved = realloc(modules, sizeof(ModuleStats) * (moduleCount + 1)); in codesighs()
497 if(NULL != moved) in codesighs()
499 modules = (ModuleStats*)moved; in codesighs()
793 void* moved = NULL; in initOptions() local
795 … moved = realloc(outOptions->mMatchClasses, sizeof(char*) * (outOptions->mMatchClassCount + 1)); in initOptions()
796 if(NULL != moved) in initOptions()
798 outOptions->mMatchClasses = (char**)moved; in initOptions()
821 void* moved = NULL; in initOptions() local
823 … moved = realloc(outOptions->mMatchScopes, sizeof(char*) * (outOptions->mMatchScopeCount + 1)); in initOptions()
824 if(NULL != moved) in initOptions()
826 outOptions->mMatchScopes = (char**)moved; in initOptions()
849 void* moved = NULL; in initOptions() local
851 … moved = realloc(outOptions->mMatchModules, sizeof(char*) * (outOptions->mMatchModuleCount + 1)); in initOptions()
852 if(NULL != moved) in initOptions()
854 outOptions->mMatchModules = (char**)moved; in initOptions()
877 void* moved = NULL; in initOptions() local
879 … moved = realloc(outOptions->mMatchSections, sizeof(char*) * (outOptions->mMatchSectionCount + 1)); in initOptions()
880 if(NULL != moved) in initOptions()
882 outOptions->mMatchSections = (char**)moved; in initOptions()
905 void* moved = NULL; in initOptions() local
907 … moved = realloc(outOptions->mMatchObjects, sizeof(char*) * (outOptions->mMatchObjectCount + 1)); in initOptions()
908 if(NULL != moved) in initOptions()
910 outOptions->mMatchObjects = (char**)moved; in initOptions()
933 void* moved = NULL; in initOptions() local
935 … moved = realloc(outOptions->mMatchSymbols, sizeof(char*) * (outOptions->mMatchSymbolCount + 1)); in initOptions()
936 if(NULL != moved) in initOptions()
938 outOptions->mMatchSymbols = (char**)moved; in initOptions()