Home
last modified time | relevance | path

Searched refs:clear_type (Results 1 – 4 of 4) sorted by relevance

/external/libppp/src/
Dthroughput.c254 throughput_clear(struct pppThroughput *t, int clear_type, struct prompt *prompt) in throughput_clear() argument
256 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()
Dcommand.c3108 int i, clear_type; in ClearCommand() local
3132 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()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h838 inline void clear_type();
3050 inline void FieldDescriptorProto::clear_type() { in clear_type() function
Ddescriptor.cc1412 proto->clear_type(); in CopyTo()