Searched defs:filter_count (Results 1 - 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dxz_wrapper.c44 static int filter_count = 1; variable
88 filter_count++;
241 if(dictionary_size == block_size && filter_count == 1)
306 filter_count = 1;
310 filter_count ++;
385 int i, j, filters = datablock ? filter_count : 1;
/external/libpcap/
H A Dpcap-dos.c92 static u_long filter_count = 0; variable
277 filter_count++;
435 return (filter_count);

Completed in 114 milliseconds