Searched refs:filterCount (Results 1 – 6 of 6) sorted by relevance
41 jint filterCount) in readAndSetFilters() argument46 for (i = 0; i < filterCount; ++i) { in readAndSetFilters()238 jint filterCount; in setCommand() local250 filterCount = inStream_readInt(in); in setCommand()270 node = eventHandler_alloc(filterCount, ei, suspendPolicy); in setCommand()280 serror = readAndSetFilters(getEnv(), in, node, filterCount); in setCommand()
34 HandlerNode *eventFilterRestricted_alloc(jint filterCount);
49 HandlerNode *eventHandler_alloc(jint filterCount, EventIndex ei,
124 jint filterCount; member138 #define FILTER_COUNT(node) (EVENT_FILTERS(node)->filterCount)150 eventFilterRestricted_alloc(jint filterCount) in eventFilterRestricted_alloc() argument155 (filterCount * (int)sizeof(Filter)); in eventFilterRestricted_alloc()164 FILTER_COUNT(node) = filterCount; in eventFilterRestricted_alloc()169 i < filterCount; in eventFilterRestricted_alloc()
1621 eventHandler_alloc(jint filterCount, EventIndex ei, jbyte suspendPolicy) in eventHandler_alloc() argument1623 HandlerNode *node = eventFilterRestricted_alloc(filterCount); in eventHandler_alloc()
70 int filterCount = (buf[1] & 0x03) + 1; in BlockInputStream() local71 long[] filterIDs = new long[filterCount]; in BlockInputStream()72 byte[][] filterProps = new byte[filterCount][]; in BlockInputStream()103 for (int i = 0; i < filterCount; ++i) { in BlockInputStream()