Home
last modified time | relevance | path

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

/dports/security/ftimes/ftimes-3.11.0/src/
H A Ddecode.c39 static DECODE_TABLE gasDecodeTable[] = { variable
69 #define DECODE_TABLE_SIZE sizeof(gasDecodeTable) / sizeof(gasDecodeTable[0])
631 if (strcmp(gasDecodeTable[i].acZName, pc) == 0) in DecodeParseHeader()
634 …psSnapshot->psDecodeMap[i] = gasDecodeTable[i]; /* This initializes all elements at the given inde… in DecodeParseHeader()
642 if (strcmp(gasDecodeTable[i].acZName, acLegacyName) == 0 || strcmp("zname", pc) == 0) in DecodeParseHeader()
645 …psSnapshot->psDecodeMap[i] = gasDecodeTable[i]; /* This initializes all elements at the given inde… in DecodeParseHeader()
653 if (strcmp(gasDecodeTable[i].acUName, pc) == 0) in DecodeParseHeader()
656 …psSnapshot->psDecodeMap[i] = gasDecodeTable[i]; /* This initializes all elements at the given inde… in DecodeParseHeader()