Searched refs:mMatchObjects (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/codesighs/
H A Dcodesighs.c72 ** mMatchObjects For a line to be processed, it should match.
94 char** mMatchObjects; member in struct:__struct_Options
417 if(NULL != strstr(object, inOptions->mMatchObjects[loop]))
907 moved = realloc(outOptions->mMatchObjects, sizeof(char*) * (outOptions->mMatchObjectCount + 1));
910 outOptions->mMatchObjects = (char**)moved;
911 outOptions->mMatchObjects[outOptions->mMatchObjectCount] = dupMatch;
1010 CLEANUP(inOptions->mMatchObjects[loop]);
1012 CLEANUP(inOptions->mMatchObjects);

Completed in 52 milliseconds