Searched refs:MAXEXTENSIONS (Results 1 – 3 of 3) sorted by relevance
39 GEExtension GEExtensions[MAXEXTENSIONS];167 if ((gefrom->extension & 0x7f) > MAXEXTENSIONS) { in SGEGenericEvent()218 if (EXT_MASK(extension) >= MAXEXTENSIONS) in GERegisterExtension()
44 extern _X_EXPORT GEExtension GEExtensions[MAXEXTENSIONS];
92 #define MAXEXTENSIONS 128 macro