Searched refs:clear_type (Results 1 – 4 of 4) sorted by relevance
254 throughput_clear(struct pppThroughput *t, int clear_type, struct prompt *prompt) in throughput_clear() argument256 if (clear_type & (THROUGHPUT_OVERALL|THROUGHPUT_CURRENT)) { in throughput_clear()264 if (clear_type & THROUGHPUT_OVERALL) { in throughput_clear()276 if (clear_type & THROUGHPUT_CURRENT) { in throughput_clear()283 if (clear_type & THROUGHPUT_PEAK) { in throughput_clear()
3108 int i, clear_type; in ClearCommand() local3132 clear_type = 0; in ClearCommand()3135 clear_type |= THROUGHPUT_OVERALL; in ClearCommand()3137 clear_type |= THROUGHPUT_CURRENT; in ClearCommand()3139 clear_type |= THROUGHPUT_PEAK; in ClearCommand()3143 clear_type = THROUGHPUT_ALL; in ClearCommand()3145 throughput_clear(t, clear_type, arg->prompt); in ClearCommand()
838 inline void clear_type();3050 inline void FieldDescriptorProto::clear_type() { in clear_type() function
1412 proto->clear_type(); in CopyTo()