Lines Matching refs:pragmaCount
276 #define PRAGMA_STR "pragmaCount: "
314 size_t pragmaCount = 0;
592 if (sscanf(line, PRAGMA_STR "%zu", &pragmaCount) != 1) {
597 pragmaKeys = new const char*[pragmaCount];
602 pragmaValues = new const char*[pragmaCount];
607 bzero(pragmaKeys, sizeof(char*) * pragmaCount);
608 bzero(pragmaValues, sizeof(char*) * pragmaCount);
610 for (size_t i = 0; i < pragmaCount; ++i) {
692 pragmaKeys, pragmaValues, pragmaCount,
700 for (size_t idx = 0; idx < pragmaCount; ++idx) {