Home | History | Annotate | Download | only in libiptc

Lines Matching refs:STRUCT_COUNTERS

122 	STRUCT_COUNTERS counters;	/* per-chain counters */
1185 memcpy(&foot->e.counters, &c->counters, sizeof(STRUCT_COUNTERS));
1648 STRUCT_COUNTERS *counters,
2148 STRUCT_COUNTERS *
2204 STRUCT_COUNTERS *counters,
2227 memcpy(&e->counters, counters, sizeof(STRUCT_COUNTERS));
2417 STRUCT_COUNTERS *counters,
2447 memcpy(&c->counters, counters, sizeof(STRUCT_COUNTERS));
2465 subtract_counters(STRUCT_COUNTERS *answer,
2466 const STRUCT_COUNTERS *a,
2467 const STRUCT_COUNTERS *b)
2476 newcounters->counters[idx] = ((STRUCT_COUNTERS) { 0, 0});
2497 unsigned int mappos, STRUCT_COUNTERS *counters)
2513 unsigned int idx, STRUCT_COUNTERS *counters)
2518 sizeof(STRUCT_COUNTERS));
2561 + sizeof(STRUCT_COUNTERS) * new_number;
2564 repl->counters = malloc(sizeof(STRUCT_COUNTERS)